org.kuali.rice.kim.impl.role
Class RoleBoLite
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.impl.role.RoleBoLite
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, RoleContract, RoleEbo, BusinessObject, ExternalizableBusinessObject, PersistableBusinessObject
public class RoleBoLite
- extends PersistableBusinessObjectBase
- implements RoleEbo
This is a copy of the RoleBo except it doesn't load the member information.
Most of the methods in the RoleServiceImpl do not require the member
information so loading all of it adds a lot of extra overhead.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
RoleBoLite
public RoleBoLite()
getKimRoleType
public KimTypeBo getKimRoleType()
getTypeInfoService
protected KimTypeInfoService getTypeInfoService()
to
public static Role to(RoleBoLite bo)
from
public static RoleBo from(Role immutable)
getId
public String getId()
- Description copied from interface:
RoleEbo
- The unique identifier for an object. This can be null.
- Specified by:
getId
in interface Identifiable
- Specified by:
getId
in interface RoleEbo
- Returns:
- the id
setId
public void setId(String id)
getName
public String getName()
- Description copied from interface:
RoleEbo
- The human readable name for this role.
- Specified by:
getName
in interface RoleContract
- Specified by:
getName
in interface RoleEbo
- Returns:
- Human readable role name.
setName
public void setName(String name)
getDescription
public String getDescription()
- Description copied from interface:
RoleEbo
- A full textual description of this role. This String should provide a verbose description of the role, what
it is meant to provide to principals assigned to it, and what permissions it implies.
- Specified by:
getDescription
in interface RoleContract
- Specified by:
getDescription
in interface RoleEbo
- Returns:
- Description of the role.
setDescription
public void setDescription(String description)
getActive
public boolean getActive()
isActive
public boolean isActive()
- Description copied from interface:
RoleEbo
- The active indicator for an object.
- Specified by:
isActive
in interface Inactivatable
- Specified by:
isActive
in interface RoleEbo
- Returns:
- true if active false if not.
setActive
public void setActive(boolean active)
getKimTypeId
public String getKimTypeId()
- Description copied from interface:
RoleEbo
- Provides the associated KimType identifier for this role. This controls what additional attributes
are available.
- Specified by:
getKimTypeId
in interface RoleContract
- Specified by:
getKimTypeId
in interface RoleEbo
- Returns:
- KimType Id
setKimTypeId
public void setKimTypeId(String kimTypeId)
getNamespaceCode
public String getNamespaceCode()
- Description copied from interface:
RoleEbo
- A namespace for this role. A namespace for a role identifies the system/module to which this role applies.
- Specified by:
getNamespaceCode
in interface RoleContract
- Specified by:
getNamespaceCode
in interface RoleEbo
- Returns:
- Namespace for the role.
setNamespaceCode
public void setNamespaceCode(String namespaceCode)
getPrincipalName
public String getPrincipalName()
setPrincipalName
public void setPrincipalName(String principalName)
getGroupNamespaceCode
public String getGroupNamespaceCode()
setGroupNamespaceCode
public void setGroupNamespaceCode(String groupNamespaceCode)
getGroupName
public String getGroupName()
setGroupName
public void setGroupName(String groupName)
getPermNamespaceCode
public String getPermNamespaceCode()
setPermNamespaceCode
public void setPermNamespaceCode(String permNamespaceCode)
getPermName
public String getPermName()
setPermName
public void setPermName(String permName)
getPermTmplNamespaceCode
public String getPermTmplNamespaceCode()
setPermTmplNamespaceCode
public void setPermTmplNamespaceCode(String permTmplNamespaceCode)
getPermTmplName
public String getPermTmplName()
setPermTmplName
public void setPermTmplName(String permTmplName)
getRespNamespaceCode
public String getRespNamespaceCode()
setRespNamespaceCode
public void setRespNamespaceCode(String respNamespaceCode)
getRespName
public String getRespName()
setRespName
public void setRespName(String respName)
getRespTmplNamespaceCode
public String getRespTmplNamespaceCode()
setRespTmplNamespaceCode
public void setRespTmplNamespaceCode(String respTmplNamespaceCode)
getRespTmplName
public String getRespTmplName()
setRespTmplName
public void setRespTmplName(String respTmplName)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.