|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kim.api.role.RoleMember
public class RoleMember
Nested Class Summary | |
---|---|
static class |
RoleMember.Builder
|
static class |
RoleMember.Cache
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getActiveFromDate()
Gets the date for which the record become active. |
org.joda.time.DateTime |
getActiveToDate()
Gets the date for which the record become inactive. |
Map<String,String> |
getAttributes()
This returns specific attributes to be set on a Role Member in order to match permission and responsibilitys. |
String |
getId()
The unique identifier for an object. |
String |
getMemberId()
This is the member id for the Role Member. |
String |
getMemberName()
|
String |
getMemberNamespaceCode()
|
String |
getObjectId()
Return the globally unique object id of this object. |
String |
getRoleId()
This is the id for the Role. |
List<RoleResponsibilityAction> |
getRoleRspActions()
This returns a list of role responsibility actions assigned to a role member |
MemberType |
getType()
This is the type code for the Role Member. |
Long |
getVersionNumber()
Returns the version number for this object. |
boolean |
isActive()
The active indicator for an object. |
boolean |
isActive(org.joda.time.DateTime activeAsOfDate)
Returns if the record is active for a given Time. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getMemberId()
RoleMemberContract
This is a id value that defines the Role Member. This value is either a Principal Id, Group Id, or Role Id depending on the type code
getMemberId
in interface RoleMemberContract
public MemberType getType()
RoleMemberContract
This is a value that defines the type of Role Member. This value determines whether memberId is either a Principal Id, Group Id, or Role Id
getType
in interface RoleMemberContract
public String getId()
Identifiable
getId
in interface Identifiable
public String getRoleId()
RoleMemberContract
This is a id assigned to a Role. It defines the role this role member belongs to.
getRoleId
in interface RoleMemberContract
public Map<String,String> getAttributes()
RoleMemberContract
getAttributes
in interface RoleMemberContract
public List<RoleResponsibilityAction> getRoleRspActions()
RoleMemberContract
getRoleRspActions
in interface RoleMemberContract
public org.joda.time.DateTime getActiveFromDate()
InactivatableFromTo
getActiveFromDate
in interface InactivatableFromTo
public org.joda.time.DateTime getActiveToDate()
InactivatableFromTo
getActiveToDate
in interface InactivatableFromTo
public boolean isActive(org.joda.time.DateTime activeAsOfDate)
InactivatableFromTo
isActive
in interface InactivatableFromTo
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public String getMemberName()
getMemberName
in interface RoleMemberContract
public String getMemberNamespaceCode()
getMemberNamespaceCode
in interface RoleMemberContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |