Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.impl
Class RecentLayoutSetBranchLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.RecentLayoutSetBranchLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.RecentLayoutSetBranchLocalServiceImpl
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.portal.kernel.service.RecentLayoutSetBranchLocalService

@ProviderType
public class RecentLayoutSetBranchLocalServiceImpl
extends RecentLayoutSetBranchLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.RecentLayoutSetBranchLocalServiceBaseImpl
counterLocalService, layoutSetBranchLocalService, layoutSetBranchPersistence, persistedModelLocalServiceRegistry, recentLayoutSetBranchLocalService, recentLayoutSetBranchPersistence
 
Constructor Summary
RecentLayoutSetBranchLocalServiceImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.RecentLayoutSetBranch addRecentLayoutSetBranch(long userId, long layoutSetBranchId, long layoutSetId)
           
 void deleteRecentLayoutSetBranches(long layoutSetBranchId)
           
 void deleteUserRecentLayoutSetBranches(long userId)
           
 com.liferay.portal.kernel.model.RecentLayoutSetBranch fetchRecentLayoutSetBranch(long userId, long layoutSetId)
           
 
Methods inherited from class com.liferay.portal.service.base.RecentLayoutSetBranchLocalServiceBaseImpl
addRecentLayoutSetBranch, afterPropertiesSet, createRecentLayoutSetBranch, deletePersistedModel, deleteRecentLayoutSetBranch, deleteRecentLayoutSetBranch, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRecentLayoutSetBranch, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRecentLayoutSetBranch, getRecentLayoutSetBranchLocalService, getRecentLayoutSetBranchPersistence, getRecentLayoutSetBranchs, getRecentLayoutSetBranchsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setLayoutSetBranchLocalService, setLayoutSetBranchPersistence, setRecentLayoutSetBranchLocalService, setRecentLayoutSetBranchPersistence, updateRecentLayoutSetBranch
 
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
 

Constructor Detail

RecentLayoutSetBranchLocalServiceImpl

public RecentLayoutSetBranchLocalServiceImpl()
Method Detail

addRecentLayoutSetBranch

public com.liferay.portal.kernel.model.RecentLayoutSetBranch addRecentLayoutSetBranch(long userId,
                                                                                      long layoutSetBranchId,
                                                                                      long layoutSetId)
                                                                               throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

deleteRecentLayoutSetBranches

public void deleteRecentLayoutSetBranches(long layoutSetBranchId)

deleteUserRecentLayoutSetBranches

public void deleteUserRecentLayoutSetBranches(long userId)

fetchRecentLayoutSetBranch

public com.liferay.portal.kernel.model.RecentLayoutSetBranch fetchRecentLayoutSetBranch(long userId,
                                                                                        long layoutSetId)

Liferay 7.0-ga1 portal-impl