public class SXPElementServiceWrapper extends java.lang.Object implements com.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>, SXPElementService
SXPElementService.SXPElementService| Constructor and Description |
|---|
SXPElementServiceWrapper() |
SXPElementServiceWrapper(SXPElementService sxpElementService) |
| Modifier and Type | Method and Description |
|---|---|
SXPElement |
addSXPElement(java.lang.String externalReferenceCode,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String elementDefinitionJSON,
boolean readOnly,
java.lang.String schemaVersion,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SXPElement |
deleteSXPElement(long sxpElementId) |
SXPElement |
fetchSXPElement(long sxpElementId) |
SXPElement |
fetchSXPElementByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SXPElement |
getSXPElement(long sxpElementId) |
SXPElement |
getSXPElementByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
SXPElementService |
getWrappedService() |
void |
setWrappedService(SXPElementService sxpElementService) |
SXPElement |
updateSXPElement(long sxpElementId,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String elementDefinitionJSON,
java.lang.String schemaVersion,
boolean hidden,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public SXPElementServiceWrapper()
public SXPElementServiceWrapper(SXPElementService sxpElementService)
public SXPElement addSXPElement(java.lang.String externalReferenceCode, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String elementDefinitionJSON, boolean readOnly, java.lang.String schemaVersion, java.util.Map<java.util.Locale,java.lang.String> titleMap, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSXPElement in interface SXPElementServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SXPElement deleteSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
deleteSXPElement in interface SXPElementServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SXPElement fetchSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
fetchSXPElement in interface SXPElementServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SXPElement fetchSXPElementByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchSXPElementByExternalReferenceCode in interface SXPElementServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SXPElementServicepublic SXPElement getSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
getSXPElement in interface SXPElementServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SXPElement getSXPElementByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getSXPElementByExternalReferenceCode in interface SXPElementServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SXPElement updateSXPElement(long sxpElementId, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String elementDefinitionJSON, java.lang.String schemaVersion, boolean hidden, java.util.Map<java.util.Locale,java.lang.String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateSXPElement in interface SXPElementServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SXPElementService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>public void setWrappedService(SXPElementService sxpElementService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>