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, com.novomind.ecom.common.api.persistence.WithId

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

    Modifier and Type
    Method
    Description
    Returns an unmodifiable cached view of the user assignments.

    Methods inherited from interface com.novomind.ecom.api.iagent.assignment.CategoryAssigned

    getAssignedCategories

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Described

    getDescription

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

    compareTo, 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

    Methods inherited from interface com.novomind.ecom.common.api.persistence.WithId

    getId
  • 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