com.liferay.portal.service.impl
Class RecentLayoutBranchLocalServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RecentLayoutBranchLocalServiceBaseImpl
com.liferay.portal.service.impl.RecentLayoutBranchLocalServiceImpl
- 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.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 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 |
RecentLayoutBranchLocalServiceImpl
public RecentLayoutBranchLocalServiceImpl()
addRecentLayoutBranch
public com.liferay.portal.kernel.model.RecentLayoutBranch addRecentLayoutBranch(long userId,
long layoutBranchId,
long layoutSetBranchId,
long plid)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteRecentLayoutBranches
public void deleteRecentLayoutBranches(long layoutBranchId)
deleteUserRecentLayoutBranches
public void deleteUserRecentLayoutBranches(long userId)
fetchRecentLayoutBranch
public com.liferay.portal.kernel.model.RecentLayoutBranch fetchRecentLayoutBranch(long userId,
long layoutSetBranchId,
long plid)