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.BackendException
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) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendException
com.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.BackendException
ProfileGroupBean createEntity(ProfileGroupBean pgb, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendException
void 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.BackendException
void 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.BackendException
void removeGroup(ProfileGroupBean bean, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendException
void modifyCondition(ProfileGroupBean bean, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendException
void 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.BackendException
ProfileGroupBean 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