| java.lang.Object com.liferay.portlet.journal.service.base.JournalTemplateLocalServiceBaseImpl com.liferay.portlet.journal.service.impl.JournalTemplateLocalServiceImpl
Method Summary | |
public JournalTemplate | addTemplate(long userId, 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 uuid, long userId, 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(long userId, 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 JournalTemplate | addTemplate(String uuid, long userId, 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, String[] communityPermissions, String[] guestPermissions) | public void | addTemplateResources(long groupId, String templateId, boolean addCommunityPermissions, boolean addGuestPermissions) | public void | addTemplateResources(JournalTemplate template, boolean addCommunityPermissions, boolean addGuestPermissions) | public void | addTemplateResources(long groupId, String templateId, String[] communityPermissions, String[] guestPermissions) | public void | addTemplateResources(JournalTemplate template, String[] communityPermissions, String[] guestPermissions) | public JournalTemplate | addTemplateToGroup(String uuid, long userId, String templateId, boolean autoTemplateId, long groupId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions) | public void | checkNewLine(long groupId, String templateId) | public void | deleteTemplate(long groupId, String templateId) | public void | deleteTemplate(JournalTemplate template) | public void | deleteTemplates(long groupId) | public List | getStructureTemplates(long groupId, String structureId) | public List | getStructureTemplates(long groupId, String structureId, int begin, int end) | public int | getStructureTemplatesCount(long groupId, String structureId) | public JournalTemplate | getTemplate(long id) | public JournalTemplate | getTemplate(long groupId, String templateId) | public JournalTemplate | getTemplateBySmallImageId(long smallImageId) | public List | getTemplates() | public List | getTemplates(long groupId) | public List | getTemplates(long groupId, int begin, int end) | public int | getTemplatesCount(long groupId) | public boolean | hasTemplate(long groupId, String templateId) | protected void | saveImages(boolean smallImage, long smallImageId, File smallFile, byte[] smallBytes) | public List | search(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int begin, int end, OrderByComparator obc) | public List | search(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int begin, int end, OrderByComparator obc) | public int | searchCount(long companyId, long groupId, String keywords, String structureId, String structureIdComparator) | public int | searchCount(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator) | 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) | protected void | validate(long groupId, String templateId, boolean autoTemplateId, String name, String description, String xsl, boolean smallImage, String smallImageURL, File smallFile, byte[] smallBytes) | protected void | validate(String name, String description, String xsl, boolean smallImage, String smallImageURL, File smallFile, byte[] smallBytes) |
addTemplate | public JournalTemplate addTemplate(long userId, 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 uuid, long userId, 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(long userId, 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) | | |
addTemplate | public JournalTemplate addTemplate(String uuid, long userId, 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, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code) | | |
addTemplateToGroup | public JournalTemplate addTemplateToGroup(String uuid, long userId, String templateId, boolean autoTemplateId, long groupId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code) | | |
saveImages | protected void saveImages(boolean smallImage, long smallImageId, File smallFile, byte[] smallBytes) throws SystemException(Code) | | |
search | public List search(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int begin, int end, OrderByComparator obc) throws 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) | | |
validate | protected void validate(long groupId, String templateId, boolean autoTemplateId, String name, String description, String xsl, boolean smallImage, String smallImageURL, File smallFile, byte[] smallBytes) throws PortalException, SystemException(Code) | | |
|
|