com.liferay.client.soap.portlet.journal.service.http
Class Portlet_Journal_JournalStructureServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.journal.service.http.Portlet_Journal_JournalStructureServiceSoapBindingImpl
All Implemented Interfaces:
JournalStructureServiceSoap, java.rmi.Remote

public class Portlet_Journal_JournalStructureServiceSoapBindingImpl
extends java.lang.Object
implements JournalStructureServiceSoap


Constructor Summary
Portlet_Journal_JournalStructureServiceSoapBindingImpl()
           
 
Method Summary
 JournalStructureSoap addStructure(long groupId, java.lang.String structureId, boolean autoStructureId, java.lang.String parentStructureId, java.lang.String[] nameMapLanguageIds, java.lang.String[] nameMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String xsd, ServiceContext serviceContext)
           
 JournalStructureSoap copyStructure(long groupId, java.lang.String oldStructureId, java.lang.String newStructureId, boolean autoStructureId)
           
 void deleteStructure(long groupId, java.lang.String structureId)
           
 JournalStructureSoap getStructure(long groupId, java.lang.String structureId)
           
 JournalStructureSoap[] getStructures(long groupId)
           
 JournalStructureSoap[] search(long companyId, long[] groupIds, java.lang.String keywords, int start, int end, OrderByComparator obc)
           
 JournalStructureSoap[] 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)
           
 JournalStructureSoap updateStructure(long groupId, java.lang.String structureId, java.lang.String parentStructureId, java.lang.String[] nameMapLanguageIds, java.lang.String[] nameMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, 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

Portlet_Journal_JournalStructureServiceSoapBindingImpl

public Portlet_Journal_JournalStructureServiceSoapBindingImpl()
Method Detail

addStructure

public JournalStructureSoap addStructure(long groupId,
                                         java.lang.String structureId,
                                         boolean autoStructureId,
                                         java.lang.String parentStructureId,
                                         java.lang.String[] nameMapLanguageIds,
                                         java.lang.String[] nameMapValues,
                                         java.lang.String[] descriptionMapLanguageIds,
                                         java.lang.String[] descriptionMapValues,
                                         java.lang.String xsd,
                                         ServiceContext serviceContext)
                                  throws java.rmi.RemoteException
Specified by:
addStructure in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException

copyStructure

public JournalStructureSoap copyStructure(long groupId,
                                          java.lang.String oldStructureId,
                                          java.lang.String newStructureId,
                                          boolean autoStructureId)
                                   throws java.rmi.RemoteException
Specified by:
copyStructure in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException

deleteStructure

public void deleteStructure(long groupId,
                            java.lang.String structureId)
                     throws java.rmi.RemoteException
Specified by:
deleteStructure in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException

getStructure

public JournalStructureSoap getStructure(long groupId,
                                         java.lang.String structureId)
                                  throws java.rmi.RemoteException
Specified by:
getStructure in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException

getStructures

public JournalStructureSoap[] getStructures(long groupId)
                                     throws java.rmi.RemoteException
Specified by:
getStructures in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       java.lang.String keywords)
                throws java.rmi.RemoteException
Specified by:
searchCount in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException

searchCount

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

search

public JournalStructureSoap[] search(long companyId,
                                     long[] groupIds,
                                     java.lang.String keywords,
                                     int start,
                                     int end,
                                     OrderByComparator obc)
                              throws java.rmi.RemoteException
Specified by:
search in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException

search

public JournalStructureSoap[] 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 java.rmi.RemoteException
Specified by:
search in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException

updateStructure

public JournalStructureSoap updateStructure(long groupId,
                                            java.lang.String structureId,
                                            java.lang.String parentStructureId,
                                            java.lang.String[] nameMapLanguageIds,
                                            java.lang.String[] nameMapValues,
                                            java.lang.String[] descriptionMapLanguageIds,
                                            java.lang.String[] descriptionMapValues,
                                            java.lang.String xsd,
                                            ServiceContext serviceContext)
                                     throws java.rmi.RemoteException
Specified by:
updateStructure in interface JournalStructureServiceSoap
Throws:
java.rmi.RemoteException