public class RegisteredPropertyGroupDAO extends GenericDAO<RegisteredPropertyGroup,String>
| Modifier and Type | Method and Description | 
|---|---|
| void | createOrUpdate(RegisteredPropertyGroup rpg)Create or update | 
| List<RegisteredPropertyGroup> | findAll()Find all property groups | 
| RegisteredPropertyGroup | findByPk(String grpName)Find by pk | 
| static RegisteredPropertyGroupDAO | getInstance() | 
create, delete, getPersistentClass, getSession, setSession, updatepublic static RegisteredPropertyGroupDAO getInstance()
public void createOrUpdate(RegisteredPropertyGroup rpg) throws DatabaseException
DatabaseExceptionpublic RegisteredPropertyGroup findByPk(String grpName) throws DatabaseException
findByPk in class GenericDAO<RegisteredPropertyGroup,String>DatabaseExceptionpublic List<RegisteredPropertyGroup> findAll() throws DatabaseException
findAll in class GenericDAO<RegisteredPropertyGroup,String>DatabaseExceptionCopyright © 2015. All Rights Reserved.