public interface ITemplateDirect
extends common.direct.IDirect
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAccount(com.engiweb.pm.entity.BeanList<PwdCfgBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Adds the account.
|
void |
addApplication(com.engiweb.pm.entity.BeanList<ApplicationBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Adds the application.
|
void |
addEntitlement(com.engiweb.pm.entity.BeanList<EntitlementBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Adds the entitlement.
|
void |
addGroup(GroupBean groupBean,
TemplateBean templateBean,
int addMode,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Adds the group.
|
void |
addOU(OrgUnitBean ouBean,
TemplateBean templateBean,
int addMode,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Deprecated.
Replaced Bt
addGroup(GroupBean, TemplateBean, int, int, DAO) |
void |
addPerson(com.engiweb.pm.entity.BeanList<UserBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Adds the person.
|
void |
addRisk(com.engiweb.pm.entity.BeanList<RiskBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Adds the risk.
|
void |
delete(TemplateBean templateBean,
com.engiweb.pm.dao.db.DAO connDao)
Delete a template.
|
com.engiweb.pm.entity.BeanList<TemplateBean> |
find(TemplateBean templateBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find template.
|
com.engiweb.pm.entity.BeanList<PwdCfgBean> |
findAccount(PwdCfgBean pwdCfgBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find account.
|
com.engiweb.pm.entity.BeanList<ApplicationBean> |
findApplication(ApplicationBean appBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find application.
|
com.engiweb.pm.entity.BeanList<EntitlementBean> |
findEntitlement(EntitlementBean entBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find entitlement.
|
com.engiweb.pm.entity.BeanList<GroupBean> |
findGroup(GroupBean groupBean,
HierarchyBean hierarchyBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find group.
|
com.engiweb.pm.entity.BeanList<OrgUnitBean> |
findOU(OrgUnitBean ouBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Deprecated.
Replaced Bt
#findGroup(GroupBean, TemplateBean, int, Paging, DAO) |
com.engiweb.pm.entity.BeanList<UserBean> |
findPerson(UserBean userBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find person.
|
com.engiweb.pm.entity.BeanList<TemplatePropBean> |
findProperty(TemplatePropBean templatePropBean,
TemplateBean templateBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find template properties.
|
com.engiweb.pm.entity.BeanList<RiskBean> |
findRisk(RiskBean riskBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find risk.
|
TemplateBean |
insert(TemplateBean templateBean,
com.engiweb.pm.dao.db.DAO connDao)
Insert.
|
void |
removeAccount(com.engiweb.pm.entity.BeanList<PwdCfgBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the account.
|
void |
removeAllAccount(TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the all account.
|
void |
removeAllApplication(TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the all application.
|
void |
removeAllEntitlement(TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the all entitlement.
|
void |
removeAllGroup(TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the all group.
|
void |
removeAllOU(TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Deprecated.
Replaced Bt
removeAllGroup(TemplateBean, int, DAO) |
void |
removeAllPerson(TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the all person.
|
void |
removeAllRisk(TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the all risk.
|
void |
removeApplication(com.engiweb.pm.entity.BeanList<ApplicationBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the application.
|
void |
removeEntitlement(com.engiweb.pm.entity.BeanList<EntitlementBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the entitlement.
|
void |
removeGroup(GroupBean groupBean,
TemplateBean templateBean,
boolean hier,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the group.
|
void |
removeOU(OrgUnitBean ouBean,
TemplateBean templateBean,
boolean hier,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Deprecated.
|
void |
removePerson(com.engiweb.pm.entity.BeanList<UserBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the person.
|
void |
removeRisk(com.engiweb.pm.entity.BeanList<RiskBean> listBean,
TemplateBean templateBean,
int type,
com.engiweb.pm.dao.db.DAO connDao)
Removes the risk.
|
void |
update(TemplateBean templateBean,
com.engiweb.pm.dao.db.DAO connDao)
Update a template.
|
void |
updateProperty(com.engiweb.pm.entity.BeanList<TemplatePropBean> propertyBeans,
TemplateBean templateBean,
com.engiweb.pm.dao.db.DAO connDao)
Update property.
|
static final java.lang.String COPYRIGHT
TemplateBean insert(TemplateBean templateBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean template to insertconnDao - DAO the connection daoTemplateBean template insertcom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<TemplateBean> find(TemplateBean templateBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean if null no filter is applied, otherwise the passed object is used as filterpaging - PagingconnDao - DAO the connection daoBeanList of TemplateBeancom.engiweb.toolkit.common.BackendException - the backend exceptionvoid update(TemplateBean templateBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean template to updateconnDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid delete(TemplateBean templateBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean template to deleteconnDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exception@Deprecated void addOU(OrgUnitBean ouBean, TemplateBean templateBean, int addMode, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
addGroup(GroupBean, TemplateBean, int, int, DAO)com.engiweb.toolkit.common.BackendExceptionvoid addGroup(GroupBean groupBean, TemplateBean templateBean, int addMode, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
groupBean - GroupitBean the group to addtemplateBean - TemplateBean the templateaddMode - int: the add mode
type - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exception@Deprecated void removeOU(OrgUnitBean ouBean, TemplateBean templateBean, boolean hier, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
removeGroup(GroupBean, TemplateBean, boolean, int, DAO)com.engiweb.toolkit.common.BackendExceptionvoid removeGroup(GroupBean groupBean, TemplateBean templateBean, boolean hier, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
groupBean - GroupBean the group to removetemplateBean - TemplateBean the templatehier - if true remove ou hierarchically, false otherwisetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid addApplication(com.engiweb.pm.entity.BeanList<ApplicationBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of ApplicationBean list of application to addtemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeApplication(com.engiweb.pm.entity.BeanList<ApplicationBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of ApplicationBean list of application to removetemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid addEntitlement(com.engiweb.pm.entity.BeanList<EntitlementBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of EntitlementBean list of entitlement to addtemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeEntitlement(com.engiweb.pm.entity.BeanList<EntitlementBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of EntitlementBean the list of entitlement to removetemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid addPerson(com.engiweb.pm.entity.BeanList<UserBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of UserBean the list of user to addtemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removePerson(com.engiweb.pm.entity.BeanList<UserBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of UserBean the list of user to removetemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid addAccount(com.engiweb.pm.entity.BeanList<PwdCfgBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of PwdCfgBean the list of configurationtemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeAccount(com.engiweb.pm.entity.BeanList<PwdCfgBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of PwdCfgBean list of account to removestemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<UserBean> findPerson(UserBean userBean, TemplateBean templateBean, int type, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
userBean - UserBean the usertemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
paging - PagingconnDao - DAO the connection daoBeanList of UserBeancom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<EntitlementBean> findEntitlement(EntitlementBean entBean, TemplateBean templateBean, int type, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
entBean - EntitlementBean the entitlementtemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
paging - PagingconnDao - DAO the connection daoBeanList of EntitlementBeancom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<ApplicationBean> findApplication(ApplicationBean appBean, TemplateBean templateBean, int type, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
appBean - ApplicationBean the applicationtemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
paging - PagingconnDao - DAO the connection daoBeanList of ApplicationBeancom.engiweb.toolkit.common.BackendException - the backend exception@Deprecated com.engiweb.pm.entity.BeanList<OrgUnitBean> findOU(OrgUnitBean ouBean, TemplateBean templateBean, int type, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
#findGroup(GroupBean, TemplateBean, int, Paging, DAO)com.engiweb.toolkit.common.BackendExceptioncom.engiweb.pm.entity.BeanList<GroupBean> findGroup(GroupBean groupBean, HierarchyBean hierarchyBean, TemplateBean templateBean, int type, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
groupBean - GroupBean the grouphierarchyBean - HierarchyBean the hierarchy mandatorytemplateBean - TemplateBeantype - int: indicates if the operation to be perform in the white or black list
paging - PagingconnDao - DAO the connection daoBeanList of OrgUnitBeancom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<PwdCfgBean> findAccount(PwdCfgBean pwdCfgBean, TemplateBean templateBean, int type, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
pwdCfgBean - PwdCfgBean the configurationtemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
paging - Paging the pagingconnDao - DAO the connection daoBeanList of PwdCfgBeancom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeAllEntitlement(TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeAllPerson(TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exception@Deprecated void removeAllOU(TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
removeAllGroup(TemplateBean, int, DAO)com.engiweb.toolkit.common.BackendExceptionvoid removeAllGroup(TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeAllApplication(TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<RiskBean> findRisk(RiskBean riskBean, TemplateBean templateBean, int type, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
riskBean - RiskBean the risktemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
paging - PagingconnDao - DAO the connection daoBeanList of RiskBeancom.engiweb.toolkit.common.BackendException - the backend exceptionvoid addRisk(com.engiweb.pm.entity.BeanList<RiskBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of RiskBean list of risktemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeRisk(com.engiweb.pm.entity.BeanList<RiskBean> listBean, TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
listBean - BeanList of RiskBeantemplateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeAllRisk(TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptionvoid removeAllAccount(TemplateBean templateBean, int type, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templateBean - TemplateBean the templatetype - int: indicates if the operation to be perform in the white or black list
connDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exceptioncom.engiweb.pm.entity.BeanList<TemplatePropBean> findProperty(TemplatePropBean templatePropBean, TemplateBean templateBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
templatePropBean - TemplatePropBean the template propertytemplateBean - TemplateBean the templatepaging - Paging the pagingconnDao - DAO the conn daoTemplatePropBeancom.engiweb.toolkit.common.BackendException - the backend exceptionvoid updateProperty(com.engiweb.pm.entity.BeanList<TemplatePropBean> propertyBeans, TemplateBean templateBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
propertyBeans - BeanList of TemplatePropBean the template propertytemplateBean - TemplateBean the templateconnDao - DAO the connection daocom.engiweb.toolkit.common.BackendException - the backend exception