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