com.liferay.portal.service.impl
Class RecentLayoutSetBranchLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RecentLayoutSetBranchLocalServiceBaseImpl
com.liferay.portal.service.impl.RecentLayoutSetBranchLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, RecentLayoutSetBranchLocalService
@ProviderType
public class RecentLayoutSetBranchLocalServiceImpl
- extends RecentLayoutSetBranchLocalServiceBaseImpl
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecentLayoutSetBranchLocalServiceImpl
public RecentLayoutSetBranchLocalServiceImpl()
addRecentLayoutSetBranch
public RecentLayoutSetBranch addRecentLayoutSetBranch(long userId,
long layoutSetBranchId,
long layoutSetId)
throws PortalException
- Throws:
PortalException
deleteRecentLayoutSetBranches
public void deleteRecentLayoutSetBranches(long layoutSetBranchId)
deleteUserRecentLayoutSetBranches
public void deleteUserRecentLayoutSetBranches(long userId)
fetchRecentLayoutSetBranch
public RecentLayoutSetBranch fetchRecentLayoutSetBranch(long userId,
long layoutSetId)