public interface IProfileGroup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProfile(ProfileGroupBean parent,
com.engiweb.pm.entity.BeanList<EntitlementBean> profileList,
long condition,
java.lang.String token,
java.lang.String realm) |
ProfileGroupBean |
createAndReturnProfileGroup(TaskBean taskBean,
EnvironmentBean envBean,
long condition,
java.lang.String token,
java.lang.String realm) |
ProfileGroupBean |
createEntity(ProfileGroupBean pgb,
java.lang.String token,
java.lang.String realm) |
void |
createProfileGroup(TaskBean taskbean,
EnvironmentBean envBean,
long condition,
java.lang.String token,
java.lang.String realm) |
com.engiweb.pm.entity.BeanList<ProfileGroupBean> |
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> |
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> |
findProfileGroup4Analisys(ProfileGroupBean bean,
com.engiweb.pm.entity.Paging p,
java.lang.String token,
java.lang.String realm) |
void |
modifyCondition(ProfileGroupBean bean,
java.lang.String token,
java.lang.String realm) |
void |
removeGroup(ProfileGroupBean bean,
java.lang.String token,
java.lang.String realm) |
void |
removeProfile(EntitlementBean bean,
TaskBean taskBean,
EnvironmentBean envBean,
java.lang.String token,
java.lang.String realm) |
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<com.engiweb.pm.web.bean.AbstractBean> findChild(ProfileGroupBean bean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging p, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptioncom.engiweb.pm.entity.BeanList<ProfileGroupBean> find(ProfileGroupBean bean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging p, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptioncom.engiweb.pm.entity.BeanList<ProfileGroupBean> findProfileGroup4Analisys(ProfileGroupBean bean, com.engiweb.pm.entity.Paging p, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionProfileGroupBean createEntity(ProfileGroupBean pgb, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionvoid addProfile(ProfileGroupBean parent, com.engiweb.pm.entity.BeanList<EntitlementBean> profileList, long condition, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionvoid createProfileGroup(TaskBean taskbean, EnvironmentBean envBean, long condition, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionvoid removeGroup(ProfileGroupBean bean, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionvoid modifyCondition(ProfileGroupBean bean, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionvoid removeProfile(EntitlementBean bean, TaskBean taskBean, EnvironmentBean envBean, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionProfileGroupBean createAndReturnProfileGroup(TaskBean taskBean, EnvironmentBean envBean, long condition, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendException