Uses of Class
de.hybris.platform.ticket.jalo.CsAgentGroup
-
Packages that use CsAgentGroup Package Description de.hybris.platform.ticket.events.jalo de.hybris.platform.ticket.jalo -
-
Uses of CsAgentGroup in de.hybris.platform.ticket.events.jalo
Methods in de.hybris.platform.ticket.events.jalo that return CsAgentGroup Modifier and Type Method Description CsAgentGroupGeneratedCsTicketChangeEventCsAgentGroupEntry. getNewValue()Generated method - Getter of theCsTicketChangeEventCsAgentGroupEntry.newValueattribute.CsAgentGroupGeneratedCsTicketChangeEventCsAgentGroupEntry. getNewValue(SessionContext ctx)Generated method - Getter of theCsTicketChangeEventCsAgentGroupEntry.newValueattribute.CsAgentGroupGeneratedCsTicketChangeEventCsAgentGroupEntry. getOldValue()Generated method - Getter of theCsTicketChangeEventCsAgentGroupEntry.oldValueattribute.CsAgentGroupGeneratedCsTicketChangeEventCsAgentGroupEntry. getOldValue(SessionContext ctx)Generated method - Getter of theCsTicketChangeEventCsAgentGroupEntry.oldValueattribute.Methods in de.hybris.platform.ticket.events.jalo with parameters of type CsAgentGroup Modifier and Type Method Description voidGeneratedCsTicketChangeEventCsAgentGroupEntry. setNewValue(SessionContext ctx, CsAgentGroup value)Generated method - Setter of theCsTicketChangeEventCsAgentGroupEntry.newValueattribute.voidGeneratedCsTicketChangeEventCsAgentGroupEntry. setNewValue(CsAgentGroup value)Generated method - Setter of theCsTicketChangeEventCsAgentGroupEntry.newValueattribute.voidGeneratedCsTicketChangeEventCsAgentGroupEntry. setOldValue(SessionContext ctx, CsAgentGroup value)Generated method - Setter of theCsTicketChangeEventCsAgentGroupEntry.oldValueattribute.voidGeneratedCsTicketChangeEventCsAgentGroupEntry. setOldValue(CsAgentGroup value)Generated method - Setter of theCsTicketChangeEventCsAgentGroupEntry.oldValueattribute. -
Uses of CsAgentGroup in de.hybris.platform.ticket.jalo
Methods in de.hybris.platform.ticket.jalo that return CsAgentGroup Modifier and Type Method Description CsAgentGroupGeneratedTicketsystemManager. createCsAgentGroup(SessionContext ctx, java.util.Map attributeValues)CsAgentGroupGeneratedTicketsystemManager. createCsAgentGroup(java.util.Map attributeValues)CsAgentGroupGeneratedCsTicket. getAssignedGroup()Generated method - Getter of theCsTicket.assignedGroupattribute.CsAgentGroupGeneratedCsTicket. getAssignedGroup(SessionContext ctx)Generated method - Getter of theCsTicket.assignedGroupattribute.Methods in de.hybris.platform.ticket.jalo that return types with arguments of type CsAgentGroup Modifier and Type Method Description java.util.List<CsAgentGroup>GeneratedTicketsystemManager. getTicketgroups(SessionContext ctx, BaseStore item)Generated method - Getter of theBaseStore.ticketgroupsattribute.java.util.List<CsAgentGroup>GeneratedTicketsystemManager. getTicketgroups(BaseStore item)Generated method - Getter of theBaseStore.ticketgroupsattribute.Methods in de.hybris.platform.ticket.jalo with parameters of type CsAgentGroup Modifier and Type Method Description voidGeneratedTicketsystemManager. addToTicketgroups(SessionContext ctx, BaseStore item, CsAgentGroup value)Generated method - Addsvalueto ticketgroups.voidGeneratedTicketsystemManager. addToTicketgroups(BaseStore item, CsAgentGroup value)Generated method - Addsvalueto ticketgroups.voidGeneratedTicketsystemManager. removeFromTicketgroups(SessionContext ctx, BaseStore item, CsAgentGroup value)Generated method - Removesvaluefrom ticketgroups.voidGeneratedTicketsystemManager. removeFromTicketgroups(BaseStore item, CsAgentGroup value)Generated method - Removesvaluefrom ticketgroups.voidGeneratedCsTicket. setAssignedGroup(SessionContext ctx, CsAgentGroup value)Generated method - Setter of theCsTicket.assignedGroupattribute.voidGeneratedCsTicket. setAssignedGroup(CsAgentGroup value)Generated method - Setter of theCsTicket.assignedGroupattribute.Method parameters in de.hybris.platform.ticket.jalo with type arguments of type CsAgentGroup Modifier and Type Method Description voidGeneratedTicketsystemManager. setTicketgroups(SessionContext ctx, BaseStore item, java.util.List<CsAgentGroup> value)Generated method - Setter of theBaseStore.ticketgroupsattribute.voidGeneratedTicketsystemManager. setTicketgroups(BaseStore item, java.util.List<CsAgentGroup> value)Generated method - Setter of theBaseStore.ticketgroupsattribute.
-