Liferay 6.2-ce-ga5

com.liferay.portlet.journal.service
Class JournalTemplateLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.journal.service.JournalTemplateLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, ServiceWrapper<JournalTemplateLocalService>, JournalTemplateLocalService

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

@ProviderType
public class JournalTemplateLocalServiceWrapper
extends Object
implements JournalTemplateLocalService, ServiceWrapper<JournalTemplateLocalService>

Provides a wrapper for JournalTemplateLocalService.

See Also:
JournalTemplateLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
JournalTemplateLocalServiceWrapper(JournalTemplateLocalService journalTemplateLocalService)
          Deprecated.  
 
Method Summary
 JournalTemplate addJournalTemplate(JournalTemplate template)
          Deprecated.  
 JournalTemplate addTemplate(long userId, 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 smallImageFile, ServiceContext serviceContext)
          Deprecated.  
 void addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
 void addTemplateResources(long groupId, String templateId, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void addTemplateResources(long groupId, String templateId, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
 void checkNewLine(long groupId, String templateId)
          Deprecated.  
 JournalTemplate copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
 JournalTemplate createJournalTemplate(long id)
          Deprecated.  
 void deleteTemplate(JournalTemplate template)
          Deprecated.  
 void deleteTemplate(long groupId, String templateId)
          Deprecated.  
 void deleteTemplates(long groupId)
          Deprecated.  
 String getBeanIdentifier()
          Deprecated. Returns the Spring bean ID for this bean.
 List<JournalTemplate> getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 List<JournalTemplate> getStructureTemplates(long groupId, String structureId, boolean includeGlobalTemplates)
          Deprecated.  
 List<JournalTemplate> getStructureTemplates(long groupId, String structureId, int start, int end)
          Deprecated.  
 int getStructureTemplatesCount(long groupId, String structureId)
          Deprecated.  
 JournalTemplate getTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplate getTemplateBySmallImageId(long smallImageId)
          Deprecated.  
 List<JournalTemplate> getTemplates()
          Deprecated.  
 List<JournalTemplate> getTemplates(long groupId)
          Deprecated.  
 List<JournalTemplate> getTemplates(long groupId, int start, int end)
          Deprecated.  
 int getTemplatesCount(long groupId)
          Deprecated.  
 JournalTemplateLocalService getWrappedJournalTemplateLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 JournalTemplateLocalService getWrappedService()
          Deprecated.  
 boolean hasTemplate(long groupId, String templateId)
          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 setWrappedJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalTemplateLocalService)
 void setWrappedService(JournalTemplateLocalService journalTemplateLocalService)
          Deprecated.  
 JournalTemplate updateJournalTemplate(JournalTemplate template)
          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 smallImageFile, ServiceContext serviceContext)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalTemplateLocalServiceWrapper

public JournalTemplateLocalServiceWrapper(JournalTemplateLocalService journalTemplateLocalService)
Deprecated. 
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface JournalTemplateLocalService
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 JournalTemplateLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addJournalTemplate

public JournalTemplate addJournalTemplate(JournalTemplate template)
                                   throws PortalException,
                                          SystemException
Deprecated. 
Specified by:
addJournalTemplate in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

addTemplate

public JournalTemplate addTemplate(long userId,
                                   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 smallImageFile,
                                   ServiceContext serviceContext)
                            throws PortalException,
                                   SystemException
Deprecated. 
Specified by:
addTemplate in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

addTemplateResources

public void addTemplateResources(JournalTemplate template,
                                 boolean addGroupPermissions,
                                 boolean addGuestPermissions)
                          throws PortalException,
                                 SystemException
Deprecated. 
Specified by:
addTemplateResources in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

addTemplateResources

public void addTemplateResources(JournalTemplate template,
                                 String[] groupPermissions,
                                 String[] guestPermissions)
                          throws PortalException,
                                 SystemException
Deprecated. 
Specified by:
addTemplateResources in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

addTemplateResources

public void addTemplateResources(long groupId,
                                 String templateId,
                                 boolean addGroupPermissions,
                                 boolean addGuestPermissions)
                          throws PortalException,
                                 SystemException
Deprecated. 
Specified by:
addTemplateResources in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

addTemplateResources

public void addTemplateResources(long groupId,
                                 String templateId,
                                 String[] groupPermissions,
                                 String[] guestPermissions)
                          throws PortalException,
                                 SystemException
Deprecated. 
Specified by:
addTemplateResources in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

checkNewLine

public void checkNewLine(long groupId,
                         String templateId)
                  throws PortalException,
                         SystemException
Deprecated. 
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
Deprecated. 
Specified by:
copyTemplate in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

createJournalTemplate

public JournalTemplate createJournalTemplate(long id)
Deprecated. 
Specified by:
createJournalTemplate in interface JournalTemplateLocalService

deleteTemplate

public void deleteTemplate(JournalTemplate template)
                    throws PortalException,
                           SystemException
Deprecated. 
Specified by:
deleteTemplate in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

deleteTemplate

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

deleteTemplates

public void deleteTemplates(long groupId)
                     throws PortalException,
                            SystemException
Deprecated. 
Specified by:
deleteTemplates in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

getStructureTemplates

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

getStructureTemplates

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

getStructureTemplates

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

getStructureTemplatesCount

public int getStructureTemplatesCount(long groupId,
                                      String structureId)
                               throws PortalException,
                                      SystemException
Deprecated. 
Specified by:
getStructureTemplatesCount in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

getTemplate

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

getTemplate

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

getTemplateBySmallImageId

public JournalTemplate getTemplateBySmallImageId(long smallImageId)
                                          throws PortalException,
                                                 SystemException
Deprecated. 
Specified by:
getTemplateBySmallImageId in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

getTemplates

public List<JournalTemplate> getTemplates()
                                   throws SystemException
Deprecated. 
Specified by:
getTemplates in interface JournalTemplateLocalService
Throws:
SystemException

getTemplates

public List<JournalTemplate> getTemplates(long groupId)
                                   throws SystemException
Deprecated. 
Specified by:
getTemplates in interface JournalTemplateLocalService
Throws:
SystemException

getTemplates

public List<JournalTemplate> getTemplates(long groupId,
                                          int start,
                                          int end)
                                   throws SystemException
Deprecated. 
Specified by:
getTemplates in interface JournalTemplateLocalService
Throws:
SystemException

getTemplatesCount

public int getTemplatesCount(long groupId)
                      throws SystemException
Deprecated. 
Specified by:
getTemplatesCount in interface JournalTemplateLocalService
Throws:
SystemException

hasTemplate

public boolean hasTemplate(long groupId,
                           String templateId)
                    throws SystemException
Deprecated. 
Specified by:
hasTemplate in interface JournalTemplateLocalService
Throws:
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 JournalTemplateLocalService
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 JournalTemplateLocalService
Throws:
SystemException

searchCount

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

updateJournalTemplate

public JournalTemplate updateJournalTemplate(JournalTemplate template)
                                      throws PortalException,
                                             SystemException
Deprecated. 
Specified by:
updateJournalTemplate in interface JournalTemplateLocalService
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,
                                      boolean smallImage,
                                      String smallImageURL,
                                      File smallImageFile,
                                      ServiceContext serviceContext)
                               throws PortalException,
                                      SystemException
Deprecated. 
Specified by:
updateTemplate in interface JournalTemplateLocalService
Throws:
PortalException
SystemException

getWrappedJournalTemplateLocalService

public JournalTemplateLocalService getWrappedJournalTemplateLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedJournalTemplateLocalService

public void setWrappedJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalTemplateLocalService)


getWrappedService

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

setWrappedService

public void setWrappedService(JournalTemplateLocalService journalTemplateLocalService)
Deprecated. 
Specified by:
setWrappedService in interface ServiceWrapper<JournalTemplateLocalService>

Liferay 6.2-ce-ga5