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

Uses of Class
com.engiweb.profilemanager.common.bean.RightsLookupBean

  • Packages that use RightsLookupBean 
    Package Description
    com.engiweb.profilemanager.common.interfaces  
    • Uses of RightsLookupBean in com.engiweb.profilemanager.common.interfaces

      Methods in com.engiweb.profilemanager.common.interfaces that return RightsLookupBean 
      Modifier and Type Method and Description
      RightsLookupBean IRightsDirect.insertContentLookup(RightsLookupBean rlbean, com.engiweb.pm.dao.db.DAO dao)
      Insert content lookup.
      RightsLookupBean IRights.insertContentLookup(RightsLookupBean lookupBean, java.lang.String token, java.lang.String realm) 
      RightsLookupBean IRightsDirect.insertContentLookup(java.lang.String content, com.engiweb.pm.dao.db.DAO dao)
      Insert content lookup.
      Methods in com.engiweb.profilemanager.common.interfaces that return types with arguments of type RightsLookupBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRightsDirect.findContentLookup(RightsLookupBean rlbean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Find content lookup.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRights.findContentLookup(RightsLookupBean rlbean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRightsDirect.findServiceAttributeLookup(RightsLookupBean rightsLookupBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Given a RightsLookupBean filter, return a list of RightsLookupBean.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRightsDirect.findServiceAttributeLookup(RightsLookupBean rightsLookupBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao, java.lang.String lang)
      Given a RightsLookupBean filter, return a list of RightsLookupBean.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRights.findServiceAttributeLookup(RightsLookupBean rightsLookupBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Given a RightsLookupBean filter, return a list of RightsLookupBean.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRights.findServiceAttributeLookup(java.lang.String lang, RightsLookupBean rightsLookupBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Given a RightsLookupBean filter, return a list of RightsLookupBean.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRightsDirect.findServiceAttrLookup(ServiceAttributeBean sab, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao) 
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRights.findServiceAttrLookup(ServiceAttributeBean sab, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRightsDirect.findServiceAttrLookup(java.lang.String key, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Deprecated. 
      Return rights lookup filter by the content passed with the parameter.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRights.findServiceAttrLookup(java.lang.String key, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Deprecated. 
      Methods in com.engiweb.profilemanager.common.interfaces with parameters of type RightsLookupBean 
      Modifier and Type Method and Description
      void IRightsDirect.deleteRightsLookup(RightsLookupBean rlbean, com.engiweb.pm.dao.db.DAO dao)
      Delete rights lookup.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRightsDirect.findContentLookup(RightsLookupBean rlbean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Find content lookup.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRights.findContentLookup(RightsLookupBean rlbean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRightsDirect.findServiceAttributeLookup(RightsLookupBean rightsLookupBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Given a RightsLookupBean filter, return a list of RightsLookupBean.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRightsDirect.findServiceAttributeLookup(RightsLookupBean rightsLookupBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao, java.lang.String lang)
      Given a RightsLookupBean filter, return a list of RightsLookupBean.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRights.findServiceAttributeLookup(RightsLookupBean rightsLookupBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Given a RightsLookupBean filter, return a list of RightsLookupBean.
      com.engiweb.pm.entity.BeanList<RightsLookupBean> IRights.findServiceAttributeLookup(java.lang.String lang, RightsLookupBean rightsLookupBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Given a RightsLookupBean filter, return a list of RightsLookupBean.
      RightsLookupBean IRightsDirect.insertContentLookup(RightsLookupBean rlbean, com.engiweb.pm.dao.db.DAO dao)
      Insert content lookup.
      RightsLookupBean IRights.insertContentLookup(RightsLookupBean lookupBean, java.lang.String token, java.lang.String realm) 
      Method parameters in com.engiweb.profilemanager.common.interfaces with type arguments of type RightsLookupBean 
      Modifier and Type Method and Description
      void IRights.deleteRightsLookup(com.engiweb.pm.entity.BeanList<RightsLookupBean> bl, java.lang.String token, java.lang.String realm) 
      void IRights.insertRightsLookup(com.engiweb.pm.entity.BeanList<RightsLookupBean> bl, java.lang.Boolean extendedInfo, java.lang.String token, java.lang.String realm) 
      void IRightsDirect.insertRightsLookup(com.engiweb.pm.entity.BeanList<RightsLookupBean> rightsLookupList, com.engiweb.pm.dao.db.DAO dao)
      Insert rights lookup.
      void IRights.insertRightsLookup(com.engiweb.pm.entity.BeanList<RightsLookupBean> bl, java.lang.String token, java.lang.String realm) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes