Interface TrashHelper
@ProviderType
public interface TrashHelper
- Author:
- Eudaldo Alonso
-
Method Summary
Modifier and TypeMethodDescriptiongetOriginalTitle
(String title) getOriginalTitle
(String title, String paramName) getTrashTitle
(long entryId) getViewContentURL
(javax.servlet.http.HttpServletRequest httpServletRequest, String className, long classPK) boolean
isInTrashContainer
(TrashedModel trashedModel) boolean
isInTrashExplicitly
(TrashedModel trashedModel) boolean
isInTrashImplicitly
(TrashedModel trashedModel)
-
Method Details
-
getOriginalTitle
-
getOriginalTitle
-
getTrashTitle
-
getViewContentURL
PortletURL getViewContentURL(javax.servlet.http.HttpServletRequest httpServletRequest, String className, long classPK) throws PortalException - Throws:
PortalException
-
isInTrashContainer
-
isInTrashExplicitly
-
isInTrashImplicitly
-