@Deprecated
@ProviderType
public interface Trash
Modifier and Type | Field and Description |
---|---|
static String |
TRASH_TIME_SEPARATOR
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addBaseModelBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest,
LiferayPortletResponse liferayPortletResponse,
String className,
long classPK,
PortletURL containerModelURL)
Deprecated.
|
void |
addContainerModelBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest,
LiferayPortletResponse liferayPortletResponse,
String className,
long classPK,
PortletURL containerModelURL)
Deprecated.
|
void |
addTrashSessionMessages(ActionRequest actionRequest,
List<TrashedModel> trashedModels)
Deprecated.
|
void |
addTrashSessionMessages(ActionRequest actionRequest,
List<TrashedModel> trashedModels,
String cmd)
Deprecated.
|
void |
addTrashSessionMessages(ActionRequest actionRequest,
TrashedModel trashedModel)
Deprecated.
|
void |
addTrashSessionMessages(ActionRequest actionRequest,
TrashedModel trashedModel,
String cmd)
Deprecated.
|
void |
deleteEntriesAttachments(long companyId,
long repositoryId,
Date date,
String[] attachmentFileNames)
Deprecated.
|
Group |
disableTrash(Group group)
Deprecated.
|
List<TrashEntry> |
getEntries(Hits hits)
Deprecated.
|
OrderByComparator<TrashEntry> |
getEntryOrderByComparator(String orderByCol,
String orderByType)
Deprecated.
|
int |
getMaxAge(Group group)
Deprecated.
|
String |
getNewName(String oldName,
String token)
Deprecated.
|
String |
getNewName(ThemeDisplay themeDisplay,
String className,
long classPK,
String oldName)
Deprecated.
|
String |
getOriginalTitle(String title)
Deprecated.
|
String |
getOriginalTitle(String title,
String paramName)
Deprecated.
|
String |
getTrashTime(String title,
String separator)
Deprecated.
|
String |
getTrashTitle(long trashEntryId)
Deprecated.
|
PortletURL |
getViewContentURL(javax.servlet.http.HttpServletRequest httpServletRequest,
long trashEntryId)
Deprecated.
|
PortletURL |
getViewContentURL(javax.servlet.http.HttpServletRequest httpServletRequest,
String className,
long classPK)
Deprecated.
|
PortletURL |
getViewURL(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
|
boolean |
isInTrash(String className,
long classPK)
Deprecated.
|
boolean |
isTrashEnabled(Group group)
Deprecated.
|
boolean |
isTrashEnabled(long groupId)
Deprecated.
|
boolean |
isValidTrashTitle(String title)
Deprecated.
|
static final String TRASH_TIME_SEPARATOR
void addBaseModelBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest, LiferayPortletResponse liferayPortletResponse, String className, long classPK, PortletURL containerModelURL) throws PortalException, PortletException
PortalException
PortletException
void addContainerModelBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest, LiferayPortletResponse liferayPortletResponse, String className, long classPK, PortletURL containerModelURL) throws PortalException, PortletException
PortalException
PortletException
void addTrashSessionMessages(ActionRequest actionRequest, List<TrashedModel> trashedModels)
void addTrashSessionMessages(ActionRequest actionRequest, List<TrashedModel> trashedModels, String cmd)
void addTrashSessionMessages(ActionRequest actionRequest, TrashedModel trashedModel)
void addTrashSessionMessages(ActionRequest actionRequest, TrashedModel trashedModel, String cmd)
void deleteEntriesAttachments(long companyId, long repositoryId, Date date, String[] attachmentFileNames)
List<TrashEntry> getEntries(Hits hits) throws PortalException
PortalException
OrderByComparator<TrashEntry> getEntryOrderByComparator(String orderByCol, String orderByType)
int getMaxAge(Group group) throws PortalException
PortalException
String getNewName(String oldName, String token)
String getNewName(ThemeDisplay themeDisplay, String className, long classPK, String oldName) throws PortalException
PortalException
String getOriginalTitle(String title)
String getOriginalTitle(String title, String paramName)
String getTrashTime(String title, String separator)
String getTrashTitle(long trashEntryId)
PortletURL getViewContentURL(javax.servlet.http.HttpServletRequest httpServletRequest, long trashEntryId) throws PortalException
PortalException
PortletURL getViewContentURL(javax.servlet.http.HttpServletRequest httpServletRequest, String className, long classPK) throws PortalException
PortalException
PortletURL getViewURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException
PortalException
boolean isInTrash(String className, long classPK) throws PortalException
PortalException
boolean isTrashEnabled(Group group)
boolean isTrashEnabled(long groupId) throws PortalException
PortalException
boolean isValidTrashTitle(String title)