com.liferay.portlet.journal.service
Class JournalStructureServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.journal.service.JournalStructureServiceWrapper
All Implemented Interfaces:
JournalStructureService

public class JournalStructureServiceWrapper
extends java.lang.Object
implements JournalStructureService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for JournalStructureService.

Author:
Brian Wing Shun Chan
See Also:
JournalStructureService
Generated:

Constructor Summary
JournalStructureServiceWrapper(JournalStructureService journalStructureService)
           
 
Method Summary
 JournalStructure addStructure(java.lang.String structureId, boolean autoStructureId, long plid, java.lang.String name, java.lang.String description, java.lang.String xsd, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 JournalStructure addStructure(java.lang.String structureId, boolean autoStructureId, long plid, java.lang.String name, java.lang.String description, java.lang.String xsd, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 JournalStructure copyStructure(long groupId, java.lang.String oldStructureId, java.lang.String newStructureId, boolean autoStructureId)
           
 void deleteStructure(long groupId, java.lang.String structureId)
           
 JournalStructure getStructure(long groupId, java.lang.String structureId)
           
 JournalStructureService getWrappedJournalStructureService()
           
 JournalStructure updateStructure(long groupId, java.lang.String structureId, java.lang.String name, java.lang.String description, java.lang.String xsd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalStructureServiceWrapper

public JournalStructureServiceWrapper(JournalStructureService journalStructureService)
Method Detail

addStructure

public JournalStructure addStructure(java.lang.String structureId,
                                     boolean autoStructureId,
                                     long plid,
                                     java.lang.String name,
                                     java.lang.String description,
                                     java.lang.String xsd,
                                     boolean addCommunityPermissions,
                                     boolean addGuestPermissions)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException,
                                     java.rmi.RemoteException
Specified by:
addStructure in interface JournalStructureService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addStructure

public JournalStructure addStructure(java.lang.String structureId,
                                     boolean autoStructureId,
                                     long plid,
                                     java.lang.String name,
                                     java.lang.String description,
                                     java.lang.String xsd,
                                     java.lang.String[] communityPermissions,
                                     java.lang.String[] guestPermissions)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException,
                                     java.rmi.RemoteException
Specified by:
addStructure in interface JournalStructureService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

copyStructure

public JournalStructure copyStructure(long groupId,
                                      java.lang.String oldStructureId,
                                      java.lang.String newStructureId,
                                      boolean autoStructureId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException,
                                      java.rmi.RemoteException
Specified by:
copyStructure in interface JournalStructureService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteStructure

public void deleteStructure(long groupId,
                            java.lang.String structureId)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException,
                            java.rmi.RemoteException
Specified by:
deleteStructure in interface JournalStructureService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getStructure

public JournalStructure getStructure(long groupId,
                                     java.lang.String structureId)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException,
                                     java.rmi.RemoteException
Specified by:
getStructure in interface JournalStructureService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updateStructure

public JournalStructure updateStructure(long groupId,
                                        java.lang.String structureId,
                                        java.lang.String name,
                                        java.lang.String description,
                                        java.lang.String xsd)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException,
                                        java.rmi.RemoteException
Specified by:
updateStructure in interface JournalStructureService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedJournalStructureService

public JournalStructureService getWrappedJournalStructureService()