Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.engiweb.rpd.common.bean.TaskIncompBean

  • Packages that use TaskIncompBean 
    Package Description
    com.engiweb.rpd.common.interfaces  
    • Uses of TaskIncompBean in com.engiweb.rpd.common.interfaces

      Methods in com.engiweb.rpd.common.interfaces that return types with arguments of type TaskIncompBean 
      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
      Methods in com.engiweb.rpd.common.interfaces with parameters of type TaskIncompBean 
      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
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes