com.liferay.portlet.journal.service
Class JournalStructureServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalStructureServiceWrapper
- All Implemented Interfaces:
- JournalStructureService
public class JournalStructureServiceWrapper
- extends Object
- implements JournalStructureService
This class is a wrapper for JournalStructureService
.
- See Also:
JournalStructureService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Method Summary |
JournalStructure |
addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
void |
deleteStructure(long groupId,
String structureId)
|
JournalStructure |
getStructure(long groupId,
String structureId)
|
JournalStructureService |
getWrappedJournalStructureService()
|
JournalStructure |
updateStructure(long groupId,
String structureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalStructureServiceWrapper
public JournalStructureServiceWrapper(JournalStructureService journalStructureService)
addStructure
public JournalStructure addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
copyStructure
public JournalStructure copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
throws PortalException,
SystemException
- Specified by:
copyStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
deleteStructure
public void deleteStructure(long groupId,
String structureId)
throws PortalException,
SystemException
- Specified by:
deleteStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
getStructure
public JournalStructure getStructure(long groupId,
String structureId)
throws PortalException,
SystemException
- Specified by:
getStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
updateStructure
public JournalStructure updateStructure(long groupId,
String structureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
getWrappedJournalStructureService
public JournalStructureService getWrappedJournalStructureService()