|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 JournalTemplateService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface JournalTemplateService
beanIdentifier
- the Spring bean ID for this beanpublic 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 JournalTemplateService
PortalException
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 JournalTemplateService
PortalException
SystemException
public JournalTemplate copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId) throws PortalException, SystemException
copyTemplate
in interface JournalTemplateService
PortalException
SystemException
public void deleteTemplate(long groupId, String templateId) throws PortalException, SystemException
deleteTemplate
in interface JournalTemplateService
PortalException
SystemException
public List<JournalTemplate> getStructureTemplates(long groupId, String structureId) throws SystemException
getStructureTemplates
in interface JournalTemplateService
SystemException
public JournalTemplate getTemplate(long groupId, String templateId) throws PortalException, SystemException
getTemplate
in interface JournalTemplateService
PortalException
SystemException
public JournalTemplate getTemplate(long groupId, String templateId, boolean includeGlobalTemplates) throws PortalException, SystemException
getTemplate
in interface JournalTemplateService
PortalException
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 JournalTemplateService
SystemException
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 JournalTemplateService
SystemException
public int searchCount(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator) throws SystemException
searchCount
in interface JournalTemplateService
SystemException
public int searchCount(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator) throws SystemException
searchCount
in interface JournalTemplateService
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, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext) throws PortalException, SystemException
updateTemplate
in interface JournalTemplateService
PortalException
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 JournalTemplateService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |