Package com.liferay.portal.service.impl
Class RecentLayoutBranchLocalServiceImpl
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
- Author:
- Brian Wing Shun Chan, Preston Crary
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.RecentLayoutBranchLocalServiceBaseImpl
counterLocalService, recentLayoutBranchLocalService, recentLayoutBranchPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.RecentLayoutBranch
addRecentLayoutBranch
(long userId, long layoutBranchId, long layoutSetBranchId, long plid) void
deleteRecentLayoutBranches
(long layoutBranchId) void
deleteUserRecentLayoutBranches
(long userId) com.liferay.portal.kernel.model.RecentLayoutBranch
fetchRecentLayoutBranch
(long userId, long layoutSetBranchId, long plid) Methods inherited from class com.liferay.portal.service.base.RecentLayoutBranchLocalServiceBaseImpl
addRecentLayoutBranch, afterPropertiesSet, createPersistedModel, createRecentLayoutBranch, deletePersistedModel, deleteRecentLayoutBranch, deleteRecentLayoutBranch, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRecentLayoutBranch, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRecentLayoutBranch, getRecentLayoutBranchLocalService, getRecentLayoutBranchPersistence, getRecentLayoutBranchs, getRecentLayoutBranchsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, 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
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
RecentLayoutBranchLocalServiceImpl
public RecentLayoutBranchLocalServiceImpl()
-
-
Method Details
-
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)
-