Class LayoutContentVersionServiceWrapper
java.lang.Object
com.liferay.layout.content.service.LayoutContentVersionServiceWrapper
- All Implemented Interfaces:
LayoutContentVersionService,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<LayoutContentVersionService>
public class LayoutContentVersionServiceWrapper
extends Object
implements LayoutContentVersionService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutContentVersionService>
Provides a wrapper for
LayoutContentVersionService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutContentVersionServiceWrapper(LayoutContentVersionService layoutContentVersionService) -
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.voidsetWrappedService(LayoutContentVersionService layoutContentVersionService) updateLayoutContentVersion(long layoutContentVersionId, Map<Locale, String> nameMap)
-
Constructor Details
-
LayoutContentVersionServiceWrapper
public LayoutContentVersionServiceWrapper() -
LayoutContentVersionServiceWrapper
-
-
Method Details
-
addLayoutContentVersion
public LayoutContentVersion addLayoutContentVersion(String externalReferenceCode, String data, Map<Locale, String> nameMap, long plid, int status) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addLayoutContentVersionin interfaceLayoutContentVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateLayoutContentVersion
public LayoutContentVersion addOrUpdateLayoutContentVersion(String externalReferenceCode, String data, Map<Locale, String> nameMap, long plid, int status) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addOrUpdateLayoutContentVersionin interfaceLayoutContentVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutContentVersion
public LayoutContentVersion deleteLayoutContentVersion(long layoutContentVersionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteLayoutContentVersionin interfaceLayoutContentVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutContentVersion
public LayoutContentVersion getLayoutContentVersion(long layoutContentVersionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLayoutContentVersionin interfaceLayoutContentVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutContentVersionByExternalReferenceCode
public LayoutContentVersion getLayoutContentVersionByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLayoutContentVersionByExternalReferenceCodein interfaceLayoutContentVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutContentVersions
public List<LayoutContentVersion> getLayoutContentVersions(long plid) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLayoutContentVersionsin interfaceLayoutContentVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Specified by:
getOSGiServiceIdentifierin interfaceLayoutContentVersionService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutContentVersionService>- Returns:
- the OSGi service identifier
-
updateLayoutContentVersion
public LayoutContentVersion updateLayoutContentVersion(long layoutContentVersionId, Map<Locale, String> nameMap) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateLayoutContentVersionin interfaceLayoutContentVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutContentVersionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutContentVersionService>
-