public class TrashVersionLocalServiceImpl extends TrashVersionLocalServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, persistedModelLocalServiceRegistry, resourceLocalService, trashEntryLocalService, trashEntryPersistence, trashEntryService, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
TrashVersionLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.trash.model.TrashVersion |
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(java.lang.String className,
long classPK) |
com.liferay.portlet.trash.model.TrashVersion |
fetchVersion(long entryId,
java.lang.String className,
long classPK)
Deprecated.
As of 7.0.0, replaced by
fetchVersion(String, long) |
com.liferay.portlet.trash.model.TrashVersion |
fetchVersion(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) |
addTrashVersion, afterPropertiesSet, createTrashVersion, deletePersistedModel, deleteTrashVersion, deleteTrashVersion, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchTrashVersion, getActionableDynamicQuery, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getResourceLocalService, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getTrashVersion, getTrashVersionLocalService, getTrashVersionPersistence, getTrashVersions, getTrashVersionsCount, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setResourceLocalService, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setTrashVersionLocalService, setTrashVersionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateTrashVersionpublic com.liferay.portlet.trash.model.TrashVersion addTrashVersion(long trashEntryId,
java.lang.String className,
long classPK,
int status,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
public com.liferay.portlet.trash.model.TrashVersion deleteTrashVersion(java.lang.String className,
long classPK)
@Deprecated
public com.liferay.portlet.trash.model.TrashVersion fetchVersion(long entryId,
java.lang.String className,
long classPK)
fetchVersion(String, long)public com.liferay.portlet.trash.model.TrashVersion fetchVersion(java.lang.String className,
long classPK)
public java.util.List<com.liferay.portlet.trash.model.TrashVersion> getVersions(long entryId)
public java.util.List<com.liferay.portlet.trash.model.TrashVersion> getVersions(long entryId,
java.lang.String className)