| com.liferay.portlet.journal.service.base.JournalTemplateServiceBaseImpl com.liferay.portlet.journal.service.impl.JournalTemplateServiceImpl
Method Summary | |
public JournalTemplate | addTemplate(String templateId, boolean autoTemplateId, long plid, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, boolean addCommunityPermissions, boolean addGuestPermissions) | public JournalTemplate | addTemplate(String templateId, boolean autoTemplateId, long plid, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, String[] communityPermissions, String[] guestPermissions) | public void | deleteTemplate(long groupId, String templateId) | public JournalTemplate | getTemplate(long groupId, String templateId) | 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) |
addTemplate | public JournalTemplate addTemplate(String templateId, boolean autoTemplateId, long plid, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code) | | |
addTemplate | public JournalTemplate addTemplate(String templateId, boolean autoTemplateId, long plid, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code) | | |
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) throws PortalException, SystemException(Code) | | |
|
|