Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchTicketException

Packages that use NoSuchTicketException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchTicketException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchTicketException
 Ticket TicketPersistence.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator 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 orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistenceImpl.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistence.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator 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 orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistenceImpl.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator 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 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 orderByComparator)
          Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket[] TicketPersistenceImpl.findByC_C_T_PrevAndNext(long ticketId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistence.findByKey(String key)
          Returns the ticket where key = ? or throws a NoSuchTicketException if it could not be found.
static Ticket TicketUtil.findByKey(String key)
          Returns the ticket where key = ? or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistenceImpl.findByKey(String key)
          Returns the ticket where 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.findByPrimaryKey(long ticketId)
          Returns the ticket with the primary key or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistenceImpl.findByPrimaryKey(long ticketId)
          Returns the ticket with the primary key or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the ticket with the primary key or throws a NoSuchModelException if it could not be found.
 Ticket 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.
 Ticket TicketPersistenceImpl.remove(long ticketId)
          Removes the ticket with the primary key from the database.
 Ticket TicketPersistenceImpl.remove(Serializable primaryKey)
          Removes the ticket with the primary key from the database.
 Ticket 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.
 Ticket TicketPersistenceImpl.removeByKey(String key)
          Removes the ticket where key = ? from the database.
 


Liferay 6.2-ce-ga5