Package com.liferay.portal.service.impl
Class RecentLayoutSetBranchLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RecentLayoutSetBranchLocalServiceBaseImpl
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
public class RecentLayoutSetBranchLocalServiceImpl
extends RecentLayoutSetBranchLocalServiceBaseImpl
- Author:
- Brian Wing Shun Chan, Preston Crary
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.RecentLayoutSetBranchLocalServiceBaseImpl
counterLocalService, recentLayoutSetBranchLocalService, recentLayoutSetBranchPersistence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.RecentLayoutSetBranchaddRecentLayoutSetBranch(long userId, long layoutSetBranchId, long layoutSetId) voiddeleteRecentLayoutSetBranches(long layoutSetBranchId) voiddeleteUserRecentLayoutSetBranches(long userId) com.liferay.portal.kernel.model.RecentLayoutSetBranchfetchRecentLayoutSetBranch(long userId, long layoutSetId) Methods inherited from class com.liferay.portal.service.base.RecentLayoutSetBranchLocalServiceBaseImpl
addRecentLayoutSetBranch, afterPropertiesSet, createPersistedModel, createRecentLayoutSetBranch, deletePersistedModel, deleteRecentLayoutSetBranch, deleteRecentLayoutSetBranch, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRecentLayoutSetBranch, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRecentLayoutSetBranch, getRecentLayoutSetBranchLocalService, getRecentLayoutSetBranchPersistence, getRecentLayoutSetBranchs, getRecentLayoutSetBranchsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setRecentLayoutSetBranchLocalService, setRecentLayoutSetBranchPersistence, updateRecentLayoutSetBranchMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
RecentLayoutSetBranchLocalServiceImpl
public RecentLayoutSetBranchLocalServiceImpl()
-
-
Method Details
-
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)
-