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.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) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SXPElement |
getSXPElement(long sxpElementId) |
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.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 SXPElementService
com.liferay.portal.kernel.exception.PortalException
public SXPElement deleteSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
deleteSXPElement
in interface SXPElementService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface SXPElementService
public SXPElement getSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
getSXPElement
in interface SXPElementService
com.liferay.portal.kernel.exception.PortalException
public 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 SXPElementService
com.liferay.portal.kernel.exception.PortalException
public 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>