Class GroupBo

java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.kim.impl.group.GroupBase
org.kuali.rice.kim.impl.group.GroupBo
All Implemented Interfaces:
Serializable, Cloneable, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.internal.weaving.PersistenceWeavedRest, org.eclipse.persistence.queries.FetchGroupTracker, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.kim.api.group.GroupContract, org.kuali.rice.kim.framework.group.GroupEbo, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.ExternalizableBusinessObject

@Entity public class GroupBo extends GroupBase
See Also:
  • Field Summary

    Fields inherited from class org.kuali.rice.kim.impl.group.GroupBase

    attributes

    Fields inherited from class org.kuali.rice.krad.bo.DataObjectBase

    _persistence_cacheKey, _persistence_fetchGroup, _persistence_href, _persistence_links, _persistence_listener, _persistence_primaryKey, _persistence_relationshipInfo, _persistence_session, _persistence_shouldRefreshFetchGroup, objectId, versionNumber
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static GroupBo
    from(org.kuali.rice.kim.api.group.Group im)
    Converts a immutable object to its mutable counterpart
     
     
     
     
     
    List<org.kuali.rice.kim.api.group.Group>
     
    List<org.kuali.rice.kim.api.identity.Person>
     
     
     
    void
     
    void
     
    void
    setMemberGroups(List<org.kuali.rice.kim.api.group.Group> memberGroups)
     
    void
    setMemberPersons(List<org.kuali.rice.kim.api.identity.Person> memberPersons)
     
    void
     
    static org.kuali.rice.kim.api.group.Group
    to(GroupBo bo)
    Converts a mutable bo to its immutable counterpart

    Methods inherited from class org.kuali.rice.krad.bo.DataObjectBase

    _persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get, _persistence_get_objectId, _persistence_get_versionNumber, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.kuali.rice.kim.framework.group.GroupEbo

    getObjectId, getVersionNumber

    Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic

    toString
  • Constructor Details

    • GroupBo

      public GroupBo()
  • Method Details

    • getAttributes

      public Map<String,String> getAttributes()
      Specified by:
      getAttributes in interface org.kuali.rice.kim.api.group.GroupContract
      Specified by:
      getAttributes in interface org.kuali.rice.kim.framework.group.GroupEbo
      Overrides:
      getAttributes in class GroupBase
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getMembers

      public List<GroupMemberBo> getMembers()
    • setMembers

      public void setMembers(List<GroupMemberBo> members)
    • getAttributeDetails

      public List<GroupAttributeBo> getAttributeDetails()
    • setAttributeDetails

      public void setAttributeDetails(List<GroupAttributeBo> attributeDetails)
    • to

      public static org.kuali.rice.kim.api.group.Group to(GroupBo bo)
      Converts a mutable bo to its immutable counterpart
      Parameters:
      bo - the mutable business object
      Returns:
      the immutable object
    • from

      public static GroupBo from(org.kuali.rice.kim.api.group.Group im)
      Converts a immutable object to its mutable counterpart
      Parameters:
      im - immutable object
      Returns:
      the mutable bo
    • getGroupAttributeValueById

      public String getGroupAttributeValueById(String attributeId)
    • getMemberPersons

      public List<org.kuali.rice.kim.api.identity.Person> getMemberPersons()
    • setMemberPersons

      public void setMemberPersons(List<org.kuali.rice.kim.api.identity.Person> memberPersons)
    • getMemberPrincipalIds

      public List<String> getMemberPrincipalIds()
    • getMemberGroupIds

      public List<String> getMemberGroupIds()
    • getMemberGroups

      public List<org.kuali.rice.kim.api.group.Group> getMemberGroups()
    • setMemberGroups

      public void setMemberGroups(List<org.kuali.rice.kim.api.group.Group> memberGroups)