com.liferay.portlet.trash.service.impl
Class TrashVersionLocalServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.trash.service.base.TrashVersionLocalServiceBaseImpl
com.liferay.portlet.trash.service.impl.TrashVersionLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.trash.kernel.service.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 |
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 7.0.0, 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)
|
| 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 com.liferay.portal.kernel.service.BaseLocalServiceImpl |
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrashVersionLocalServiceImpl
public TrashVersionLocalServiceImpl()
addTrashVersion
public com.liferay.trash.kernel.model.TrashVersion addTrashVersion(long trashEntryId,
String className,
long classPK,
int status,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
deleteTrashVersion
public com.liferay.trash.kernel.model.TrashVersion deleteTrashVersion(String className,
long classPK)
fetchVersion
@Deprecated
public com.liferay.trash.kernel.model.TrashVersion fetchVersion(long entryId,
String className,
long classPK)
- Deprecated. As of 7.0.0, replaced by
fetchVersion(String, long)
fetchVersion
public com.liferay.trash.kernel.model.TrashVersion fetchVersion(String className,
long classPK)
getVersions
public List<com.liferay.trash.kernel.model.TrashVersion> getVersions(long entryId)
getVersions
public List<com.liferay.trash.kernel.model.TrashVersion> getVersions(long entryId,
String className)