Interface LayoutContentVersionService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
LayoutContentVersionServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface LayoutContentVersionService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for LayoutContentVersion. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddLayoutContentVersion(String externalReferenceCode, String data, Map<Locale, String> nameMap, long plid, int status) addOrUpdateLayoutContentVersion(String externalReferenceCode, String data, Map<Locale, String> nameMap, long plid, int status) deleteLayoutContentVersion(long layoutContentVersionId) getLayoutContentVersion(long layoutContentVersionId) getLayoutContentVersionByExternalReferenceCode(String externalReferenceCode, long groupId) getLayoutContentVersions(long plid) Returns the OSGi service identifier.updateLayoutContentVersion(long layoutContentVersionId, Map<Locale, String> nameMap)
-
Method Details
-
addLayoutContentVersion
LayoutContentVersion addLayoutContentVersion(String externalReferenceCode, String data, Map<Locale, String> nameMap, long plid, int status) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateLayoutContentVersion
LayoutContentVersion addOrUpdateLayoutContentVersion(String externalReferenceCode, String data, Map<Locale, String> nameMap, long plid, int status) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutContentVersion
LayoutContentVersion deleteLayoutContentVersion(long layoutContentVersionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutContentVersion
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutContentVersion getLayoutContentVersion(long layoutContentVersionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutContentVersionByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutContentVersion getLayoutContentVersionByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutContentVersions
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutContentVersion> getLayoutContentVersions(long plid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateLayoutContentVersion
LayoutContentVersion updateLayoutContentVersion(long layoutContentVersionId, Map<Locale, String> nameMap) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-