Class 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, GroupContract, GroupEbo, BusinessObject, ExternalizableBusinessObject

@Entity public class GroupBo extends GroupBase
See Also:
  • Constructor Details

    • GroupBo

      public GroupBo()
  • Method Details

    • getAttributes

      public Map<String,String> getAttributes()
      Specified by:
      getAttributes in interface GroupContract
      Specified by:
      getAttributes in interface 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 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(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<Person> getMemberPersons()
    • setMemberPersons

      public void setMemberPersons(List<Person> memberPersons)
    • getMemberPrincipalIds

      public List<String> getMemberPrincipalIds()
    • getMemberGroupIds

      public List<String> getMemberGroupIds()
    • getMemberGroups

      public List<Group> getMemberGroups()
    • setMemberGroups

      public void setMemberGroups(List<Group> memberGroups)