Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class RecentLayoutBranchLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.RecentLayoutBranchLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.RecentLayoutBranchLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, RecentLayoutBranchLocalService

@ProviderType
public class RecentLayoutBranchLocalServiceImpl
extends RecentLayoutBranchLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.RecentLayoutBranchLocalServiceBaseImpl
counterLocalService, layoutBranchLocalService, layoutBranchPersistence, persistedModelLocalServiceRegistry, recentLayoutBranchLocalService, recentLayoutBranchPersistence
 
Constructor Summary
RecentLayoutBranchLocalServiceImpl()
           
 
Method Summary
 RecentLayoutBranch addRecentLayoutBranch(long userId, long layoutBranchId, long layoutSetBranchId, long plid)
           
 void deleteRecentLayoutBranches(long layoutBranchId)
           
 void deleteUserRecentLayoutBranches(long userId)
           
 RecentLayoutBranch fetchRecentLayoutBranch(long userId, long layoutSetBranchId, long plid)
           
 
Methods inherited from class com.liferay.portal.service.base.RecentLayoutBranchLocalServiceBaseImpl
addRecentLayoutBranch, afterPropertiesSet, createRecentLayoutBranch, deletePersistedModel, deleteRecentLayoutBranch, deleteRecentLayoutBranch, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRecentLayoutBranch, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getLayoutBranchLocalService, getLayoutBranchPersistence, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRecentLayoutBranch, getRecentLayoutBranchLocalService, getRecentLayoutBranchPersistence, getRecentLayoutBranchs, getRecentLayoutBranchsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setLayoutBranchLocalService, setLayoutBranchPersistence, setRecentLayoutBranchLocalService, setRecentLayoutBranchPersistence, updateRecentLayoutBranch
 
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

RecentLayoutBranchLocalServiceImpl

public RecentLayoutBranchLocalServiceImpl()
Method Detail

addRecentLayoutBranch

public RecentLayoutBranch addRecentLayoutBranch(long userId,
                                                long layoutBranchId,
                                                long layoutSetBranchId,
                                                long plid)
                                         throws PortalException
Throws:
PortalException

deleteRecentLayoutBranches

public void deleteRecentLayoutBranches(long layoutBranchId)

deleteUserRecentLayoutBranches

public void deleteUserRecentLayoutBranches(long userId)

fetchRecentLayoutBranch

public RecentLayoutBranch fetchRecentLayoutBranch(long userId,
                                                  long layoutSetBranchId,
                                                  long plid)

Liferay 7.0-ce-b4