|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
BaseJSPTrashRenderer
|
class |
BaseTrashRenderer
|
| Methods in com.liferay.portal.kernel.trash that return TrashRenderer | |
|---|---|
TrashRenderer |
TrashRendererFactory.getTrashRenderer(long classPK)
|
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 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||