Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.model.impl.TicketModelImpl

Packages that use TicketModelImpl
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of TicketModelImpl in com.liferay.portal.model.impl
 

Subclasses of TicketModelImpl in com.liferay.portal.model.impl
 class TicketBaseImpl
          The extended model base implementation for the Ticket service.
 class TicketImpl
           
 

Uses of TicketModelImpl in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type TicketModelImpl
protected  void TicketPersistenceImpl.cacheUniqueFindersCache(TicketModelImpl ticketModelImpl, boolean isNew)
           
protected  void TicketPersistenceImpl.clearUniqueFindersCache(TicketModelImpl ticketModelImpl)
           
 


Liferay 7.0-ce-b4