Liferay 6.2-ce-ga5

com.liferay.portlet.journal.service
Class JournalTemplateServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.journal.service.JournalTemplateServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<JournalTemplateService>, JournalTemplateService

Deprecated. As of 6.2.0, since Web Content Administration now uses the Dynamic Data Mapping framework to handle templates

@ProviderType
public class JournalTemplateServiceWrapper
extends Object
implements JournalTemplateService, ServiceWrapper<JournalTemplateService>

Provides a wrapper for JournalTemplateService.

See Also:
JournalTemplateService

Constructor Summary
JournalTemplateServiceWrapper(JournalTemplateService journalTemplateService)
          Deprecated.  
 
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)
          Deprecated.  
 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)
          Deprecated.  
 JournalTemplate copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
 void deleteTemplate(long groupId, String templateId)
          Deprecated.  
 String getBeanIdentifier()
          Deprecated. Returns the Spring bean ID for this bean.
 List<JournalTemplate> getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 JournalTemplate getTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplateService getWrappedJournalTemplateService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 JournalTemplateService getWrappedService()
          Deprecated.  
 List<JournalTemplate> search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 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)
          Deprecated.  
 int searchCount(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator)
          Deprecated.  
 int searchCount(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator)
          Deprecated.  
 void setBeanIdentifier(String beanIdentifier)
          Deprecated. Sets the Spring bean ID for this bean.
 void setWrappedJournalTemplateService(JournalTemplateService journalTemplateService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalTemplateService)
 void setWrappedService(JournalTemplateService journalTemplateService)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalTemplateServiceWrapper

public JournalTemplateServiceWrapper(JournalTemplateService journalTemplateService)
Deprecated. 
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Deprecated. 
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface JournalTemplateService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Deprecated. 
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface JournalTemplateService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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
Deprecated. 
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
Deprecated. 
Specified by:
addTemplate in interface JournalTemplateService
Throws:
PortalException
SystemException

copyTemplate

public JournalTemplate copyTemplate(long groupId,
                                    String oldTemplateId,
                                    String newTemplateId,
                                    boolean autoTemplateId)
                             throws PortalException,
                                    SystemException
Deprecated. 
Specified by:
copyTemplate in interface JournalTemplateService
Throws:
PortalException
SystemException

deleteTemplate

public void deleteTemplate(long groupId,
                           String templateId)
                    throws PortalException,
                           SystemException
Deprecated. 
Specified by:
deleteTemplate in interface JournalTemplateService
Throws:
PortalException
SystemException

getStructureTemplates

public List<JournalTemplate> getStructureTemplates(long groupId,
                                                   String structureId)
                                            throws PortalException,
                                                   SystemException
Deprecated. 
Specified by:
getStructureTemplates in interface JournalTemplateService
Throws:
PortalException
SystemException

getTemplate

public JournalTemplate getTemplate(long groupId,
                                   String templateId)
                            throws PortalException,
                                   SystemException
Deprecated. 
Specified by:
getTemplate in interface JournalTemplateService
Throws:
PortalException
SystemException

getTemplate

public JournalTemplate getTemplate(long groupId,
                                   String templateId,
                                   boolean includeGlobalTemplates)
                            throws PortalException,
                                   SystemException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Specified by:
search in interface JournalTemplateService
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       String keywords,
                       String structureId,
                       String structureIdComparator)
                throws SystemException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Specified by:
updateTemplate in interface JournalTemplateService
Throws:
PortalException
SystemException

getWrappedJournalTemplateService

public JournalTemplateService getWrappedJournalTemplateService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedJournalTemplateService

public void setWrappedJournalTemplateService(JournalTemplateService journalTemplateService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalTemplateService)


getWrappedService

public JournalTemplateService getWrappedService()
Deprecated. 
Specified by:
getWrappedService in interface ServiceWrapper<JournalTemplateService>

setWrappedService

public void setWrappedService(JournalTemplateService journalTemplateService)
Deprecated. 
Specified by:
setWrappedService in interface ServiceWrapper<JournalTemplateService>

Liferay 6.2-ce-ga5