Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.trash.TrashRenderer

Packages that use TrashRenderer
com.liferay.portal.kernel.trash   
 

Uses of TrashRenderer in com.liferay.portal.kernel.trash
 

Classes in com.liferay.portal.kernel.trash that implement TrashRenderer
 class BaseTrashRenderer
           
 

Methods in com.liferay.portal.kernel.trash that return TrashRenderer
 TrashRenderer TrashHandler.getTrashRenderer(long classPK)
          Returns the trash renderer associated to the model entity with the primary key.
 TrashRenderer BaseTrashHandler.getTrashRenderer(long classPK)
           
 

Methods in com.liferay.portal.kernel.trash that return types with arguments of type TrashRenderer
 List<TrashRenderer> TrashHandler.getTrashContainedModelTrashRenderers(long classPK, int start, int end)
          Returns a range of all the trash renderers of model entities (excluding container models) that are children of the parent container model identified by the primary key.
 List<TrashRenderer> BaseTrashHandler.getTrashContainedModelTrashRenderers(long classPK, int start, int end)
           
 List<TrashRenderer> TrashHandler.getTrashContainerModelTrashRenderers(long classPK, int start, int end)
          Returns a range of all the trash renderers of model entities that are children of the parent container model identified by the primary key.
 List<TrashRenderer> BaseTrashHandler.getTrashContainerModelTrashRenderers(long classPK, int start, int end)
           
 


Liferay 6.2-ce-ga5