Interface AgentGroup
- All Superinterfaces:
CategoryAssigned,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
Represents an AgentGroup object
- Since:
- 10.0.50
-
Method Summary
Modifier and TypeMethodDescriptionReturns an unmodifiable cached view of the user assignments.Methods inherited from interface com.novomind.ecom.api.iagent.assignment.CategoryAssigned
getAssignedCategoriesMethods inherited from interface com.novomind.ecom.common.api.attribute.Described
getDescriptionMethods inherited from interface com.novomind.ecom.common.api.persistence.Entity
compareTo, getId, isDeleted, isNotDeletedMethods inherited from interface com.novomind.ecom.common.api.attribute.Named
getName
-
Method Details
-
getUserAssignments
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
-