Liferay 6.0-ee-sp2

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 Object
implements JournalStructureService

This class is a wrapper for JournalStructureService.

See Also:
JournalStructureService

Constructor Summary
JournalStructureServiceWrapper(JournalStructureService journalStructureService)
           
 
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)
           
 List<JournalStructure> getStructures(long groupId)
           
 JournalStructureService getWrappedJournalStructureService()
           
 List<JournalStructure> search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 int searchCount(long companyId, long[] groupIds, String keywords)
           
 int searchCount(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator)
           
 void setWrappedJournalStructureService(JournalStructureService journalStructureService)
           
 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
 

Constructor Detail

JournalStructureServiceWrapper

public JournalStructureServiceWrapper(JournalStructureService journalStructureService)
Method Detail

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

getStructures

public List<JournalStructure> getStructures(long groupId)
                                     throws SystemException
Specified by:
getStructures in interface JournalStructureService
Throws:
SystemException

search

public List<JournalStructure> search(long companyId,
                                     long[] groupIds,
                                     String keywords,
                                     int start,
                                     int end,
                                     OrderByComparator obc)
                              throws SystemException
Specified by:
search in interface JournalStructureService
Throws:
SystemException

search

public List<JournalStructure> search(long companyId,
                                     long[] groupIds,
                                     String structureId,
                                     String name,
                                     String description,
                                     boolean andOperator,
                                     int start,
                                     int end,
                                     OrderByComparator obc)
                              throws SystemException
Specified by:
search in interface JournalStructureService
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       String keywords)
                throws SystemException
Specified by:
searchCount in interface JournalStructureService
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       String structureId,
                       String name,
                       String description,
                       boolean andOperator)
                throws SystemException
Specified by:
searchCount in interface JournalStructureService
Throws:
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()

setWrappedJournalStructureService

public void setWrappedJournalStructureService(JournalStructureService journalStructureService)

Liferay 6.0-ee-sp2