public class DAOService<T> extends Object
public List<T> findAll() throws JDSException
JDSExceptionpublic List<T> findByWhere(String where) throws JDSException
JDSExceptionpublic List<T> find(T searchdao) throws JDSException
JDSExceptionpublic T getCmsInfoInfo(String infoid) throws JDSException
JDSExceptionpublic T update(T cmsInfo) throws JDSException
JDSExceptionpublic Boolean delete(String infoid) throws JDSException
JDSExceptionCopyright © 2023 onecode. All rights reserved.