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,
String className,
long classPK,
int status,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties) |
com.liferay.trash.kernel.model.TrashVersion |
deleteTrashVersion(String className,
long classPK) |
com.liferay.trash.kernel.model.TrashVersion |
fetchVersion(long entryId,
String className,
long classPK)
Deprecated.
As of Wilberforce (7.0.x), replaced by
fetchVersion(String, long) |
com.liferay.trash.kernel.model.TrashVersion |
fetchVersion(String className,
long classPK) |
List<com.liferay.trash.kernel.model.TrashVersion> |
getVersions(long entryId) |
List<com.liferay.trash.kernel.model.TrashVersion> |
getVersions(long entryId,
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, updateTrashVersion
public com.liferay.trash.kernel.model.TrashVersion addTrashVersion(long trashEntryId, String className, long classPK, int status, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
public com.liferay.trash.kernel.model.TrashVersion deleteTrashVersion(String className, long classPK)
@Deprecated public com.liferay.trash.kernel.model.TrashVersion fetchVersion(long entryId, String className, long classPK)
fetchVersion(String, long)
public com.liferay.trash.kernel.model.TrashVersion fetchVersion(String className, long classPK)
public List<com.liferay.trash.kernel.model.TrashVersion> getVersions(long entryId)
public List<com.liferay.trash.kernel.model.TrashVersion> getVersions(long entryId, String className)