Package com.liferay.portal.service.impl
Class RecentLayoutRevisionLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RecentLayoutRevisionLocalServiceBaseImpl
com.liferay.portal.service.impl.RecentLayoutRevisionLocalServiceImpl
- 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.RecentLayoutRevisionLocalService
- Author:
- Brian Wing Shun Chan, Preston Crary
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.RecentLayoutRevisionLocalServiceBaseImpl
counterLocalService, recentLayoutRevisionLocalService, recentLayoutRevisionPersistence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.RecentLayoutRevisionaddRecentLayoutRevision(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) voiddeleteRecentLayoutRevisions(long layoutRevisionId) voiddeleteUserRecentLayoutRevisions(long userId) com.liferay.portal.kernel.model.RecentLayoutRevisionfetchRecentLayoutRevision(long userId, long layoutSetBranchId, long plid) Methods inherited from class com.liferay.portal.service.base.RecentLayoutRevisionLocalServiceBaseImpl
addRecentLayoutRevision, afterPropertiesSet, createPersistedModel, createRecentLayoutRevision, deletePersistedModel, deleteRecentLayoutRevision, deleteRecentLayoutRevision, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRecentLayoutRevision, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRecentLayoutRevision, getRecentLayoutRevisionLocalService, getRecentLayoutRevisionPersistence, getRecentLayoutRevisions, getRecentLayoutRevisionsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setRecentLayoutRevisionLocalService, setRecentLayoutRevisionPersistence, updateRecentLayoutRevisionMethods 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
-
RecentLayoutRevisionLocalServiceImpl
public RecentLayoutRevisionLocalServiceImpl()
-
-
Method Details
-
addRecentLayoutRevision
public com.liferay.portal.kernel.model.RecentLayoutRevision addRecentLayoutRevision(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRecentLayoutRevisions
public void deleteRecentLayoutRevisions(long layoutRevisionId) -
deleteUserRecentLayoutRevisions
public void deleteUserRecentLayoutRevisions(long userId) -
fetchRecentLayoutRevision
public com.liferay.portal.kernel.model.RecentLayoutRevision fetchRecentLayoutRevision(long userId, long layoutSetBranchId, long plid)
-