|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalTemplateServiceWrapper
public class JournalTemplateServiceWrapper
This class is a wrapper for JournalTemplateService.
JournalTemplateService| Constructor Summary | |
|---|---|
JournalTemplateServiceWrapper(JournalTemplateService journalTemplateService)
|
|
| 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<JournalTemplate> |
getStructureTemplates(long groupId,
String structureId)
|
JournalTemplate |
getTemplate(long groupId,
String templateId)
|
JournalTemplate |
getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
| Constructor Detail |
|---|
public JournalTemplateServiceWrapper(JournalTemplateService journalTemplateService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface JournalTemplateServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalTemplateServicebeanIdentifier - the Spring bean ID for this bean
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
addTemplate in interface JournalTemplateServicePortalException
SystemException
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
addTemplate in interface JournalTemplateServicePortalException
SystemException
public JournalTemplate copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
throws PortalException,
SystemException
copyTemplate in interface JournalTemplateServicePortalException
SystemException
public void deleteTemplate(long groupId,
String templateId)
throws PortalException,
SystemException
deleteTemplate in interface JournalTemplateServicePortalException
SystemException
public List<JournalTemplate> getStructureTemplates(long groupId,
String structureId)
throws SystemException
getStructureTemplates in interface JournalTemplateServiceSystemException
public JournalTemplate getTemplate(long groupId,
String templateId)
throws PortalException,
SystemException
getTemplate in interface JournalTemplateServicePortalException
SystemException
public JournalTemplate getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
throws PortalException,
SystemException
getTemplate in interface JournalTemplateServicePortalException
SystemException
public List<JournalTemplate> search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
throws SystemException
search in interface JournalTemplateServiceSystemException
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
search in interface JournalTemplateServiceSystemException
public int searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
throws SystemException
searchCount in interface JournalTemplateServiceSystemException
public int searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
throws SystemException
searchCount in interface JournalTemplateServiceSystemException
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
updateTemplate in interface JournalTemplateServicePortalException
SystemException
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
updateTemplate in interface JournalTemplateServicePortalException
SystemExceptionpublic JournalTemplateService getWrappedJournalTemplateService()
getWrappedService()
public void setWrappedJournalTemplateService(JournalTemplateService journalTemplateService)
setWrappedService(com.liferay.portlet.journal.service.JournalTemplateService)
public JournalTemplateService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalTemplateService>public void setWrappedService(JournalTemplateService journalTemplateService)
setWrappedService in interface ServiceWrapper<JournalTemplateService>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||