| Modifier and Type | Method and Description |
|---|---|
Employee |
GeneratedB2BUnit.getAccountManager()
Generated method - Getter of the
B2BUnit.accountManager attribute. |
Employee |
GeneratedB2BUnit.getAccountManager(SessionContext ctx)
Generated method - Getter of the
B2BUnit.accountManager attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedB2BUnit.setAccountManager(Employee value)
Generated method - Setter of the
B2BUnit.accountManager attribute. |
void |
GeneratedB2BUnit.setAccountManager(SessionContext ctx,
Employee value)
Generated method - Setter of the
B2BUnit.accountManager attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestEmployee
Test class.
|
| Modifier and Type | Method and Description |
|---|---|
Employee |
UserManager.createEmployee(PK pk,
java.lang.String login)
Creates a new
Employee. |
Employee |
UserManager.createEmployee(java.lang.String login)
Creates a new
Employee. |
Employee |
UserManager.getAdminEmployee()
Returns the admin employee.
|
Employee |
UserManager.getEmployeeByLogin(java.lang.String login)
Finds an employee by its login name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserManager.isAdmin(Employee employee) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedVendorUser
Generated class for type
VendorUser. |
class |
VendorUser |
| Modifier and Type | Method and Description |
|---|---|
Employee |
GeneratedConversation.getAgent()
Generated method - Getter of the
Conversation.agent attribute. |
Employee |
GeneratedConversation.getAgent(SessionContext ctx)
Generated method - Getter of the
Conversation.agent attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedConversation.setAgent(Employee value)
Generated method - Setter of the
Conversation.agent attribute. |
void |
GeneratedConversation.setAgent(SessionContext ctx,
Employee value)
Generated method - Setter of the
Conversation.agent attribute. |
| Modifier and Type | Method and Description |
|---|---|
Employee |
GeneratedOrderHistoryEntry.getEmployee()
Generated method - Getter of the
OrderHistoryEntry.employee attribute. |
Employee |
GeneratedOrderHistoryEntry.getEmployee(SessionContext ctx)
Generated method - Getter of the
OrderHistoryEntry.employee attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedOrderHistoryEntry.setEmployee(Employee value)
Generated method - Setter of the
OrderHistoryEntry.employee attribute. |
void |
GeneratedOrderHistoryEntry.setEmployee(SessionContext ctx,
Employee value)
Generated method - Setter of the
OrderHistoryEntry.employee attribute. |
| Modifier and Type | Method and Description |
|---|---|
Employee |
GeneratedServicelayerManager.createEmployee(java.util.Map attributeValues) |
Employee |
GeneratedServicelayerManager.createEmployee(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
Employee |
GeneratedCsTicketChangeEventEmployeeEntry.getNewValue()
Generated method - Getter of the
CsTicketChangeEventEmployeeEntry.newValue attribute. |
Employee |
GeneratedCsTicketChangeEventEmployeeEntry.getNewValue(SessionContext ctx)
Generated method - Getter of the
CsTicketChangeEventEmployeeEntry.newValue attribute. |
Employee |
GeneratedCsTicketChangeEventEmployeeEntry.getOldValue()
Generated method - Getter of the
CsTicketChangeEventEmployeeEntry.oldValue attribute. |
Employee |
GeneratedCsTicketChangeEventEmployeeEntry.getOldValue(SessionContext ctx)
Generated method - Getter of the
CsTicketChangeEventEmployeeEntry.oldValue attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCsTicketChangeEventEmployeeEntry.setNewValue(Employee value)
Generated method - Setter of the
CsTicketChangeEventEmployeeEntry.newValue attribute. |
void |
GeneratedCsTicketChangeEventEmployeeEntry.setNewValue(SessionContext ctx,
Employee value)
Generated method - Setter of the
CsTicketChangeEventEmployeeEntry.newValue attribute. |
void |
GeneratedCsTicketChangeEventEmployeeEntry.setOldValue(Employee value)
Generated method - Setter of the
CsTicketChangeEventEmployeeEntry.oldValue attribute. |
void |
GeneratedCsTicketChangeEventEmployeeEntry.setOldValue(SessionContext ctx,
Employee value)
Generated method - Setter of the
CsTicketChangeEventEmployeeEntry.oldValue attribute. |
| Modifier and Type | Method and Description |
|---|---|
Employee |
GeneratedCsTicket.getAssignedAgent()
Generated method - Getter of the
CsTicket.assignedAgent attribute. |
Employee |
GeneratedCsTicket.getAssignedAgent(SessionContext ctx)
Generated method - Getter of the
CsTicket.assignedAgent attribute. |
Employee |
GeneratedCsAgentGroup.getDefaultAssignee()
Generated method - Getter of the
CsAgentGroup.defaultAssignee attribute. |
Employee |
GeneratedCsAgentGroup.getDefaultAssignee(SessionContext ctx)
Generated method - Getter of the
CsAgentGroup.defaultAssignee attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Employee> |
GeneratedTicketsystemManager.getTicketemployees(BaseStore item)
Generated method - Getter of the
BaseStore.ticketemployees attribute. |
java.util.List<Employee> |
GeneratedTicketsystemManager.getTicketemployees(SessionContext ctx,
BaseStore item)
Generated method - Getter of the
BaseStore.ticketemployees attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedTicketsystemManager.addToTicketemployees(BaseStore item,
Employee value)
Generated method - Adds
value to ticketemployees. |
void |
GeneratedTicketsystemManager.addToTicketemployees(SessionContext ctx,
BaseStore item,
Employee value)
Generated method - Adds
value to ticketemployees. |
void |
GeneratedTicketsystemManager.addToTicketstores(Employee item,
BaseStore value)
Generated method - Adds
value to ticketstores. |
void |
GeneratedTicketsystemManager.addToTicketstores(SessionContext ctx,
Employee item,
BaseStore value)
Generated method - Adds
value to ticketstores. |
java.util.List<BaseStore> |
GeneratedTicketsystemManager.getTicketstores(Employee item)
Generated method - Getter of the
Employee.ticketstores attribute. |
java.util.List<BaseStore> |
GeneratedTicketsystemManager.getTicketstores(SessionContext ctx,
Employee item)
Generated method - Getter of the
Employee.ticketstores attribute. |
long |
GeneratedTicketsystemManager.getTicketstoresCount(Employee item) |
long |
GeneratedTicketsystemManager.getTicketstoresCount(SessionContext ctx,
Employee item) |
void |
GeneratedTicketsystemManager.removeFromTicketemployees(BaseStore item,
Employee value)
Generated method - Removes
value from ticketemployees. |
void |
GeneratedTicketsystemManager.removeFromTicketemployees(SessionContext ctx,
BaseStore item,
Employee value)
Generated method - Removes
value from ticketemployees. |
void |
GeneratedTicketsystemManager.removeFromTicketstores(Employee item,
BaseStore value)
Generated method - Removes
value from ticketstores. |
void |
GeneratedTicketsystemManager.removeFromTicketstores(SessionContext ctx,
Employee item,
BaseStore value)
Generated method - Removes
value from ticketstores. |
void |
GeneratedCsTicket.setAssignedAgent(Employee value)
Generated method - Setter of the
CsTicket.assignedAgent attribute. |
void |
GeneratedCsTicket.setAssignedAgent(SessionContext ctx,
Employee value)
Generated method - Setter of the
CsTicket.assignedAgent attribute. |
void |
GeneratedCsAgentGroup.setDefaultAssignee(Employee value)
Generated method - Setter of the
CsAgentGroup.defaultAssignee attribute. |
void |
GeneratedCsAgentGroup.setDefaultAssignee(SessionContext ctx,
Employee value)
Generated method - Setter of the
CsAgentGroup.defaultAssignee attribute. |
void |
GeneratedTicketsystemManager.setTicketstores(Employee item,
java.util.List<BaseStore> value)
Generated method - Setter of the
Employee.ticketstores attribute. |
void |
GeneratedTicketsystemManager.setTicketstores(SessionContext ctx,
Employee item,
java.util.List<BaseStore> value)
Generated method - Setter of the
Employee.ticketstores attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedTicketsystemManager.setTicketemployees(BaseStore item,
java.util.List<Employee> value)
Generated method - Setter of the
BaseStore.ticketemployees attribute. |
void |
GeneratedTicketsystemManager.setTicketemployees(SessionContext ctx,
BaseStore item,
java.util.List<Employee> value)
Generated method - Setter of the
BaseStore.ticketemployees attribute. |
| Modifier and Type | Method and Description |
|---|---|
Employee |
GeneratedSessionEvent.getAgent()
Generated method - Getter of the
SessionEvent.agent attribute. |
Employee |
GeneratedSessionEvent.getAgent(SessionContext ctx)
Generated method - Getter of the
SessionEvent.agent attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSessionEvent.setAgent(Employee value)
Generated method - Setter of the
SessionEvent.agent attribute. |
void |
GeneratedSessionEvent.setAgent(SessionContext ctx,
Employee value)
Generated method - Setter of the
SessionEvent.agent attribute. |
| Modifier and Type | Method and Description |
|---|---|
Employee |
WorkflowDAO.getAdhocWorkflowTemplateDummyOwner()
Deprecated.
since ages - as of release 4.3, please use
WorkflowTemplateDao.findAdhocWorkflowTemplateDummyOwner() |
| Modifier and Type | Method and Description |
|---|---|
Employee |
DefaultWorkflowDAO.getAdhocWorkflowTemplateDummyOwner() |
Copyright © 2018 SAP SE. All Rights Reserved.