Interface AgentGroup

  • All Superinterfaces:
    CategoryAssigned, java.lang.Comparable<com.novomind.ecom.common.api.persistence.Entity>, com.novomind.ecom.common.api.attribute.Described, com.novomind.ecom.common.api.persistence.Entity, Group, MasterEntity, com.novomind.ecom.common.api.attribute.Named

    public interface AgentGroup
    extends MasterEntity, Group
    Represents an AgentGroup object
    Since:
    10.0.50
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<UserAgentGroupAssignment> getUserAssignments()
      Returns an unmodifiable cached view of the user assignments.
      • Methods inherited from interface com.novomind.ecom.common.api.attribute.Described

        getDescription
      • Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity

        compareTo, getId, isDeleted, isNotDeleted
      • Methods inherited from interface com.novomind.ecom.api.iagent.model.Group

        getParent
      • Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

        getName
    • Method Detail

      • getUserAssignments

        java.util.Set<UserAgentGroupAssignment> getUserAssignments()
        Returns an unmodifiable cached view of the user assignments.
        The returned set is not updated when assignments change.
        Returns:
        the current user assignments as an unmodifiable set
        Since:
        10.0.108