| Package | Description |
|---|---|
| de.hybris.platform.ticket.event.dao | |
| de.hybris.platform.ticket.event.dao.impl | |
| de.hybris.platform.ticketsystem.events.model |
Contains generated models for each type of de.hybris.platform.ticketsystem.events.jalo package.
|
| de.hybris.platform.ticketsystem.events.resource |
| Modifier and Type | Method and Description |
|---|---|
List<SessionEventModel> |
CustomerSupportEventDao.findAllEventsBeforeDate(EventType eventType,
Date beforeDate)
Get all events before specific date
|
SearchPageData<SessionEventModel> |
CustomerSupportEventDao.findAllEventsByAgent(EmployeeModel agent,
EventType eventType,
Date startDate,
Date endDate,
PageableData pageableData,
int limit)
Search for agent-specific events
|
| Modifier and Type | Method and Description |
|---|---|
List<SessionEventModel> |
DefaultCustomerSupportEventDao.findAllEventsBeforeDate(EventType eventType,
Date beforeDate) |
SearchPageData<SessionEventModel> |
DefaultCustomerSupportEventDao.findAllEventsByAgent(EmployeeModel agent,
EventType eventType,
Date startDate,
Date endDate,
PageableData pageableData,
int limit) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionEndEventModel
Generated model class for type SessionEndEvent first defined at extension ticketsystem.
|
class |
SessionStartEventModel
Generated model class for type SessionStartEvent first defined at extension ticketsystem.
|
| Modifier and Type | Method and Description |
|---|---|
SessionEventModel |
SessionEventResource.getSessionEventModel()
Convenience method which just delegates to
#getResourceValue() |
protected SessionEventModel |
SessionEventResource.readResource(String resourceId)
Gets the
SessionEventModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SessionEventModel> |
SessionEventsResource.getSessionEventsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEventResource.setSessionEventModel(SessionEventModel value)
Convenience method which just delegates to
#setResourceValue(SessionEventModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEventsResource.setSessionEventsCollection(Collection<SessionEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.