@ProviderType
public interface TrashHelper
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginalTitle(String title) |
String |
getOriginalTitle(String title,
String paramName) |
String |
getTrashTitle(long entryId) |
javax.portlet.PortletURL |
getViewContentURL(javax.servlet.http.HttpServletRequest httpServletRequest,
String className,
long classPK) |
boolean |
isInTrashContainer(TrashedModel trashedModel) |
boolean |
isInTrashExplicitly(TrashedModel trashedModel) |
boolean |
isInTrashImplicitly(TrashedModel trashedModel) |
String getOriginalTitle(String title)
String getOriginalTitle(String title,
String paramName)
String getTrashTitle(long entryId)
javax.portlet.PortletURL getViewContentURL(javax.servlet.http.HttpServletRequest httpServletRequest,
String className,
long classPK)
throws PortalException
PortalExceptionboolean isInTrashContainer(TrashedModel trashedModel)
boolean isInTrashExplicitly(TrashedModel trashedModel)
boolean isInTrashImplicitly(TrashedModel trashedModel)