com.liferay.client.soap.portlet.journal.service.http
Interface JournalTemplateServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Journal_JournalTemplateServiceSoapBindingImpl, Portlet_Journal_JournalTemplateServiceSoapBindingStub

public interface JournalTemplateServiceSoap
extends java.rmi.Remote


Method Summary
 JournalTemplateSoap copyTemplate(long groupId, java.lang.String oldTemplateId, java.lang.String newTemplateId, boolean autoTemplateId)
           
 void deleteTemplate(long groupId, java.lang.String templateId)
           
 JournalTemplateSoap[] getStructureTemplates(long groupId, java.lang.String structureId)
           
 JournalTemplateSoap getTemplate(long groupId, java.lang.String templateId)
           
 

Method Detail

copyTemplate

JournalTemplateSoap copyTemplate(long groupId,
                                 java.lang.String oldTemplateId,
                                 java.lang.String newTemplateId,
                                 boolean autoTemplateId)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteTemplate

void deleteTemplate(long groupId,
                    java.lang.String templateId)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStructureTemplates

JournalTemplateSoap[] getStructureTemplates(long groupId,
                                            java.lang.String structureId)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTemplate

JournalTemplateSoap getTemplate(long groupId,
                                java.lang.String templateId)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException