|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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()
RoleMemberContractThis 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 RoleMemberContractpublic MemberType getType()
RoleMemberContractThis 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 RoleMemberContractpublic String getId()
Identifiable
getId in interface Identifiablepublic String getRoleId()
RoleMemberContractThis is a id assigned to a Role. It defines the role this role member belongs to.
getRoleId in interface RoleMemberContractpublic Map<String,String> getAttributes()
RoleMemberContract
getAttributes in interface RoleMemberContractpublic List<RoleResponsibilityAction> getRoleRspActions()
RoleMemberContract
getRoleRspActions in interface RoleMemberContractpublic org.joda.time.DateTime getActiveFromDate()
InactivatableFromTo
getActiveFromDate in interface InactivatableFromTopublic org.joda.time.DateTime getActiveToDate()
InactivatableFromTo
getActiveToDate in interface InactivatableFromTopublic boolean isActive(org.joda.time.DateTime activeAsOfDate)
InactivatableFromTo
isActive in interface InactivatableFromTopublic boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic String getMemberName()
getMemberName in interface RoleMemberContractpublic String getMemberNamespaceCode()
getMemberNamespaceCode in interface RoleMemberContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||