com.liferay.portal.service.impl
Class RecentLayoutBranchLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RecentLayoutBranchLocalServiceBaseImpl
com.liferay.portal.service.impl.RecentLayoutBranchLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, RecentLayoutBranchLocalService
@ProviderType
public class RecentLayoutBranchLocalServiceImpl
- extends RecentLayoutBranchLocalServiceBaseImpl
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecentLayoutBranchLocalServiceImpl
public RecentLayoutBranchLocalServiceImpl()
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)