Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchTicketException

Packages that use NoSuchTicketException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchTicketException
static Ticket TicketUtil.findByKey(String key)
          Finds the ticket where key = ? or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistence.findByKey(String key)
          Finds the ticket where key = ? or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistenceImpl.findByKey(String key)
          Finds the ticket where key = ? or throws a NoSuchTicketException if it could not be found.
static Ticket TicketUtil.findByPrimaryKey(long ticketId)
          Finds the ticket with the primary key or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistence.findByPrimaryKey(long ticketId)
          Finds the ticket with the primary key or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistenceImpl.findByPrimaryKey(long ticketId)
          Finds 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.
 Ticket TicketPersistenceImpl.remove(long ticketId)
          Removes the ticket with the primary key from the database.
static void TicketUtil.removeByKey(String key)
          Removes the ticket where key = ? from the database.
 void TicketPersistence.removeByKey(String key)
          Removes the ticket where key = ? from the database.
 void TicketPersistenceImpl.removeByKey(String key)
          Removes the ticket where key = ? from the database.
 


Liferay 6.0.5