Liferay 6.2-ce-ga5

com.liferay.portlet.journal.service
Interface JournalStructureLocalService

All Superinterfaces:
BaseLocalService
All Known Implementing Classes:
JournalStructureLocalServiceBaseImpl, JournalStructureLocalServiceImpl, JournalStructureLocalServiceWrapper

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

@ProviderType
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface JournalStructureLocalService
extends BaseLocalService

Provides the local service interface for JournalStructure. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
JournalStructureLocalServiceUtil, JournalStructureLocalServiceBaseImpl, JournalStructureLocalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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.  
 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.
 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.  
 

Method Detail

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

addJournalStructure

JournalStructure addJournalStructure(JournalStructure structure)
                                     throws PortalException,
                                            SystemException
Deprecated. 
Throws:
PortalException
SystemException

addStructure

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. 
Throws:
PortalException
SystemException

addStructureResources

void addStructureResources(JournalStructure structure,
                           boolean addGroupPermissions,
                           boolean addGuestPermissions)
                           throws PortalException,
                                  SystemException
Deprecated. 
Throws:
PortalException
SystemException

addStructureResources

void addStructureResources(JournalStructure structure,
                           String[] groupPermissions,
                           String[] guestPermissions)
                           throws PortalException,
                                  SystemException
Deprecated. 
Throws:
PortalException
SystemException

addStructureResources

void addStructureResources(long groupId,
                           String structureId,
                           boolean addGroupPermissions,
                           boolean addGuestPermissions)
                           throws PortalException,
                                  SystemException
Deprecated. 
Throws:
PortalException
SystemException

addStructureResources

void addStructureResources(long groupId,
                           String structureId,
                           String[] groupPermissions,
                           String[] guestPermissions)
                           throws PortalException,
                                  SystemException
Deprecated. 
Throws:
PortalException
SystemException

checkNewLine

void checkNewLine(long groupId,
                  String structureId)
                  throws PortalException,
                         SystemException
Deprecated. 
Throws:
PortalException
SystemException

copyStructure

JournalStructure copyStructure(long userId,
                               long groupId,
                               String oldStructureId,
                               String newStructureId,
                               boolean autoStructureId)
                               throws PortalException,
                                      SystemException
Deprecated. 
Throws:
PortalException
SystemException

createJournalStructure

JournalStructure createJournalStructure(long id)
                                        throws SystemException
Deprecated. 
Throws:
SystemException

deleteStructure

void deleteStructure(JournalStructure structure)
                     throws PortalException,
                            SystemException
Deprecated. 
Throws:
PortalException
SystemException

deleteStructure

void deleteStructure(long groupId,
                     String structureId)
                     throws PortalException,
                            SystemException
Deprecated. 
Throws:
PortalException
SystemException

deleteStructures

void deleteStructures(long groupId)
                      throws PortalException,
                             SystemException
Deprecated. 
Throws:
PortalException
SystemException

fetchStructure

@Transactional(propagation=SUPPORTS,
               readOnly=true)
JournalStructure fetchStructure(long groupId,
                                                                         String structureId)
                                throws SystemException
Deprecated. 
Throws:
SystemException

findAll

List<JournalStructure> findAll()
                               throws SystemException
Deprecated. 
Throws:
SystemException

getStructure

@Transactional(propagation=SUPPORTS,
               readOnly=true)
JournalStructure getStructure(long groupId,
                                                                       String structureId)
                              throws PortalException,
                                     SystemException
Deprecated. 
Throws:
PortalException
SystemException

getStructure

@Transactional(propagation=SUPPORTS,
               readOnly=true)
JournalStructure getStructure(long groupId,
                                                                       String structureId,
                                                                       boolean includeGlobalStructures)
                              throws PortalException,
                                     SystemException
Deprecated. 
Throws:
PortalException
SystemException

getStructures

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<JournalStructure> getStructures()
                                     throws SystemException
Deprecated. 
Throws:
SystemException

getStructures

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<JournalStructure> getStructures(long groupId)
                                     throws SystemException
Deprecated. 
Throws:
SystemException

getStructures

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<JournalStructure> getStructures(long groupId,
                                                                              int start,
                                                                              int end)
                                     throws SystemException
Deprecated. 
Throws:
SystemException

getStructuresCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getStructuresCount(long groupId)
                       throws SystemException
Deprecated. 
Throws:
SystemException

search

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<JournalStructure> search(long companyId,
                                                                       long[] groupIds,
                                                                       String keywords,
                                                                       int start,
                                                                       int end,
                                                                       OrderByComparator obc)
                              throws SystemException
Deprecated. 
Throws:
SystemException

search

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<JournalStructure> search(long companyId,
                                                                       long[] groupIds,
                                                                       String structureId,
                                                                       String name,
                                                                       String description,
                                                                       boolean andOperator,
                                                                       int start,
                                                                       int end,
                                                                       OrderByComparator obc)
                              throws SystemException
Deprecated. 
Throws:
SystemException

searchCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int searchCount(long companyId,
                                                         long[] groupIds,
                                                         String keywords)
                throws SystemException
Deprecated. 
Throws:
SystemException

searchCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int searchCount(long companyId,
                                                         long[] groupIds,
                                                         String structureId,
                                                         String name,
                                                         String description,
                                                         boolean andOperator)
                throws SystemException
Deprecated. 
Throws:
SystemException

updateJournalStructure

JournalStructure updateJournalStructure(JournalStructure structure)
                                        throws PortalException,
                                               SystemException
Deprecated. 
Throws:
PortalException
SystemException

updateStructure

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

Liferay 6.2-ce-ga5