Liferay 6.2-ce-ga5

com.liferay.portlet.journal.service.impl
Class JournalStructureLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.journal.service.base.JournalStructureLocalServiceBaseImpl
          extended by com.liferay.portlet.journal.service.impl.JournalStructureLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, JournalStructureLocalService

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

public class JournalStructureLocalServiceImpl
extends JournalStructureLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.journal.service.base.JournalStructureLocalServiceBaseImpl
counterLocalService, ddmStructureFinder, ddmStructureLocalService, ddmStructurePersistence, ddmStructureService, groupFinder, groupLocalService, groupPersistence, groupService, journalArticleFinder, journalArticleImageLocalService, journalArticleImagePersistence, journalArticleLocalService, journalArticlePersistence, journalArticleResourceLocalService, journalArticleResourcePersistence, journalArticleService, journalContentSearchLocalService, journalContentSearchPersistence, journalFeedFinder, journalFeedLocalService, journalFeedPersistence, journalFeedService, journalFolderFinder, journalFolderLocalService, journalFolderPersistence, journalFolderService, journalStructureLocalService, journalStructureService, journalTemplateLocalService, journalTemplateService, resourceLocalService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl
layoutPersistence
 
Constructor Summary
JournalStructureLocalServiceImpl()
          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.  
protected  JournalStructure doGetStructure(long groupId, String structureId)
          Deprecated.  
protected  List<JournalStructure> doGetStructures(long groupId)
          Deprecated.  
protected  List<JournalStructure> doGetStructures(long groupId, int start, int end)
          Deprecated.  
protected  int doGetStructuresCount(long groupId)
          Deprecated.  
protected  DDMStructure fetchDDMStructure(JournalStructure structure)
          Deprecated.  
protected  DDMStructure fetchDDMStructure(long groupId, String structureId)
          Deprecated.  
 JournalStructure fetchStructure(long groupId, String structureId)
          Deprecated.  
 List<JournalStructure> findAll()
          Deprecated.  
protected  DDMStructure getDDMStructure(JournalStructure structure)
          Deprecated.  
protected  DDMStructure getDDMStructure(long groupId, String structureId)
          Deprecated.  
protected  long getParentDDMStructureId(long groupId, String parentStructureId)
          Deprecated.  
 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.  
protected  String getUuid(JournalStructure structure)
          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.  
 JournalStructure updateJournalStructure(JournalStructure structure)
          Deprecated.  
protected  JournalStructure updateStructure(JournalStructure structure)
          Deprecated.  
 JournalStructure updateStructure(long groupId, String structureId, String parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext)
          Deprecated.  
protected  void validateStructureId(String structureId)
          Deprecated.  
 
Methods inherited from class com.liferay.portlet.journal.service.base.JournalStructureLocalServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getDDMStructureFinder, getDDMStructureLocalService, getDDMStructurePersistence, getDDMStructureService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getJournalArticleFinder, getJournalArticleImageLocalService, getJournalArticleImagePersistence, getJournalArticleLocalService, getJournalArticlePersistence, getJournalArticleResourceLocalService, getJournalArticleResourcePersistence, getJournalArticleService, getJournalContentSearchLocalService, getJournalContentSearchPersistence, getJournalFeedFinder, getJournalFeedLocalService, getJournalFeedPersistence, getJournalFeedService, getJournalFolderFinder, getJournalFolderLocalService, getJournalFolderPersistence, getJournalFolderService, getJournalStructureLocalService, getJournalStructureService, getJournalTemplateLocalService, getJournalTemplateService, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDDMStructureFinder, setDDMStructureLocalService, setDDMStructurePersistence, setDDMStructureService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setJournalArticleFinder, setJournalArticleImageLocalService, setJournalArticleImagePersistence, setJournalArticleLocalService, setJournalArticlePersistence, setJournalArticleResourceLocalService, setJournalArticleResourcePersistence, setJournalArticleService, setJournalContentSearchLocalService, setJournalContentSearchPersistence, setJournalFeedFinder, setJournalFeedLocalService, setJournalFeedPersistence, setJournalFeedService, setJournalFolderFinder, setJournalFolderLocalService, setJournalFolderPersistence, setJournalFolderService, setJournalStructureLocalService, setJournalStructureService, setJournalTemplateLocalService, setJournalTemplateService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLayoutURL, getLayoutURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalStructureLocalServiceImpl

public JournalStructureLocalServiceImpl()
Deprecated. 
Method Detail

addJournalStructure

public JournalStructure addJournalStructure(JournalStructure structure)
                                     throws PortalException,
                                            SystemException
Deprecated. 
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. 
Throws:
PortalException
SystemException

addStructureResources

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

addStructureResources

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

addStructureResources

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

addStructureResources

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

checkNewLine

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

copyStructure

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

createJournalStructure

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

deleteStructure

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

deleteStructure

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

deleteStructures

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

fetchStructure

public JournalStructure fetchStructure(long groupId,
                                       String structureId)
                                throws SystemException
Deprecated. 
Throws:
SystemException

findAll

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

getStructure

public JournalStructure getStructure(long groupId,
                                     String structureId)
                              throws PortalException,
                                     SystemException
Deprecated. 
Throws:
PortalException
SystemException

getStructure

public JournalStructure getStructure(long groupId,
                                     String structureId,
                                     boolean includeGlobalStructures)
                              throws PortalException,
                                     SystemException
Deprecated. 
Throws:
PortalException
SystemException

getStructures

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

getStructures

public List<JournalStructure> getStructures(long groupId)
                                     throws SystemException
Deprecated. 
Throws:
SystemException

getStructures

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

getStructuresCount

public int getStructuresCount(long groupId)
                       throws SystemException
Deprecated. 
Throws:
SystemException

search

public List<JournalStructure> search(long companyId,
                                     long[] groupIds,
                                     String keywords,
                                     int start,
                                     int end,
                                     OrderByComparator obc)
                              throws SystemException
Deprecated. 
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. 
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       String keywords)
                throws SystemException
Deprecated. 
Throws:
SystemException

searchCount

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

updateJournalStructure

public JournalStructure updateJournalStructure(JournalStructure structure)
                                        throws PortalException,
                                               SystemException
Deprecated. 
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. 
Throws:
PortalException
SystemException

doGetStructure

protected JournalStructure doGetStructure(long groupId,
                                          String structureId)
                                   throws PortalException,
                                          SystemException
Deprecated. 
Throws:
PortalException
SystemException

doGetStructures

protected List<JournalStructure> doGetStructures(long groupId)
                                          throws SystemException
Deprecated. 
Throws:
SystemException

doGetStructures

protected List<JournalStructure> doGetStructures(long groupId,
                                                 int start,
                                                 int end)
                                          throws SystemException
Deprecated. 
Throws:
SystemException

doGetStructuresCount

protected int doGetStructuresCount(long groupId)
                            throws SystemException
Deprecated. 
Throws:
SystemException

fetchDDMStructure

protected DDMStructure fetchDDMStructure(JournalStructure structure)
                                  throws SystemException
Deprecated. 
Throws:
SystemException

fetchDDMStructure

protected DDMStructure fetchDDMStructure(long groupId,
                                         String structureId)
                                  throws SystemException
Deprecated. 
Throws:
SystemException

getDDMStructure

protected DDMStructure getDDMStructure(JournalStructure structure)
                                throws PortalException,
                                       SystemException
Deprecated. 
Throws:
PortalException
SystemException

getDDMStructure

protected DDMStructure getDDMStructure(long groupId,
                                       String structureId)
                                throws PortalException,
                                       SystemException
Deprecated. 
Throws:
PortalException
SystemException

getParentDDMStructureId

protected long getParentDDMStructureId(long groupId,
                                       String parentStructureId)
                                throws SystemException
Deprecated. 
Throws:
SystemException

getUuid

protected String getUuid(JournalStructure structure)
Deprecated. 

updateStructure

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

validateStructureId

protected void validateStructureId(String structureId)
                            throws PortalException
Deprecated. 
Throws:
PortalException

Liferay 6.2-ce-ga5