com.liferay.portlet.journal.service
Class JournalTemplateLocalServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalTemplateLocalServiceWrapper
- All Implemented Interfaces:
- JournalTemplateLocalService
public class JournalTemplateLocalServiceWrapper
- extends Object
- implements JournalTemplateLocalService
This class is a wrapper for JournalTemplateLocalService.
- See Also:
JournalTemplateLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
JournalTemplate |
addJournalTemplate(JournalTemplate journalTemplate)
|
JournalTemplate |
addTemplate(long userId,
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)
|
void |
addTemplateResources(JournalTemplate template,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addTemplateResources(JournalTemplate template,
String[] communityPermissions,
String[] guestPermissions)
|
void |
addTemplateResources(long groupId,
String templateId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addTemplateResources(long groupId,
String templateId,
String[] communityPermissions,
String[] guestPermissions)
|
void |
checkNewLine(long groupId,
String templateId)
|
JournalTemplate |
copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
createJournalTemplate(long id)
|
void |
deleteJournalTemplate(JournalTemplate journalTemplate)
|
void |
deleteJournalTemplate(long id)
|
void |
deleteTemplate(JournalTemplate template)
|
void |
deleteTemplate(long groupId,
String templateId)
|
void |
deleteTemplates(long groupId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
JournalTemplate |
getJournalTemplate(long id)
|
JournalTemplate |
getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
|
List<JournalTemplate> |
getJournalTemplates(int start,
int end)
|
int |
getJournalTemplatesCount()
|
List<JournalTemplate> |
getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
int |
getStructureTemplatesCount(long groupId,
String structureId)
|
JournalTemplate |
getTemplate(long id)
|
JournalTemplate |
getTemplate(long groupId,
String templateId)
|
JournalTemplate |
getTemplateBySmallImageId(long smallImageId)
|
List<JournalTemplate> |
getTemplates()
|
List<JournalTemplate> |
getTemplates(long groupId)
|
List<JournalTemplate> |
getTemplates(long groupId,
int start,
int end)
|
int |
getTemplatesCount(long groupId)
|
JournalTemplateLocalService |
getWrappedJournalTemplateLocalService()
|
boolean |
hasTemplate(long groupId,
String templateId)
|
List<JournalTemplate> |
search(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
search(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
int |
searchCount(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator)
|
int |
searchCount(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
JournalTemplate |
updateJournalTemplate(JournalTemplate journalTemplate)
|
JournalTemplate |
updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalTemplateLocalServiceWrapper
public JournalTemplateLocalServiceWrapper(JournalTemplateLocalService journalTemplateLocalService)
addJournalTemplate
public JournalTemplate addJournalTemplate(JournalTemplate journalTemplate)
throws SystemException
- Specified by:
addJournalTemplate in interface JournalTemplateLocalService
- Throws:
SystemException
createJournalTemplate
public JournalTemplate createJournalTemplate(long id)
- Specified by:
createJournalTemplate in interface JournalTemplateLocalService
deleteJournalTemplate
public void deleteJournalTemplate(long id)
throws PortalException,
SystemException
- Specified by:
deleteJournalTemplate in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
deleteJournalTemplate
public void deleteJournalTemplate(JournalTemplate journalTemplate)
throws SystemException
- Specified by:
deleteJournalTemplate in interface JournalTemplateLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface JournalTemplateLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface JournalTemplateLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface JournalTemplateLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface JournalTemplateLocalService
- Throws:
SystemException
getJournalTemplate
public JournalTemplate getJournalTemplate(long id)
throws PortalException,
SystemException
- Specified by:
getJournalTemplate in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
getJournalTemplateByUuidAndGroupId
public JournalTemplate getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getJournalTemplateByUuidAndGroupId in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
getJournalTemplates
public List<JournalTemplate> getJournalTemplates(int start,
int end)
throws SystemException
- Specified by:
getJournalTemplates in interface JournalTemplateLocalService
- Throws:
SystemException
getJournalTemplatesCount
public int getJournalTemplatesCount()
throws SystemException
- Specified by:
getJournalTemplatesCount in interface JournalTemplateLocalService
- Throws:
SystemException
updateJournalTemplate
public JournalTemplate updateJournalTemplate(JournalTemplate journalTemplate)
throws SystemException
- Specified by:
updateJournalTemplate in interface JournalTemplateLocalService
- Throws:
SystemException
updateJournalTemplate
public JournalTemplate updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
throws SystemException
- Specified by:
updateJournalTemplate in interface JournalTemplateLocalService
- Throws:
SystemException
addTemplate
public JournalTemplate addTemplate(long userId,
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 JournalTemplateLocalService
- Throws:
PortalException
SystemException
addTemplateResources
public void addTemplateResources(long groupId,
String templateId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addTemplateResources in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
addTemplateResources
public void addTemplateResources(JournalTemplate template,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addTemplateResources in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
addTemplateResources
public void addTemplateResources(long groupId,
String templateId,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addTemplateResources in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
addTemplateResources
public void addTemplateResources(JournalTemplate template,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addTemplateResources in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
checkNewLine
public void checkNewLine(long groupId,
String templateId)
throws PortalException,
SystemException
- Specified by:
checkNewLine in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
copyTemplate
public JournalTemplate copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
throws PortalException,
SystemException
- Specified by:
copyTemplate in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
deleteTemplate
public void deleteTemplate(long groupId,
String templateId)
throws PortalException,
SystemException
- Specified by:
deleteTemplate in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
deleteTemplate
public void deleteTemplate(JournalTemplate template)
throws PortalException,
SystemException
- Specified by:
deleteTemplate in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
deleteTemplates
public void deleteTemplates(long groupId)
throws PortalException,
SystemException
- Specified by:
deleteTemplates in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
getStructureTemplates
public List<JournalTemplate> getStructureTemplates(long groupId,
String structureId)
throws SystemException
- Specified by:
getStructureTemplates in interface JournalTemplateLocalService
- Throws:
SystemException
getStructureTemplates
public List<JournalTemplate> getStructureTemplates(long groupId,
String structureId,
int start,
int end)
throws SystemException
- Specified by:
getStructureTemplates in interface JournalTemplateLocalService
- Throws:
SystemException
getStructureTemplatesCount
public int getStructureTemplatesCount(long groupId,
String structureId)
throws SystemException
- Specified by:
getStructureTemplatesCount in interface JournalTemplateLocalService
- Throws:
SystemException
getTemplate
public JournalTemplate getTemplate(long id)
throws PortalException,
SystemException
- Specified by:
getTemplate in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
getTemplate
public JournalTemplate getTemplate(long groupId,
String templateId)
throws PortalException,
SystemException
- Specified by:
getTemplate in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
getTemplateBySmallImageId
public JournalTemplate getTemplateBySmallImageId(long smallImageId)
throws PortalException,
SystemException
- Specified by:
getTemplateBySmallImageId in interface JournalTemplateLocalService
- Throws:
PortalException
SystemException
getTemplates
public List<JournalTemplate> getTemplates()
throws SystemException
- Specified by:
getTemplates in interface JournalTemplateLocalService
- Throws:
SystemException
getTemplates
public List<JournalTemplate> getTemplates(long groupId)
throws SystemException
- Specified by:
getTemplates in interface JournalTemplateLocalService
- Throws:
SystemException
getTemplates
public List<JournalTemplate> getTemplates(long groupId,
int start,
int end)
throws SystemException
- Specified by:
getTemplates in interface JournalTemplateLocalService
- Throws:
SystemException
getTemplatesCount
public int getTemplatesCount(long groupId)
throws SystemException
- Specified by:
getTemplatesCount in interface JournalTemplateLocalService
- Throws:
SystemException
hasTemplate
public boolean hasTemplate(long groupId,
String templateId)
throws SystemException
- Specified by:
hasTemplate in interface JournalTemplateLocalService
- Throws:
SystemException
search
public List<JournalTemplate> search(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
search in interface JournalTemplateLocalService
- Throws:
SystemException
search
public List<JournalTemplate> search(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
search in interface JournalTemplateLocalService
- Throws:
SystemException
searchCount
public int searchCount(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator)
throws SystemException
- Specified by:
searchCount in interface JournalTemplateLocalService
- Throws:
SystemException
searchCount
public int searchCount(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
throws SystemException
- Specified by:
searchCount in interface JournalTemplateLocalService
- Throws:
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 JournalTemplateLocalService
- Throws:
PortalException
SystemException
getWrappedJournalTemplateLocalService
public JournalTemplateLocalService getWrappedJournalTemplateLocalService()