Uses of Interface
com.liferay.portal.kernel.model.Ticket
Packages that use Ticket
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of Ticket in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement TicketFields in com.liferay.portal.kernel.model with type parameters of type TicketMethods in com.liferay.portal.kernel.model that return TicketModifier and TypeMethodDescriptionTicketModel.cloneWithOriginalValues()
TicketWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type TicketConstructors in com.liferay.portal.kernel.model with parameters of type Ticket -
Uses of Ticket in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return TicketModifier and TypeMethodDescriptionTicketLocalService.addDistinctTicket
(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext) static Ticket
TicketLocalServiceUtil.addDistinctTicket
(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext) TicketLocalServiceWrapper.addDistinctTicket
(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext) TicketLocalService.addTicket
(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext) Adds the ticket to the database.static Ticket
TicketLocalServiceUtil.addTicket
(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext) static Ticket
Adds the ticket to the database.TicketLocalServiceWrapper.addTicket
(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext) Adds the ticket to the database.TicketLocalService.createTicket
(long ticketId) Creates a new ticket with the primary key.static Ticket
TicketLocalServiceUtil.createTicket
(long ticketId) Creates a new ticket with the primary key.TicketLocalServiceWrapper.createTicket
(long ticketId) Creates a new ticket with the primary key.TicketLocalService.deleteTicket
(long ticketId) Deletes the ticket with the primary key from the database.TicketLocalService.deleteTicket
(Ticket ticket) Deletes the ticket from the database.static Ticket
TicketLocalServiceUtil.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.TicketLocalServiceWrapper.deleteTicket
(long ticketId) Deletes the ticket with the primary key from the database.TicketLocalServiceWrapper.deleteTicket
(Ticket ticket) Deletes the ticket from the database.TicketLocalService.fetchTicket
(long ticketId) TicketLocalService.fetchTicket
(String key) static Ticket
TicketLocalServiceUtil.fetchTicket
(long ticketId) static Ticket
TicketLocalServiceUtil.fetchTicket
(String key) TicketLocalServiceWrapper.fetchTicket
(long ticketId) TicketLocalServiceWrapper.fetchTicket
(String key) TicketLocalService.getTicket
(long ticketId) Returns the ticket with the primary key.static Ticket
TicketLocalServiceUtil.getTicket
(long ticketId) Returns the ticket with the primary key.static Ticket
TicketLocalServiceWrapper.getTicket
(long ticketId) Returns the ticket with the primary key.TicketLocalService.updateTicket
(long ticketId, String className, long classPK, int type, String extraInfo, Date expirationDate) TicketLocalService.updateTicket
(Ticket ticket) Updates the ticket in the database or adds it if it does not yet exist.static Ticket
TicketLocalServiceUtil.updateTicket
(long ticketId, String className, long classPK, int type, String extraInfo, Date expirationDate) static Ticket
TicketLocalServiceUtil.updateTicket
(Ticket ticket) Updates the ticket in the database or adds it if it does not yet exist.TicketLocalServiceWrapper.updateTicket
(long ticketId, String className, long classPK, int type, String extraInfo, Date expirationDate) TicketLocalServiceWrapper.updateTicket
(Ticket ticket) Updates the ticket in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type TicketModifier and TypeMethodDescriptionTicketLocalService.getTickets
(int start, int end) Returns a range of all the tickets.TicketLocalService.getTickets
(long companyId, String className, long classPK) TicketLocalService.getTickets
(long companyId, String className, long classPK, int type) TicketLocalService.getTickets
(String className, long classPK, int type) TicketLocalServiceUtil.getTickets
(int start, int end) Returns a range of all the tickets.TicketLocalServiceUtil.getTickets
(long companyId, String className, long classPK) TicketLocalServiceUtil.getTickets
(long companyId, String className, long classPK, int type) TicketLocalServiceUtil.getTickets
(String className, long classPK, int type) TicketLocalServiceWrapper.getTickets
(int start, int end) Returns a range of all the tickets.TicketLocalServiceWrapper.getTickets
(long companyId, String className, long classPK) TicketLocalServiceWrapper.getTickets
(long companyId, String className, long classPK, int type) TicketLocalServiceWrapper.getTickets
(String className, long classPK, int type) Methods in com.liferay.portal.kernel.service with parameters of type TicketModifier and TypeMethodDescriptionAdds the ticket to the database.static Ticket
Adds the ticket to the database.Adds the ticket to the database.TicketLocalService.deleteTicket
(Ticket ticket) Deletes the ticket from the database.static Ticket
TicketLocalServiceUtil.deleteTicket
(Ticket ticket) Deletes the ticket from the database.TicketLocalServiceWrapper.deleteTicket
(Ticket ticket) Deletes the ticket from the database.TicketLocalService.updateTicket
(Ticket ticket) Updates the ticket in the database or adds it if it does not yet exist.static Ticket
TicketLocalServiceUtil.updateTicket
(Ticket ticket) Updates the ticket in the database or adds it if it does not yet exist.TicketLocalServiceWrapper.updateTicket
(Ticket ticket) Updates the ticket in the database or adds it if it does not yet exist. -
Uses of Ticket in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return TicketModifier and TypeMethodDescriptionTicketPersistence.create
(long ticketId) Creates a new ticket with the primary key.static Ticket
TicketUtil.create
(long ticketId) Creates a new ticket with the primary key.TicketPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.fetchByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.fetchByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.fetchByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.fetchByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.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_First
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.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.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 = ?.TicketPersistence.fetchByKey
(String key) Returns the ticket where key = ? or returnsnull
if it could not be found.TicketPersistence.fetchByKey
(String key, boolean useFinderCache) Returns the ticket where key = ? or returnsnull
if it could not be found, optionally using the finder cache.static Ticket
TicketUtil.fetchByKey
(String key) Returns the ticket where key = ? or returnsnull
if it could not be found.static Ticket
TicketUtil.fetchByKey
(String key, boolean useFinderCache) Returns the ticket where key = ? or returnsnull
if it could not be found, optionally using the finder cache.TicketPersistence.fetchByPrimaryKey
(long ticketId) Returns the ticket with the primary key or returnsnull
if it could not be found.static Ticket
TicketUtil.fetchByPrimaryKey
(long ticketId) Returns the ticket with the primary key or returnsnull
if it could not be found.TicketPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.Ticket[]
TicketPersistence.findByC_C_C_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket[]
TicketUtil.findByC_C_C_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.findByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.findByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.Ticket[]
TicketPersistence.findByC_C_C_T_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket[]
TicketUtil.findByC_C_C_T_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.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_First
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.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_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_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.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 = ?.Returns the ticket where key = ? or throws aNoSuchTicketException
if it could not be found.static Ticket
Returns the ticket where key = ? or throws aNoSuchTicketException
if it could not be found.TicketPersistence.findByPrimaryKey
(long ticketId) Returns the ticket with the primary key or throws aNoSuchTicketException
if it could not be found.static Ticket
TicketUtil.findByPrimaryKey
(long ticketId) Returns the ticket with the primary key or throws aNoSuchTicketException
if it could not be found.TicketPersistence.remove
(long ticketId) Removes the ticket with the primary key from the database.static Ticket
TicketUtil.remove
(long ticketId) Removes the ticket with the primary key from the database.TicketPersistence.removeByKey
(String key) Removes the ticket where key = ? from the database.static Ticket
TicketUtil.removeByKey
(String key) Removes the ticket where key = ? from the database.static Ticket
static Ticket
TicketUtil.update
(Ticket ticket, ServiceContext serviceContext) TicketPersistence.updateImpl
(Ticket ticket) static Ticket
TicketUtil.updateImpl
(Ticket ticket) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type TicketModifier and TypeMethodDescriptionstatic Map<Serializable,
Ticket> TicketUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) TicketPersistence.findAll()
Returns all the tickets.TicketPersistence.findAll
(int start, int end) Returns a range of all the tickets.TicketPersistence.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets.TicketPersistence.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets.TicketUtil.findAll()
Returns all the tickets.TicketUtil.findAll
(int start, int end) Returns a range of all the tickets.TicketUtil.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets.TicketUtil.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets.TicketPersistence.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketUtil.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end) Returns a range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end) Returns a range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_T
(long classNameId, long classPK, int type) Returns all the tickets where classNameId = ? and classPK = ? and type = ?.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 = ?.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 = ?.TicketPersistence.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_T
(long classNameId, long classPK, int type) Returns all the tickets where classNameId = ? and classPK = ? and type = ?.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 = ?.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 = ?.TicketUtil.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.TicketUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) TicketUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) TicketUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Ticket> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type TicketModifier and TypeMethodDescriptionvoid
TicketPersistence.cacheResult
(Ticket ticket) Caches the ticket in the entity cache if it is enabled.static void
TicketUtil.cacheResult
(Ticket ticket) Caches the ticket in the entity cache if it is enabled.static void
TicketUtil.clearCache
(Ticket ticket) static Ticket
static Ticket
TicketUtil.update
(Ticket ticket, ServiceContext serviceContext) TicketPersistence.updateImpl
(Ticket ticket) static Ticket
TicketUtil.updateImpl
(Ticket ticket) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type TicketModifier and TypeMethodDescriptionvoid
TicketPersistence.cacheResult
(List<Ticket> tickets) Caches the tickets in the entity cache if it is enabled.static void
TicketUtil.cacheResult
(List<Ticket> tickets) Caches the tickets in the entity cache if it is enabled.TicketPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.fetchByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.fetchByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.fetchByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.fetchByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.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_First
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.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.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 = ?.TicketPersistence.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets.TicketPersistence.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets.TicketUtil.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets.TicketUtil.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets.TicketPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.Ticket[]
TicketPersistence.findByC_C_C_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket[]
TicketUtil.findByC_C_C_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.findByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.findByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.Ticket[]
TicketPersistence.findByC_C_C_T_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket[]
TicketUtil.findByC_C_C_T_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.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 = ?.TicketPersistence.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.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 = ?.TicketUtil.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.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_First
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.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_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_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.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 = ?.TicketUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Ticket> orderByComparator)