com.liferay.portlet.journal.service
Class JournalTemplateServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalTemplateServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<JournalTemplateService>, JournalTemplateService
public class JournalTemplateServiceWrapper
- extends Object
- implements JournalTemplateService, ServiceWrapper<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 it is generated.
Method Summary |
JournalTemplate |
addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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()
Deprecated. Renamed to getWrappedService() |
JournalTemplateService |
getWrappedService()
|
List<JournalTemplate> |
search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
int |
searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
int |
searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
void |
setWrappedJournalTemplateService(JournalTemplateService journalTemplateService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalTemplateService) |
void |
setWrappedService(JournalTemplateService journalTemplateService)
|
JournalTemplate |
updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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
addTemplate
public JournalTemplate addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
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 SystemException
- Specified by:
getStructureTemplates
in interface JournalTemplateService
- Throws:
SystemException
getTemplate
public JournalTemplate getTemplate(long groupId,
String templateId)
throws PortalException,
SystemException
- Specified by:
getTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
search
public List<JournalTemplate> search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
search
in interface JournalTemplateService
- Throws:
SystemException
search
public List<JournalTemplate> search(long companyId,
long[] groupIds,
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 JournalTemplateService
- Throws:
SystemException
searchCount
public int searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
throws SystemException
- Specified by:
searchCount
in interface JournalTemplateService
- Throws:
SystemException
searchCount
public int searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
throws SystemException
- Specified by:
searchCount
in interface JournalTemplateService
- Throws:
SystemException
updateTemplate
public JournalTemplate updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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
updateTemplate
public JournalTemplate updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateTemplate
in interface JournalTemplateService
- Throws:
PortalException
SystemException
getWrappedJournalTemplateService
public JournalTemplateService getWrappedJournalTemplateService()
- Deprecated. Renamed to
getWrappedService()
setWrappedJournalTemplateService
public void setWrappedJournalTemplateService(JournalTemplateService journalTemplateService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.journal.service.JournalTemplateService)
getWrappedService
public JournalTemplateService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<JournalTemplateService>
setWrappedService
public void setWrappedService(JournalTemplateService journalTemplateService)
- Specified by:
setWrappedService
in interface ServiceWrapper<JournalTemplateService>