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.enumerations.IntResource

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

      Methods in com.engiweb.profilemanager.common.enumerations that return IntResource 
      Modifier and Type Method and Description
      static IntResource IntResource.get(long code) 
      static IntResource IntResource.get(java.lang.String family) 
      static IntResource IntResource.valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static IntResource[] IntResource.values()
      Returns an array containing the constants of this enum type, in the order they are declared.
    • Uses of IntResource in com.engiweb.profilemanager.common.interfaces

      Methods in com.engiweb.profilemanager.common.interfaces with parameters of type IntResource 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList IUserDirect.findOwnerResources(com.engiweb.pm.web.bean.AbstractBean resBean, UserBean userBean, IntResource type, com.engiweb.pm.entity.Paging pNew, com.engiweb.pm.dao.db.DAO dao)
      Return the resources of a certain type owned by the specified user
      com.engiweb.pm.entity.BeanList<?> IUser.findOwnerResources(com.engiweb.pm.web.bean.AbstractBean resBean, UserBean userBean, IntResource type, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Return the resources of a certain type owned by the specified user
      com.engiweb.pm.entity.BeanList IUserDirect.findResourcesByProfile(com.engiweb.pm.web.bean.AbstractBean resBean, UserBean userBean, EntitlementBean entProfileBean, IntResource type, boolean grouped, com.engiweb.pm.entity.Paging pNew, java.lang.String code_scope, com.engiweb.pm.dao.db.DAO dao)
      Returns user resources assigned to an entitlement having a given entitlement of profile type
      com.engiweb.pm.entity.BeanList IUser.findResourcesByProfile(com.engiweb.pm.web.bean.AbstractBean resBean, UserBean userBean, EntitlementBean entProfileBean, IntResource type, boolean grouped, com.engiweb.pm.entity.Paging pNew, java.lang.String token, java.lang.String realm)
      Returns user resources assigned to an entitlement having a given entitlement of profile type
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes