public abstract class GeneratedTicketsystemManager extends Extension
TicketsystemManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static String |
AGENT2BASESTORE_MARKMODIFIED
Relation disable markmodifed parameter constants for Agent2BaseStore from ((ticketsystem))
|
protected static String |
AGENT2BASESTORE_SRC_ORDERED
Relation ordering override parameter constants for Agent2BaseStore from ((ticketsystem))
|
protected static String |
AGENT2BASESTORE_TGT_ORDERED |
protected static String |
CSAGENTGROUP2BASESTORE_MARKMODIFIED
Relation disable markmodifed parameter constants for CsAgentGroup2BaseStore from ((ticketsystem))
|
protected static String |
CSAGENTGROUP2BASESTORE_SRC_ORDERED
Relation ordering override parameter constants for CsAgentGroup2BaseStore from ((ticketsystem))
|
protected static String |
CSAGENTGROUP2BASESTORE_TGT_ORDERED |
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedTicketsystemManager() |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static String AGENT2BASESTORE_SRC_ORDERED
protected static String AGENT2BASESTORE_TGT_ORDERED
protected static String AGENT2BASESTORE_MARKMODIFIED
protected static String CSAGENTGROUP2BASESTORE_SRC_ORDERED
protected static String CSAGENTGROUP2BASESTORE_TGT_ORDERED
protected static String CSAGENTGROUP2BASESTORE_MARKMODIFIED
protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic CsAgentGroup createCsAgentGroup(SessionContext ctx, Map attributeValues)
public CsAgentGroup createCsAgentGroup(Map attributeValues)
public CsCustomerEvent createCsCustomerEvent(SessionContext ctx, Map attributeValues)
public CsCustomerEvent createCsCustomerEvent(Map attributeValues)
public CsTicket createCsTicket(SessionContext ctx, Map attributeValues)
public CsTicketChangeEventCsAgentGroupEntry createCsTicketChangeEventCsAgentGroupEntry(SessionContext ctx, Map attributeValues)
public CsTicketChangeEventCsAgentGroupEntry createCsTicketChangeEventCsAgentGroupEntry(Map attributeValues)
public CsTicketChangeEventCsTicketCategoryEntry createCsTicketChangeEventCsTicketCategoryEntry(SessionContext ctx, Map attributeValues)
public CsTicketChangeEventCsTicketCategoryEntry createCsTicketChangeEventCsTicketCategoryEntry(Map attributeValues)
public CsTicketChangeEventCsTicketPriorityEntry createCsTicketChangeEventCsTicketPriorityEntry(SessionContext ctx, Map attributeValues)
public CsTicketChangeEventCsTicketPriorityEntry createCsTicketChangeEventCsTicketPriorityEntry(Map attributeValues)
public CsTicketChangeEventCsTicketStateEntry createCsTicketChangeEventCsTicketStateEntry(SessionContext ctx, Map attributeValues)
public CsTicketChangeEventCsTicketStateEntry createCsTicketChangeEventCsTicketStateEntry(Map attributeValues)
public CsTicketChangeEventEmployeeEntry createCsTicketChangeEventEmployeeEntry(SessionContext ctx, Map attributeValues)
public CsTicketChangeEventEmployeeEntry createCsTicketChangeEventEmployeeEntry(Map attributeValues)
public CsTicketChangeEventEntry createCsTicketChangeEventEntry(SessionContext ctx, Map attributeValues)
public CsTicketChangeEventEntry createCsTicketChangeEventEntry(Map attributeValues)
public CsTicketChangeEventStringEntry createCsTicketChangeEventStringEntry(SessionContext ctx, Map attributeValues)
public CsTicketChangeEventStringEntry createCsTicketChangeEventStringEntry(Map attributeValues)
public CsTicketEmail createCsTicketEmail(SessionContext ctx, Map attributeValues)
public CsTicketEmail createCsTicketEmail(Map attributeValues)
public CsTicketEvent createCsTicketEvent(SessionContext ctx, Map attributeValues)
public CsTicketEvent createCsTicketEvent(Map attributeValues)
public CsTicketEventEmailConfiguration createCsTicketEventEmailConfiguration(SessionContext ctx, Map attributeValues)
public CsTicketEventEmailConfiguration createCsTicketEventEmailConfiguration(Map attributeValues)
public CsTicketResolutionEvent createCsTicketResolutionEvent(SessionContext ctx, Map attributeValues)
public CsTicketResolutionEvent createCsTicketResolutionEvent(Map attributeValues)
public SessionEndEvent createSessionEndEvent(SessionContext ctx, Map attributeValues)
public SessionEndEvent createSessionEndEvent(Map attributeValues)
public SessionEvent createSessionEvent(SessionContext ctx, Map attributeValues)
public SessionEvent createSessionEvent(Map attributeValues)
public SessionEventsRemovalCronJob createSessionEventsRemovalCronJob(SessionContext ctx, Map attributeValues)
public SessionEventsRemovalCronJob createSessionEventsRemovalCronJob(Map attributeValues)
public SessionStartEvent createSessionStartEvent(SessionContext ctx, Map attributeValues)
public SessionStartEvent createSessionStartEvent(Map attributeValues)
public List<Employee> getTicketemployees(SessionContext ctx, BaseStore item)
BaseStore.ticketemployees attribute.public List<Employee> getTicketemployees(BaseStore item)
BaseStore.ticketemployees attribute.public long getTicketemployeesCount(SessionContext ctx, BaseStore item)
public long getTicketemployeesCount(BaseStore item)
public void setTicketemployees(SessionContext ctx, BaseStore item, List<Employee> value)
BaseStore.ticketemployees attribute.value - the ticketemployeespublic void setTicketemployees(BaseStore item, List<Employee> value)
BaseStore.ticketemployees attribute.value - the ticketemployeespublic void addToTicketemployees(SessionContext ctx, BaseStore item, Employee value)
value to ticketemployees.value - the item to add to ticketemployeespublic void addToTicketemployees(BaseStore item, Employee value)
value to ticketemployees.value - the item to add to ticketemployeespublic void removeFromTicketemployees(SessionContext ctx, BaseStore item, Employee value)
value from ticketemployees.value - the item to remove from ticketemployeespublic void removeFromTicketemployees(BaseStore item, Employee value)
value from ticketemployees.value - the item to remove from ticketemployeespublic List<CsAgentGroup> getTicketgroups(SessionContext ctx, BaseStore item)
BaseStore.ticketgroups attribute.public List<CsAgentGroup> getTicketgroups(BaseStore item)
BaseStore.ticketgroups attribute.public long getTicketgroupsCount(SessionContext ctx, BaseStore item)
public long getTicketgroupsCount(BaseStore item)
public void setTicketgroups(SessionContext ctx, BaseStore item, List<CsAgentGroup> value)
BaseStore.ticketgroups attribute.value - the ticketgroupspublic void setTicketgroups(BaseStore item, List<CsAgentGroup> value)
BaseStore.ticketgroups attribute.value - the ticketgroupspublic void addToTicketgroups(SessionContext ctx, BaseStore item, CsAgentGroup value)
value to ticketgroups.value - the item to add to ticketgroupspublic void addToTicketgroups(BaseStore item, CsAgentGroup value)
value to ticketgroups.value - the item to add to ticketgroupspublic void removeFromTicketgroups(SessionContext ctx, BaseStore item, CsAgentGroup value)
value from ticketgroups.value - the item to remove from ticketgroupspublic void removeFromTicketgroups(BaseStore item, CsAgentGroup value)
value from ticketgroups.value - the item to remove from ticketgroupspublic List<BaseStore> getTicketstores(SessionContext ctx, Employee item)
Employee.ticketstores attribute.public List<BaseStore> getTicketstores(Employee item)
Employee.ticketstores attribute.public long getTicketstoresCount(SessionContext ctx, Employee item)
public long getTicketstoresCount(Employee item)
public void setTicketstores(SessionContext ctx, Employee item, List<BaseStore> value)
Employee.ticketstores attribute.value - the ticketstorespublic void setTicketstores(Employee item, List<BaseStore> value)
Employee.ticketstores attribute.value - the ticketstorespublic void addToTicketstores(SessionContext ctx, Employee item, BaseStore value)
value to ticketstores.value - the item to add to ticketstorespublic void addToTicketstores(Employee item, BaseStore value)
value to ticketstores.value - the item to add to ticketstorespublic void removeFromTicketstores(SessionContext ctx, Employee item, BaseStore value)
value from ticketstores.value - the item to remove from ticketstoresCopyright © 2017 SAP SE. All Rights Reserved.