Package | Description |
---|---|
com.engiweb.profilemanager.common.interfaces |
Modifier and Type | Method and Description |
---|---|
RightsLookupBean |
IRights.insertContentLookup(RightsLookupBean lookupBean,
java.lang.String token,
java.lang.String realm) |
RightsLookupBean |
IRightsDirect.insertContentLookup(java.lang.String content,
com.engiweb.pm.dao.db.DAO dao)
Insert content lookup.
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<RightsLookupBean> |
IRightsDirect.findContentLookup(RightsLookupBean rlbean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Find content lookup.
|
com.engiweb.pm.entity.BeanList<RightsLookupBean> |
IRights.findContentLookup(RightsLookupBean rlbean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm) |
com.engiweb.pm.entity.BeanList<RightsLookupBean> |
IRightsDirect.findServiceAttrLookup(ServiceAttributeBean sab,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao) |
com.engiweb.pm.entity.BeanList<RightsLookupBean> |
IRights.findServiceAttrLookup(ServiceAttributeBean sab,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm) |
com.engiweb.pm.entity.BeanList<RightsLookupBean> |
IRightsDirect.findServiceAttrLookup(java.lang.String key,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Deprecated.
Return rights lookup filter by the content passed with the parameter.
|
com.engiweb.pm.entity.BeanList<RightsLookupBean> |
IRights.findServiceAttrLookup(java.lang.String key,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<RightsLookupBean> |
IRightsDirect.findContentLookup(RightsLookupBean rlbean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Find content lookup.
|
com.engiweb.pm.entity.BeanList<RightsLookupBean> |
IRights.findContentLookup(RightsLookupBean rlbean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm) |
RightsLookupBean |
IRights.insertContentLookup(RightsLookupBean lookupBean,
java.lang.String token,
java.lang.String realm) |
Modifier and Type | Method and Description |
---|---|
void |
IRights.deleteRightsLookup(com.engiweb.pm.entity.BeanList<RightsLookupBean> bl,
java.lang.String token,
java.lang.String realm) |
void |
IRights.insertRightsLookup(com.engiweb.pm.entity.BeanList<RightsLookupBean> bl,
java.lang.Boolean extendedInfo,
java.lang.String token,
java.lang.String realm) |
void |
IRightsDirect.insertRightsLookup(com.engiweb.pm.entity.BeanList<RightsLookupBean> rightsLookupList,
com.engiweb.pm.dao.db.DAO dao)
Insert rights lookup.
|
void |
IRights.insertRightsLookup(com.engiweb.pm.entity.BeanList<RightsLookupBean> bl,
java.lang.String token,
java.lang.String realm) |