com.liferay.portlet.journal.service
Class JournalTemplateServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalTemplateServiceWrapper
- All Implemented Interfaces:
- JournalTemplateService
public class JournalTemplateServiceWrapper
- extends Object
- implements JournalTemplateService
This class is a wrapper for JournalTemplateService
.
- See Also:
JournalTemplateService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Method Summary |
JournalTemplate |
addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
void |
deleteTemplate(long groupId,
String templateId)
|
List<JournalTemplate> |
getStructureTemplates(long groupId,
String structureId)
|
JournalTemplate |
getTemplate(long groupId,
String templateId)
|
JournalTemplateService |
getWrappedJournalTemplateService()
|
JournalTemplate |
updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalTemplateServiceWrapper
public JournalTemplateServiceWrapper(JournalTemplateService journalTemplateService)
addTemplate
public JournalTemplate addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
addTemplate
public JournalTemplate addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
copyTemplate
public JournalTemplate copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
throws PortalException,
SystemException
- Specified by:
copyTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
deleteTemplate
public void deleteTemplate(long groupId,
String templateId)
throws PortalException,
SystemException
- Specified by:
deleteTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
getStructureTemplates
public List<JournalTemplate> getStructureTemplates(long groupId,
String structureId)
throws PortalException,
SystemException
- Specified by:
getStructureTemplates
in interface JournalTemplateService
- Throws:
PortalException
SystemException
getTemplate
public JournalTemplate getTemplate(long groupId,
String templateId)
throws PortalException,
SystemException
- Specified by:
getTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
updateTemplate
public JournalTemplate updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
updateTemplate
public JournalTemplate updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
getWrappedJournalTemplateService
public JournalTemplateService getWrappedJournalTemplateService()