Uses of Class
com.liferay.portal.kernel.exception.NoSuchTicketException
Packages that use NoSuchTicketException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchTicketException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchTicketExceptionModifier and TypeMethodDescriptionTicketPersistence.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 TicketTicketUtil.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 TicketTicketUtil.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 TicketTicketUtil.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 TicketTicketUtil.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 TicketTicketUtil.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 TicketTicketUtil.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 aNoSuchTicketExceptionif it could not be found.static TicketReturns the ticket where key = ? or throws aNoSuchTicketExceptionif it could not be found.TicketPersistence.findByPrimaryKey(long ticketId) Returns the ticket with the primary key or throws aNoSuchTicketExceptionif it could not be found.static TicketTicketUtil.findByPrimaryKey(long ticketId) Returns the ticket with the primary key or throws aNoSuchTicketExceptionif it could not be found.TicketPersistence.remove(long ticketId) Removes the ticket with the primary key from the database.static TicketTicketUtil.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 TicketTicketUtil.removeByKey(String key) Removes the ticket where key = ? from the database.