Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class RecentLayoutRevisionLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.RecentLayoutRevisionLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.RecentLayoutRevisionLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, RecentLayoutRevisionLocalService

@ProviderType
public class RecentLayoutRevisionLocalServiceImpl
extends RecentLayoutRevisionLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.RecentLayoutRevisionLocalServiceBaseImpl
counterLocalService, layoutRevisionLocalService, layoutRevisionPersistence, persistedModelLocalServiceRegistry, recentLayoutRevisionLocalService, recentLayoutRevisionPersistence
 
Constructor Summary
RecentLayoutRevisionLocalServiceImpl()
           
 
Method Summary
 RecentLayoutRevision addRecentLayoutRevision(long userId, long layoutRevisionId, long layoutSetBranchId, long plid)
           
 void deleteRecentLayoutRevisions(long layoutRevisionId)
           
 void deleteUserRecentLayoutRevisions(long userId)
           
 RecentLayoutRevision fetchRecentLayoutRevision(long userId, long layoutSetBranchId, long plid)
           
 
Methods inherited from class com.liferay.portal.service.base.RecentLayoutRevisionLocalServiceBaseImpl
addRecentLayoutRevision, afterPropertiesSet, createRecentLayoutRevision, deletePersistedModel, deleteRecentLayoutRevision, deleteRecentLayoutRevision, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRecentLayoutRevision, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRecentLayoutRevision, getRecentLayoutRevisionLocalService, getRecentLayoutRevisionPersistence, getRecentLayoutRevisions, getRecentLayoutRevisionsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setLayoutRevisionLocalService, setLayoutRevisionPersistence, setRecentLayoutRevisionLocalService, setRecentLayoutRevisionPersistence, updateRecentLayoutRevision
 
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

RecentLayoutRevisionLocalServiceImpl

public RecentLayoutRevisionLocalServiceImpl()
Method Detail

addRecentLayoutRevision

public RecentLayoutRevision addRecentLayoutRevision(long userId,
                                                    long layoutRevisionId,
                                                    long layoutSetBranchId,
                                                    long plid)
                                             throws PortalException
Throws:
PortalException

deleteRecentLayoutRevisions

public void deleteRecentLayoutRevisions(long layoutRevisionId)

deleteUserRecentLayoutRevisions

public void deleteUserRecentLayoutRevisions(long userId)

fetchRecentLayoutRevision

public RecentLayoutRevision fetchRecentLayoutRevision(long userId,
                                                      long layoutSetBranchId,
                                                      long plid)

Liferay 7.0-ce-b4