com.liferay.portlet.dynamicdatamapping.service
Class DDMStructureServiceWrapper
java.lang.Object
com.liferay.portlet.dynamicdatamapping.service.DDMStructureServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<DDMStructureService>, DDMStructureService
public class DDMStructureServiceWrapper
- extends java.lang.Object
- implements DDMStructureService, ServiceWrapper<DDMStructureService>
This class is a wrapper for DDMStructureService.
- Author:
- Brian Wing Shun Chan
- See Also:
DDMStructureService- Generated:
|
Method Summary |
DDMStructure |
addStructure(long groupId,
long classNameId,
java.lang.String structureKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
java.lang.String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
copyStructure(long structureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext)
|
void |
deleteStructure(long structureId)
|
DDMStructure |
fetchStructure(long groupId,
java.lang.String structureKey)
|
DDMStructure |
getStructure(long structureId)
|
DDMStructureService |
getWrappedDDMStructureService()
Deprecated. Renamed to getWrappedService() |
DDMStructureService |
getWrappedService()
|
void |
setWrappedDDMStructureService(DDMStructureService ddmStructureService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService) |
void |
setWrappedService(DDMStructureService ddmStructureService)
|
DDMStructure |
updateStructure(long structureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
ServiceContext serviceContext)
|
DDMStructure |
updateStructure(long groupId,
java.lang.String structureKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructureServiceWrapper
public DDMStructureServiceWrapper(DDMStructureService ddmStructureService)
addStructure
public DDMStructure addStructure(long groupId,
long classNameId,
java.lang.String structureKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
java.lang.String storageType,
int type,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addStructure in interface DDMStructureService
- Throws:
PortalException
SystemException
copyStructure
public DDMStructure copyStructure(long structureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
copyStructure in interface DDMStructureService
- Throws:
PortalException
SystemException
deleteStructure
public void deleteStructure(long structureId)
throws PortalException,
SystemException
- Specified by:
deleteStructure in interface DDMStructureService
- Throws:
PortalException
SystemException
fetchStructure
public DDMStructure fetchStructure(long groupId,
java.lang.String structureKey)
throws PortalException,
SystemException
- Specified by:
fetchStructure in interface DDMStructureService
- Throws:
PortalException
SystemException
getStructure
public DDMStructure getStructure(long structureId)
throws PortalException,
SystemException
- Specified by:
getStructure in interface DDMStructureService
- Throws:
PortalException
SystemException
updateStructure
public DDMStructure updateStructure(long structureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateStructure in interface DDMStructureService
- Throws:
PortalException
SystemException
updateStructure
public DDMStructure updateStructure(long groupId,
java.lang.String structureKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateStructure in interface DDMStructureService
- Throws:
PortalException
SystemException
getWrappedDDMStructureService
public DDMStructureService getWrappedDDMStructureService()
- Deprecated. Renamed to
getWrappedService()
setWrappedDDMStructureService
public void setWrappedDDMStructureService(DDMStructureService ddmStructureService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService)
getWrappedService
public DDMStructureService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<DDMStructureService>
setWrappedService
public void setWrappedService(DDMStructureService ddmStructureService)
- Specified by:
setWrappedService in interface ServiceWrapper<DDMStructureService>