Liferay 7.0-ga1 portal-impl

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

Packages that use TicketModelImpl
com.liferay.portal.model.impl   
com.liferay.portal.service.persistence.impl   
 

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-ga1 portal-impl