com.liferay.portlet.journal.service
Class JournalTemplateServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalTemplateServiceWrapper
- All Implemented Interfaces:
- JournalTemplateService
public class JournalTemplateServiceWrapper
- extends java.lang.Object
- implements JournalTemplateService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for JournalTemplateService
.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalTemplateService
- Generated:
Method Summary |
JournalTemplate |
addTemplate(java.lang.String templateId,
boolean autoTemplateId,
long plid,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsl,
boolean formatXsl,
java.lang.String langType,
boolean cacheable,
boolean smallImage,
java.lang.String smallImageURL,
java.io.File smallFile,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
JournalTemplate |
addTemplate(java.lang.String templateId,
boolean autoTemplateId,
long plid,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsl,
boolean formatXsl,
java.lang.String langType,
boolean cacheable,
boolean smallImage,
java.lang.String smallImageURL,
java.io.File smallFile,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
JournalTemplate |
copyTemplate(long groupId,
java.lang.String oldTemplateId,
java.lang.String newTemplateId,
boolean autoTemplateId)
|
void |
deleteTemplate(long groupId,
java.lang.String templateId)
|
java.util.List<JournalTemplate> |
getStructureTemplates(long groupId,
java.lang.String structureId)
|
JournalTemplate |
getTemplate(long groupId,
java.lang.String templateId)
|
JournalTemplateService |
getWrappedJournalTemplateService()
|
JournalTemplate |
updateTemplate(long groupId,
java.lang.String templateId,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsl,
boolean formatXsl,
java.lang.String langType,
boolean cacheable,
boolean smallImage,
java.lang.String smallImageURL,
java.io.File smallFile)
|
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(java.lang.String templateId,
boolean autoTemplateId,
long plid,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsl,
boolean formatXsl,
java.lang.String langType,
boolean cacheable,
boolean smallImage,
java.lang.String smallImageURL,
java.io.File smallFile,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
addTemplate
in interface JournalTemplateService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
addTemplate
public JournalTemplate addTemplate(java.lang.String templateId,
boolean autoTemplateId,
long plid,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsl,
boolean formatXsl,
java.lang.String langType,
boolean cacheable,
boolean smallImage,
java.lang.String smallImageURL,
java.io.File smallFile,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
addTemplate
in interface JournalTemplateService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
copyTemplate
public JournalTemplate copyTemplate(long groupId,
java.lang.String oldTemplateId,
java.lang.String newTemplateId,
boolean autoTemplateId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
copyTemplate
in interface JournalTemplateService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
deleteTemplate
public void deleteTemplate(long groupId,
java.lang.String templateId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
deleteTemplate
in interface JournalTemplateService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getStructureTemplates
public java.util.List<JournalTemplate> getStructureTemplates(long groupId,
java.lang.String structureId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
getStructureTemplates
in interface JournalTemplateService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getTemplate
public JournalTemplate getTemplate(long groupId,
java.lang.String templateId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
getTemplate
in interface JournalTemplateService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
updateTemplate
public JournalTemplate updateTemplate(long groupId,
java.lang.String templateId,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsl,
boolean formatXsl,
java.lang.String langType,
boolean cacheable,
boolean smallImage,
java.lang.String smallImageURL,
java.io.File smallFile)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
updateTemplate
in interface JournalTemplateService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getWrappedJournalTemplateService
public JournalTemplateService getWrappedJournalTemplateService()