Package | Description |
---|---|
com.engiweb.rpd.common.interfaces |
Modifier and Type | Method and Description |
---|---|
ProfileGroupBean |
IProfileGroupDirect.createAndReturnProfileGroup(TaskBean taskBean,
EnvironmentBean envBean,
long condition,
java.lang.String value,
com.engiweb.pm.dao.db.DAO connDao)
Creates the and return profile group.
|
ProfileGroupBean |
IProfileGroup.createAndReturnProfileGroup(TaskBean taskBean,
EnvironmentBean envBean,
long condition,
java.lang.String token,
java.lang.String realm) |
ProfileGroupBean |
IProfileGroupDirect.createEntity(ProfileGroupBean pgb,
com.engiweb.pm.dao.db.DAO connDao)
Creates the entity.
|
ProfileGroupBean |
IProfileGroup.createEntity(ProfileGroupBean pgb,
java.lang.String token,
java.lang.String realm) |
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
IProfileGroupDirect.find(ProfileGroupBean bean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging p,
com.engiweb.pm.dao.db.DAO connDao)
Find profile group.
|
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
IProfileGroup.find(ProfileGroupBean bean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging p,
java.lang.String token,
java.lang.String realm) |
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
IProfileGroupDirect.findProfileGroup4Analisys(ProfileGroupBean bean,
com.engiweb.pm.entity.Paging p,
com.engiweb.pm.dao.db.DAO connDao)
Find profile group for analisys.
|
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
IProfileGroup.findProfileGroup4Analisys(ProfileGroupBean bean,
com.engiweb.pm.entity.Paging p,
java.lang.String token,
java.lang.String realm) |
Modifier and Type | Method and Description |
---|---|
void |
IProfileGroupDirect.addProfile(ProfileGroupBean parent,
com.engiweb.pm.entity.BeanList<EntitlementBean> profileList,
long condition,
com.engiweb.pm.dao.db.DAO connDao)
Add a list of profile to a profile group
|
void |
IProfileGroup.addProfile(ProfileGroupBean parent,
com.engiweb.pm.entity.BeanList<EntitlementBean> profileList,
long condition,
java.lang.String token,
java.lang.String realm) |
ProfileGroupBean |
IProfileGroupDirect.createEntity(ProfileGroupBean pgb,
com.engiweb.pm.dao.db.DAO connDao)
Creates the entity.
|
ProfileGroupBean |
IProfileGroup.createEntity(ProfileGroupBean pgb,
java.lang.String token,
java.lang.String realm) |
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
IProfileGroupDirect.find(ProfileGroupBean bean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging p,
com.engiweb.pm.dao.db.DAO connDao)
Find profile group.
|
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
IProfileGroup.find(ProfileGroupBean bean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging p,
java.lang.String token,
java.lang.String realm) |
com.engiweb.pm.entity.BeanList<com.engiweb.pm.web.bean.AbstractBean> |
IProfileGroupDirect.findChild(ProfileGroupBean bean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging p,
com.engiweb.pm.dao.db.DAO connDao)
Find childs of a profile group.
|
com.engiweb.pm.entity.BeanList<com.engiweb.pm.web.bean.AbstractBean> |
IProfileGroup.findChild(ProfileGroupBean bean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging p,
java.lang.String token,
java.lang.String realm) |
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
IProfileGroupDirect.findProfileGroup4Analisys(ProfileGroupBean bean,
com.engiweb.pm.entity.Paging p,
com.engiweb.pm.dao.db.DAO connDao)
Find profile group for analisys.
|
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
IProfileGroup.findProfileGroup4Analisys(ProfileGroupBean bean,
com.engiweb.pm.entity.Paging p,
java.lang.String token,
java.lang.String realm) |
void |
IProfileGroupDirect.modifyCondition(ProfileGroupBean bean,
com.engiweb.pm.dao.db.DAO connDao)
Modify condition: if the condition is set to OR(=0) is modify to AND(=1),
|
void |
IProfileGroup.modifyCondition(ProfileGroupBean bean,
java.lang.String token,
java.lang.String realm) |
void |
IProfileGroupDirect.removeGroup(ProfileGroupBean bean,
com.engiweb.pm.dao.db.DAO connDao)
Removes a group.
|
void |
IProfileGroup.removeGroup(ProfileGroupBean bean,
java.lang.String token,
java.lang.String realm) |