Liferay 6.1.10-ee-ga1

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 Object
implements JournalStructureService, ServiceWrapper<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 it is generated.

Constructor Summary
JournalStructureServiceWrapper(JournalStructureService journalStructureService)
           
 
Method Summary
 JournalStructure addStructure(long groupId, String structureId, boolean autoStructureId, String parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, 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()
          Deprecated. Renamed to getWrappedService()
 JournalStructureService getWrappedService()
           
 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)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalStructureService)
 void setWrappedService(JournalStructureService journalStructureService)
           
 JournalStructure updateStructure(long groupId, String structureId, String parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, 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,
                                     Map<Locale,String> nameMap,
                                     Map<Locale,String> descriptionMap,
                                     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,
                                        Map<Locale,String> nameMap,
                                        Map<Locale,String> descriptionMap,
                                        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>

Liferay 6.1.10-ee-ga1