Liferay 7.0-ce-b4

com.liferay.portlet.trash.service.impl
Class TrashVersionLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.trash.service.base.TrashVersionLocalServiceBaseImpl
          extended by com.liferay.portlet.trash.service.impl.TrashVersionLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, TrashVersionLocalService

public class TrashVersionLocalServiceImpl
extends TrashVersionLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.trash.service.base.TrashVersionLocalServiceBaseImpl
classNameLocalService, classNamePersistence, counterLocalService, persistedModelLocalServiceRegistry, resourceLocalService, trashEntryLocalService, trashEntryPersistence, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence
 
Constructor Summary
TrashVersionLocalServiceImpl()
           
 
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 com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrashVersionLocalServiceImpl

public TrashVersionLocalServiceImpl()
Method Detail

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)

Liferay 7.0-ce-b4