Package | Description |
---|---|
com.engiweb.rpd.common.interfaces |
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<TaskIncompBean> |
ITaskIncompDirect.findTaskIncomp(TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find all conflicting couple formed by taskBean and taskIncompBean on the
specified environment.
|
com.engiweb.pm.entity.BeanList<TaskIncompBean> |
ITaskIncomp.findTaskIncomp(TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Find all conflicting couple formed by taskBean and taskIncompBean on the
specified environment
|
Modifier and Type | Method and Description |
---|---|
void |
ITaskIncompDirect.addRemediation(com.engiweb.pm.entity.BeanList<RemediationBean> blRemediationBean,
TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.dao.db.DAO connDao)
Inserts all of the elements in the specified BeanList to the conflicting
couple formed by taskBean and taskIncompBean on the specified environment.
|
void |
ITaskIncomp.addRemediation(com.engiweb.pm.entity.BeanList<RemediationBean> blRemediationBean,
TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
java.lang.String cod_operation,
java.lang.String token,
java.lang.String realm)
Inserts all of the elements in the specified BeanList to the conflicting
couple formed by taskBean and taskIncompBean on the specified environment
|
com.engiweb.pm.entity.BeanList<DomainBean> |
ITaskIncompDirect.findDomain(DomainBean domainBean,
TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find domain.
|
com.engiweb.pm.entity.BeanList<DomainBean> |
ITaskIncomp.findDomain(DomainBean domainBean,
TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm) |
com.engiweb.pm.entity.BeanList<RemediationBean> |
ITaskIncompDirect.findRemediation(RemediationBean remediationBean,
TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find all of the remediation elements conflicting with the conflicting
couple formed by taskBean and taskIncompBean on the specified environment.
|
com.engiweb.pm.entity.BeanList<RemediationBean> |
ITaskIncomp.findRemediation(RemediationBean remediationBean,
TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Find all of the remediation elements conflicting with the conflicting
couple formed by taskBean and taskIncompBean on the specified environment
|
com.engiweb.pm.entity.BeanList<TaskIncompBean> |
ITaskIncompDirect.findTaskIncomp(TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find all conflicting couple formed by taskBean and taskIncompBean on the
specified environment.
|
com.engiweb.pm.entity.BeanList<TaskIncompBean> |
ITaskIncomp.findTaskIncomp(TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Find all conflicting couple formed by taskBean and taskIncompBean on the
specified environment
|
void |
ITaskIncompDirect.removeRemediation(com.engiweb.pm.entity.BeanList<RemediationBean> blRemediationBean,
TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
com.engiweb.pm.dao.db.DAO connDao)
Removes all of the elements in the specified BeanList to the conflicting
couple formed by taskBean and taskIncompBean on the specified environment.
|
void |
ITaskIncomp.removeRemediation(com.engiweb.pm.entity.BeanList<RemediationBean> blRemediationBean,
TaskIncompBean taskIncompBean,
EnvironmentBean envBean,
java.lang.String cod_operation,
java.lang.String token,
java.lang.String realm)
Removes all of the elements in the specified BeanList to the conflicting
couple formed by taskBean and taskIncompBean on the specified environment
|