com.liferay.portlet.journal.service
Class JournalStructureServiceWrapper

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

public class JournalStructureServiceWrapper
extends java.lang.Object
implements JournalStructureService, ServiceWrapper<JournalStructureService>

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(long groupId, java.lang.String structureId, boolean autoStructureId, java.lang.String parentStructureId, 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)
           
 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)
           
 java.util.List<JournalStructure> getStructures(long groupId)
           
 JournalStructureService getWrappedJournalStructureService()
          Deprecated. Renamed to getWrappedService()
 JournalStructureService getWrappedService()
           
 java.util.List<JournalStructure> search(long companyId, long[] groupIds, java.lang.String keywords, int start, int end, OrderByComparator obc)
           
 java.util.List<JournalStructure> search(long companyId, long[] groupIds, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 int searchCount(long companyId, long[] groupIds, java.lang.String keywords)
           
 int searchCount(long companyId, long[] groupIds, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator)
           
 void setWrappedJournalStructureService(JournalStructureService journalStructureService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalStructureService)
 void setWrappedService(JournalStructureService journalStructureService)
           
 JournalStructure updateStructure(long groupId, java.lang.String structureId, java.lang.String parentStructureId, 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
 

Constructor Detail

JournalStructureServiceWrapper

public JournalStructureServiceWrapper(JournalStructureService journalStructureService)
Method Detail

addStructure

public JournalStructure addStructure(long groupId,
                                     java.lang.String structureId,
                                     boolean autoStructureId,
                                     java.lang.String parentStructureId,
                                     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:
addStructure in interface JournalStructureService
Throws:
PortalException
SystemException

copyStructure

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

deleteStructure

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

getStructure

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

getStructures

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

search

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

search

public java.util.List<JournalStructure> search(long companyId,
                                               long[] groupIds,
                                               java.lang.String structureId,
                                               java.lang.String name,
                                               java.lang.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,
                       java.lang.String keywords)
                throws SystemException
Specified by:
searchCount in interface JournalStructureService
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       java.lang.String structureId,
                       java.lang.String name,
                       java.lang.String description,
                       boolean andOperator)
                throws SystemException
Specified by:
searchCount in interface JournalStructureService
Throws:
SystemException

updateStructure

public JournalStructure updateStructure(long groupId,
                                        java.lang.String structureId,
                                        java.lang.String parentStructureId,
                                        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 JournalStructureService
Throws:
PortalException
SystemException

getWrappedJournalStructureService

public JournalStructureService getWrappedJournalStructureService()
Deprecated. Renamed to getWrappedService()


setWrappedJournalStructureService

public void setWrappedJournalStructureService(JournalStructureService journalStructureService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalStructureService)


getWrappedService

public JournalStructureService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<JournalStructureService>

setWrappedService

public void setWrappedService(JournalStructureService journalStructureService)
Specified by:
setWrappedService in interface ServiceWrapper<JournalStructureService>