com.liferay.portlet.trash.service.impl
Class TrashVersionLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.trash.service.base.TrashVersionLocalServiceBaseImpl
com.liferay.portlet.trash.service.impl.TrashVersionLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, TrashVersionLocalService
public class TrashVersionLocalServiceImpl
- extends TrashVersionLocalServiceBaseImpl
| Fields inherited from class com.liferay.portlet.trash.service.base.TrashVersionLocalServiceBaseImpl |
classNameLocalService, classNamePersistence, counterLocalService, persistedModelLocalServiceRegistry, resourceLocalService, trashEntryLocalService, trashEntryPersistence, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence |
|
Method Summary |
TrashVersion |
addTrashVersion(long trashEntryId,
String className,
long classPK,
int status,
UnicodeProperties typeSettingsProperties)
|
TrashVersion |
deleteTrashVersion(String className,
long classPK)
|
TrashVersion |
fetchVersion(long entryId,
String className,
long classPK)
Deprecated. As of 7.0.0, replaced by fetchVersion(String, long) |
TrashVersion |
fetchVersion(String className,
long classPK)
|
List<TrashVersion> |
getVersions(long entryId)
|
List<TrashVersion> |
getVersions(long entryId,
String className)
|
| Methods inherited from class com.liferay.portlet.trash.service.base.TrashVersionLocalServiceBaseImpl |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrashVersionLocalServiceImpl
public TrashVersionLocalServiceImpl()
addTrashVersion
public TrashVersion addTrashVersion(long trashEntryId,
String className,
long classPK,
int status,
UnicodeProperties typeSettingsProperties)
deleteTrashVersion
public TrashVersion deleteTrashVersion(String className,
long classPK)
fetchVersion
@Deprecated
public TrashVersion fetchVersion(long entryId,
String className,
long classPK)
- Deprecated. As of 7.0.0, replaced by
fetchVersion(String, long)
fetchVersion
public TrashVersion fetchVersion(String className,
long classPK)
getVersions
public List<TrashVersion> getVersions(long entryId)
getVersions
public List<TrashVersion> getVersions(long entryId,
String className)