public interface IPropertyKeyDirect
extends common.direct.IDirect
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | COPYRIGHTCopyright. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | delete(PropertyKeyBean pkBean,
      com.engiweb.pm.dao.db.DAO dao)Deletes an existing UserTypeBean. | 
| com.engiweb.pm.entity.BeanList<PropertyKeyBean> | find(PropertyKeyBean pkBean,
    com.engiweb.pm.entity.Paging paging,
    com.engiweb.pm.dao.db.DAO dao)Returns the userTypes filtered by a passed  UserTypeBeanobject. | 
| PropertyKeyBean | insert(PropertyKeyBean pkBean,
      com.engiweb.pm.dao.db.DAO dao)Adds a new PropertyKey if it not exists yet. | 
| void | update(PropertyKeyBean pkBean,
      com.engiweb.pm.dao.db.DAO dao)Updates an existing PropertyKey. | 
static final java.lang.String COPYRIGHT
PropertyKeyBean insert(PropertyKeyBean pkBean, com.engiweb.pm.dao.db.DAO dao) throws com.engiweb.toolkit.common.BackendException
pkBean - PropertyKeyBean the property key to adddao - DAO the connection daoPropertyKeyBeancom.engiweb.toolkit.common.BackendException - the backend exceptionvoid update(PropertyKeyBean pkBean, com.engiweb.pm.dao.db.DAO dao) throws com.engiweb.toolkit.common.BackendException
pkBean - PropertyKeyBean the property key to update (mandatory)dao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid delete(PropertyKeyBean pkBean, com.engiweb.pm.dao.db.DAO dao) throws com.engiweb.toolkit.common.BackendException
pkBean - PropertyKeyBean to delete (mandatory and well defined)dao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<PropertyKeyBean> find(PropertyKeyBean pkBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao) throws com.engiweb.toolkit.common.BackendException
UserTypeBean object.pkBean - PropertyKeyBean if null no filter is applied, otherwise the passed object is used as filterpaging - Paging the pagingdao - DAO the connection daoBeanList of PropertyKeyBeancom.engiweb.toolkit.common.BackendException - the backend exception