Package | Description |
---|---|
com.engiweb.profilemanager.common.enumerations | |
com.engiweb.profilemanager.common.interfaces |
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.
|
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
|