Liferay 6.2-ce-ga5

com.liferay.portlet.journal.service
Class JournalStructureLocalServiceWrapper

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

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

@ProviderType
public class JournalStructureLocalServiceWrapper
extends Object
implements JournalStructureLocalService, ServiceWrapper<JournalStructureLocalService>

Provides a wrapper for JournalStructureLocalService.

See Also:
JournalStructureLocalService

Constructor Summary
JournalStructureLocalServiceWrapper(JournalStructureLocalService journalStructureLocalService)
          Deprecated.  
 
Method Summary
 JournalStructure addJournalStructure(JournalStructure structure)
          Deprecated.  
 JournalStructure addStructure(long userId, long groupId, String structureId, boolean autoStructureId, String parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Deprecated.  
 void addStructureResources(JournalStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void addStructureResources(JournalStructure structure, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
 void addStructureResources(long groupId, String structureId, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void addStructureResources(long groupId, String structureId, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
 void checkNewLine(long groupId, String structureId)
          Deprecated.  
 JournalStructure copyStructure(long userId, long groupId, String oldStructureId, String newStructureId, boolean autoStructureId)
          Deprecated.  
 JournalStructure createJournalStructure(long id)
          Deprecated.  
 void deleteStructure(JournalStructure structure)
          Deprecated.  
 void deleteStructure(long groupId, String structureId)
          Deprecated.  
 void deleteStructures(long groupId)
          Deprecated.  
 JournalStructure fetchStructure(long groupId, String structureId)
          Deprecated.  
 List<JournalStructure> findAll()
          Deprecated.  
 String getBeanIdentifier()
          Deprecated. Returns the Spring bean ID for this bean.
 JournalStructure getStructure(long groupId, String structureId)
          Deprecated.  
 JournalStructure getStructure(long groupId, String structureId, boolean includeGlobalStructures)
          Deprecated.  
 List<JournalStructure> getStructures()
          Deprecated.  
 List<JournalStructure> getStructures(long groupId)
          Deprecated.  
 List<JournalStructure> getStructures(long groupId, int start, int end)
          Deprecated.  
 int getStructuresCount(long groupId)
          Deprecated.  
 JournalStructureLocalService getWrappedJournalStructureLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 JournalStructureLocalService getWrappedService()
          Deprecated.  
 List<JournalStructure> search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalStructure> search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 int searchCount(long companyId, long[] groupIds, String keywords)
          Deprecated.  
 int searchCount(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator)
          Deprecated.  
 void setBeanIdentifier(String beanIdentifier)
          Deprecated. Sets the Spring bean ID for this bean.
 void setWrappedJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalStructureLocalService)
 void setWrappedService(JournalStructureLocalService journalStructureLocalService)
          Deprecated.  
 JournalStructure updateJournalStructure(JournalStructure structure)
          Deprecated.  
 JournalStructure updateStructure(long groupId, String structureId, String parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalStructureLocalServiceWrapper

public JournalStructureLocalServiceWrapper(JournalStructureLocalService journalStructureLocalService)
Deprecated. 
Method Detail

getBeanIdentifier

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

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

addJournalStructure

public JournalStructure addJournalStructure(JournalStructure structure)
                                     throws PortalException,
                                            SystemException
Deprecated. 
Specified by:
addJournalStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

addStructure

public JournalStructure addStructure(long userId,
                                     long groupId,
                                     String structureId,
                                     boolean autoStructureId,
                                     String parentStructureId,
                                     Map<Locale,String> nameMap,
                                     Map<Locale,String> descriptionMap,
                                     String xsd,
                                     ServiceContext serviceContext)
                              throws PortalException,
                                     SystemException
Deprecated. 
Specified by:
addStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

addStructureResources

public void addStructureResources(JournalStructure structure,
                                  boolean addGroupPermissions,
                                  boolean addGuestPermissions)
                           throws PortalException,
                                  SystemException
Deprecated. 
Specified by:
addStructureResources in interface JournalStructureLocalService
Throws:
PortalException
SystemException

addStructureResources

public void addStructureResources(JournalStructure structure,
                                  String[] groupPermissions,
                                  String[] guestPermissions)
                           throws PortalException,
                                  SystemException
Deprecated. 
Specified by:
addStructureResources in interface JournalStructureLocalService
Throws:
PortalException
SystemException

addStructureResources

public void addStructureResources(long groupId,
                                  String structureId,
                                  boolean addGroupPermissions,
                                  boolean addGuestPermissions)
                           throws PortalException,
                                  SystemException
Deprecated. 
Specified by:
addStructureResources in interface JournalStructureLocalService
Throws:
PortalException
SystemException

addStructureResources

public void addStructureResources(long groupId,
                                  String structureId,
                                  String[] groupPermissions,
                                  String[] guestPermissions)
                           throws PortalException,
                                  SystemException
Deprecated. 
Specified by:
addStructureResources in interface JournalStructureLocalService
Throws:
PortalException
SystemException

checkNewLine

public void checkNewLine(long groupId,
                         String structureId)
                  throws PortalException,
                         SystemException
Deprecated. 
Specified by:
checkNewLine in interface JournalStructureLocalService
Throws:
PortalException
SystemException

copyStructure

public JournalStructure copyStructure(long userId,
                                      long groupId,
                                      String oldStructureId,
                                      String newStructureId,
                                      boolean autoStructureId)
                               throws PortalException,
                                      SystemException
Deprecated. 
Specified by:
copyStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

createJournalStructure

public JournalStructure createJournalStructure(long id)
                                        throws SystemException
Deprecated. 
Specified by:
createJournalStructure in interface JournalStructureLocalService
Throws:
SystemException

deleteStructure

public void deleteStructure(JournalStructure structure)
                     throws PortalException,
                            SystemException
Deprecated. 
Specified by:
deleteStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

deleteStructure

public void deleteStructure(long groupId,
                            String structureId)
                     throws PortalException,
                            SystemException
Deprecated. 
Specified by:
deleteStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

deleteStructures

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

fetchStructure

public JournalStructure fetchStructure(long groupId,
                                       String structureId)
                                throws SystemException
Deprecated. 
Specified by:
fetchStructure in interface JournalStructureLocalService
Throws:
SystemException

findAll

public List<JournalStructure> findAll()
                               throws SystemException
Deprecated. 
Specified by:
findAll in interface JournalStructureLocalService
Throws:
SystemException

getStructure

public JournalStructure getStructure(long groupId,
                                     String structureId)
                              throws PortalException,
                                     SystemException
Deprecated. 
Specified by:
getStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

getStructure

public JournalStructure getStructure(long groupId,
                                     String structureId,
                                     boolean includeGlobalStructures)
                              throws PortalException,
                                     SystemException
Deprecated. 
Specified by:
getStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

getStructures

public List<JournalStructure> getStructures()
                                     throws SystemException
Deprecated. 
Specified by:
getStructures in interface JournalStructureLocalService
Throws:
SystemException

getStructures

public List<JournalStructure> getStructures(long groupId)
                                     throws SystemException
Deprecated. 
Specified by:
getStructures in interface JournalStructureLocalService
Throws:
SystemException

getStructures

public List<JournalStructure> getStructures(long groupId,
                                            int start,
                                            int end)
                                     throws SystemException
Deprecated. 
Specified by:
getStructures in interface JournalStructureLocalService
Throws:
SystemException

getStructuresCount

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

search

public List<JournalStructure> search(long companyId,
                                     long[] groupIds,
                                     String keywords,
                                     int start,
                                     int end,
                                     OrderByComparator obc)
                              throws SystemException
Deprecated. 
Specified by:
search in interface JournalStructureLocalService
Throws:
SystemException

search

public List<JournalStructure> search(long companyId,
                                     long[] groupIds,
                                     String structureId,
                                     String name,
                                     String description,
                                     boolean andOperator,
                                     int start,
                                     int end,
                                     OrderByComparator obc)
                              throws SystemException
Deprecated. 
Specified by:
search in interface JournalStructureLocalService
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       String keywords)
                throws SystemException
Deprecated. 
Specified by:
searchCount in interface JournalStructureLocalService
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       String structureId,
                       String name,
                       String description,
                       boolean andOperator)
                throws SystemException
Deprecated. 
Specified by:
searchCount in interface JournalStructureLocalService
Throws:
SystemException

updateJournalStructure

public JournalStructure updateJournalStructure(JournalStructure structure)
                                        throws PortalException,
                                               SystemException
Deprecated. 
Specified by:
updateJournalStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

updateStructure

public JournalStructure updateStructure(long groupId,
                                        String structureId,
                                        String parentStructureId,
                                        Map<Locale,String> nameMap,
                                        Map<Locale,String> descriptionMap,
                                        String xsd,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Deprecated. 
Specified by:
updateStructure in interface JournalStructureLocalService
Throws:
PortalException
SystemException

getWrappedJournalStructureLocalService

public JournalStructureLocalService getWrappedJournalStructureLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedJournalStructureLocalService

public void setWrappedJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalStructureLocalService)


getWrappedService

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

setWrappedService

public void setWrappedService(JournalStructureLocalService journalStructureLocalService)
Deprecated. 
Specified by:
setWrappedService in interface ServiceWrapper<JournalStructureLocalService>

Liferay 6.2-ce-ga5