Package | Description |
---|---|
com.engiweb.profilemanager.common.interfaces |
Modifier and Type | Method and Description |
---|---|
PropertyKeyBean |
IPropertyKeyDirect.insert(PropertyKeyBean pkBean,
com.engiweb.pm.dao.db.DAO dao)
Adds a new PropertyKey if it not exists yet.
|
PropertyKeyBean |
IPropertyKey.insert(PropertyKeyBean pkBean,
java.lang.String cod_oper,
java.lang.String token,
java.lang.String realm)
Adds a new PropertyKey if it not exists yet.
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<PropertyKeyBean> |
IPropertyKeyDirect.find(PropertyKeyBean pkBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Returns the userTypes filtered by a passed
UserTypeBean object. |
com.engiweb.pm.entity.BeanList<PropertyKeyBean> |
IPropertyKey.find(PropertyKeyBean pkBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Returns the userTypes filtered by a passed
UserTypeBean object |
Modifier and Type | Method and Description |
---|---|
void |
IPropertyKeyDirect.delete(PropertyKeyBean pkBean,
com.engiweb.pm.dao.db.DAO dao)
Deletes an existing UserTypeBean.
|
void |
IPropertyKey.delete(PropertyKeyBean pkBean,
java.lang.String cod_oper,
java.lang.String token,
java.lang.String realm)
Deletes an existing UserTypeBean
|
com.engiweb.pm.entity.BeanList<PropertyKeyBean> |
IPropertyKeyDirect.find(PropertyKeyBean pkBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Returns the userTypes filtered by a passed
UserTypeBean object. |
com.engiweb.pm.entity.BeanList<PropertyKeyBean> |
IPropertyKey.find(PropertyKeyBean pkBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Returns the userTypes filtered by a passed
UserTypeBean object |
PropertyKeyBean |
IPropertyKeyDirect.insert(PropertyKeyBean pkBean,
com.engiweb.pm.dao.db.DAO dao)
Adds a new PropertyKey if it not exists yet.
|
PropertyKeyBean |
IPropertyKey.insert(PropertyKeyBean pkBean,
java.lang.String cod_oper,
java.lang.String token,
java.lang.String realm)
Adds a new PropertyKey if it not exists yet.
|
void |
IPropertyKeyDirect.update(PropertyKeyBean pkBean,
com.engiweb.pm.dao.db.DAO dao)
Updates an existing PropertyKey.
|
void |
IPropertyKey.update(PropertyKeyBean pkBean,
java.lang.String cod_oper,
java.lang.String token,
java.lang.String realm)
Updates an existing PropertyKey
|