public class TrashVersionLocalServiceImpl extends TrashVersionLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, resourceLocalService, trashEntryLocalService, trashEntryPersistence, trashEntryService, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
TrashVersionLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTrashVersion(long trashEntryId,
java.lang.String className,
long classPK,
int status,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties) |
com.liferay.portlet.trash.model.TrashVersion |
deleteTrashVersion(long entryId,
java.lang.String className,
long classPK) |
com.liferay.portlet.trash.model.TrashVersion |
fetchVersion(long entryId,
java.lang.String className,
long classPK) |
java.util.List<com.liferay.portlet.trash.model.TrashVersion> |
getVersions(long entryId) |
java.util.List<com.liferay.portlet.trash.model.TrashVersion> |
getVersions(long entryId,
java.lang.String className) |
java.util.List<com.liferay.portlet.trash.model.TrashVersion> |
getVersions(java.lang.String className,
long classPK)
Returns all the trash versions associated with the trash entry.
|
addTrashVersion, afterPropertiesSet, createTrashVersion, deleteTrashVersion, deleteTrashVersion, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchTrashVersion, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getTrashVersion, getTrashVersionLocalService, getTrashVersionPersistence, getTrashVersions, getTrashVersionsCount, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setResourceLocalService, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setTrashVersionLocalService, setTrashVersionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateTrashVersionpublic void addTrashVersion(long trashEntryId,
java.lang.String className,
long classPK,
int status,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.trash.model.TrashVersion deleteTrashVersion(long entryId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.trash.model.TrashVersion fetchVersion(long entryId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.trash.model.TrashVersion> getVersions(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.trash.model.TrashVersion> getVersions(long entryId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.trash.model.TrashVersion> getVersions(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
className - the class name of the trash entityclassPK - the primary key of the trash entitycom.liferay.portal.kernel.exception.SystemException - if a system exception occurred