Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
TicketWrapper
This class is a wrapper for
Ticket . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Ticket,Long> |
Ticket.TICKET_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Ticket |
TicketWrapper.getWrappedModel() |
Ticket |
TicketWrapper.toEscapedModel() |
Ticket |
TicketModel.toEscapedModel() |
Ticket |
TicketWrapper.toUnescapedModel() |
Ticket |
TicketModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<Ticket> |
TicketWrapper.toCacheModel() |
CacheModel<Ticket> |
TicketModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
TicketWrapper.compareTo(Ticket ticket) |
int |
TicketModel.compareTo(Ticket ticket) |
static TicketSoap |
TicketSoap.toSoapModel(Ticket model) |
static TicketSoap[] |
TicketSoap.toSoapModels(Ticket[] models) |
static TicketSoap[][] |
TicketSoap.toSoapModels(Ticket[][] models) |
Modifier and Type | Method and Description |
---|---|
static TicketSoap[] |
TicketSoap.toSoapModels(List<Ticket> models) |
Constructor and Description |
---|
TicketWrapper(Ticket ticket) |
Modifier and Type | Method and Description |
---|---|
static Ticket |
TicketLocalServiceUtil.addDistinctTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext) |
Ticket |
TicketLocalServiceWrapper.addDistinctTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext) |
Ticket |
TicketLocalService.addDistinctTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext) |
static Ticket |
TicketLocalServiceUtil.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext) |
Ticket |
TicketLocalServiceWrapper.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext) |
Ticket |
TicketLocalService.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext) |
static Ticket |
TicketLocalServiceUtil.addTicket(Ticket ticket)
Adds the ticket to the database.
|
Ticket |
TicketLocalServiceWrapper.addTicket(Ticket ticket)
Adds the ticket to the database.
|
Ticket |
TicketLocalService.addTicket(Ticket ticket)
Adds the ticket to the database.
|
static Ticket |
TicketLocalServiceUtil.createTicket(long ticketId)
Creates a new ticket with the primary key.
|
Ticket |
TicketLocalServiceWrapper.createTicket(long ticketId)
Creates a new ticket with the primary key.
|
Ticket |
TicketLocalService.createTicket(long ticketId)
Creates a new ticket with the primary key.
|
static Ticket |
TicketLocalServiceUtil.deleteTicket(long ticketId)
Deletes the ticket with the primary key from the database.
|
Ticket |
TicketLocalServiceWrapper.deleteTicket(long ticketId)
Deletes the ticket with the primary key from the database.
|
Ticket |
TicketLocalService.deleteTicket(long ticketId)
Deletes the ticket with the primary key from the database.
|
static Ticket |
TicketLocalServiceUtil.deleteTicket(Ticket ticket)
Deletes the ticket from the database.
|
Ticket |
TicketLocalServiceWrapper.deleteTicket(Ticket ticket)
Deletes the ticket from the database.
|
Ticket |
TicketLocalService.deleteTicket(Ticket ticket)
Deletes the ticket from the database.
|
static Ticket |
TicketLocalServiceUtil.fetchTicket(long ticketId) |
Ticket |
TicketLocalServiceWrapper.fetchTicket(long ticketId) |
Ticket |
TicketLocalService.fetchTicket(long ticketId) |
static Ticket |
TicketLocalServiceUtil.fetchTicket(String key) |
Ticket |
TicketLocalServiceWrapper.fetchTicket(String key) |
Ticket |
TicketLocalService.fetchTicket(String key) |
static Ticket |
TicketLocalServiceUtil.getTicket(long ticketId)
Returns the ticket with the primary key.
|
Ticket |
TicketLocalServiceWrapper.getTicket(long ticketId)
Returns the ticket with the primary key.
|
Ticket |
TicketLocalService.getTicket(long ticketId)
Returns the ticket with the primary key.
|
static Ticket |
TicketLocalServiceUtil.getTicket(String key) |
Ticket |
TicketLocalServiceWrapper.getTicket(String key) |
Ticket |
TicketLocalService.getTicket(String key) |
static Ticket |
TicketLocalServiceUtil.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist.
|
Ticket |
TicketLocalServiceWrapper.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist.
|
Ticket |
TicketLocalService.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<Ticket> |
TicketLocalServiceUtil.getTickets(int start,
int end)
Returns a range of all the tickets.
|
List<Ticket> |
TicketLocalServiceWrapper.getTickets(int start,
int end)
Returns a range of all the tickets.
|
List<Ticket> |
TicketLocalService.getTickets(int start,
int end)
Returns a range of all the tickets.
|
static List<Ticket> |
TicketLocalServiceUtil.getTickets(String className,
long classPK,
int type) |
List<Ticket> |
TicketLocalServiceWrapper.getTickets(String className,
long classPK,
int type) |
List<Ticket> |
TicketLocalService.getTickets(String className,
long classPK,
int type) |
Modifier and Type | Method and Description |
---|---|
static Ticket |
TicketLocalServiceUtil.addTicket(Ticket ticket)
Adds the ticket to the database.
|
Ticket |
TicketLocalServiceWrapper.addTicket(Ticket ticket)
Adds the ticket to the database.
|
Ticket |
TicketLocalService.addTicket(Ticket ticket)
Adds the ticket to the database.
|
static Ticket |
TicketLocalServiceUtil.deleteTicket(Ticket ticket)
Deletes the ticket from the database.
|
Ticket |
TicketLocalServiceWrapper.deleteTicket(Ticket ticket)
Deletes the ticket from the database.
|
Ticket |
TicketLocalService.deleteTicket(Ticket ticket)
Deletes the ticket from the database.
|
static Ticket |
TicketLocalServiceUtil.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist.
|
Ticket |
TicketLocalServiceWrapper.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist.
|
Ticket |
TicketLocalService.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static Ticket |
TicketUtil.create(long ticketId)
Creates a new ticket with the primary key.
|
Ticket |
TicketPersistence.create(long ticketId)
Creates a new ticket with the primary key.
|
static Ticket |
TicketUtil.fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket |
TicketPersistence.fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static Ticket |
TicketUtil.fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket |
TicketPersistence.fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static Ticket |
TicketUtil.fetchByKey(String key)
Returns the ticket where key = ? or returns
null if it could not be found. |
Ticket |
TicketPersistence.fetchByKey(String key)
Returns the ticket where key = ? or returns
null if it could not be found. |
static Ticket |
TicketUtil.fetchByKey(String key,
boolean retrieveFromCache)
Returns the ticket where key = ? or returns
null if it could not be found, optionally using the finder cache. |
Ticket |
TicketPersistence.fetchByKey(String key,
boolean retrieveFromCache)
Returns the ticket where key = ? or returns
null if it could not be found, optionally using the finder cache. |
static Ticket |
TicketUtil.fetchByPrimaryKey(long ticketId)
Returns the ticket with the primary key or returns
null if it could not be found. |
Ticket |
TicketPersistence.fetchByPrimaryKey(long ticketId)
Returns the ticket with the primary key or returns
null if it could not be found. |
static Ticket |
TicketUtil.findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket |
TicketPersistence.findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static Ticket |
TicketUtil.findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket |
TicketPersistence.findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static Ticket[] |
TicketUtil.findByC_C_T_PrevAndNext(long ticketId,
long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket[] |
TicketPersistence.findByC_C_T_PrevAndNext(long ticketId,
long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static Ticket |
TicketUtil.findByKey(String key)
Returns the ticket where key = ? or throws a
NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistence.findByKey(String key)
Returns the ticket where key = ? or throws a
NoSuchTicketException if it could not be found. |
static Ticket |
TicketUtil.findByPrimaryKey(long ticketId)
Returns the ticket with the primary key or throws a
NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistence.findByPrimaryKey(long ticketId)
Returns the ticket with the primary key or throws a
NoSuchTicketException if it could not be found. |
static Ticket |
TicketUtil.remove(long ticketId)
Removes the ticket with the primary key from the database.
|
Ticket |
TicketPersistence.remove(long ticketId)
Removes the ticket with the primary key from the database.
|
static Ticket |
TicketUtil.removeByKey(String key)
Removes the ticket where key = ? from the database.
|
Ticket |
TicketPersistence.removeByKey(String key)
Removes the ticket where key = ? from the database.
|
static Ticket |
TicketUtil.update(Ticket ticket) |
static Ticket |
TicketUtil.update(Ticket ticket,
ServiceContext serviceContext) |
static Ticket |
TicketUtil.updateImpl(Ticket ticket) |
Ticket |
TicketPersistence.updateImpl(Ticket ticket) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,Ticket> |
TicketUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,Ticket> |
TicketPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<Ticket> |
TicketUtil.findAll()
Returns all the tickets.
|
List<Ticket> |
TicketPersistence.findAll()
Returns all the tickets.
|
static List<Ticket> |
TicketUtil.findAll(int start,
int end)
Returns a range of all the tickets.
|
List<Ticket> |
TicketPersistence.findAll(int start,
int end)
Returns a range of all the tickets.
|
static List<Ticket> |
TicketUtil.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets.
|
List<Ticket> |
TicketPersistence.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets.
|
static List<Ticket> |
TicketUtil.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tickets.
|
List<Ticket> |
TicketPersistence.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tickets.
|
static List<Ticket> |
TicketUtil.findByC_C_T(long classNameId,
long classPK,
int type)
Returns all the tickets where classNameId = ? and classPK = ? and type = ?.
|
List<Ticket> |
TicketPersistence.findByC_C_T(long classNameId,
long classPK,
int type)
Returns all the tickets where classNameId = ? and classPK = ? and type = ?.
|
static List<Ticket> |
TicketUtil.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
List<Ticket> |
TicketPersistence.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
static List<Ticket> |
TicketUtil.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
List<Ticket> |
TicketPersistence.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
static List<Ticket> |
TicketUtil.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<Ticket> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
List<Ticket> |
TicketPersistence.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<Ticket> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
static List<Ticket> |
TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Ticket> |
TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Ticket> |
TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Ticket> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
TicketUtil.cacheResult(Ticket ticket)
Caches the ticket in the entity cache if it is enabled.
|
void |
TicketPersistence.cacheResult(Ticket ticket)
Caches the ticket in the entity cache if it is enabled.
|
static void |
TicketUtil.clearCache(Ticket ticket) |
static Ticket |
TicketUtil.update(Ticket ticket) |
static Ticket |
TicketUtil.update(Ticket ticket,
ServiceContext serviceContext) |
static Ticket |
TicketUtil.updateImpl(Ticket ticket) |
Ticket |
TicketPersistence.updateImpl(Ticket ticket) |
Modifier and Type | Method and Description |
---|---|
static void |
TicketUtil.cacheResult(List<Ticket> tickets)
Caches the tickets in the entity cache if it is enabled.
|
void |
TicketPersistence.cacheResult(List<Ticket> tickets)
Caches the tickets in the entity cache if it is enabled.
|
static Ticket |
TicketUtil.fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket |
TicketPersistence.fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static Ticket |
TicketUtil.fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket |
TicketPersistence.fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static List<Ticket> |
TicketUtil.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets.
|
List<Ticket> |
TicketPersistence.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets.
|
static List<Ticket> |
TicketUtil.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tickets.
|
List<Ticket> |
TicketPersistence.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tickets.
|
static Ticket |
TicketUtil.findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket |
TicketPersistence.findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static Ticket |
TicketUtil.findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket |
TicketPersistence.findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static Ticket[] |
TicketUtil.findByC_C_T_PrevAndNext(long ticketId,
long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
Ticket[] |
TicketPersistence.findByC_C_T_PrevAndNext(long ticketId,
long classNameId,
long classPK,
int type,
OrderByComparator<Ticket> orderByComparator)
Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static List<Ticket> |
TicketUtil.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
List<Ticket> |
TicketPersistence.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
static List<Ticket> |
TicketUtil.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<Ticket> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
List<Ticket> |
TicketPersistence.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<Ticket> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
|
static List<Ticket> |
TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Ticket> orderByComparator) |