Liferay 6.2-ce-ga5

com.liferay.portlet.journal.service
Class JournalStructureLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.journal.service.JournalStructureLocalServiceUtil

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

@ProviderType
public class JournalStructureLocalServiceUtil
extends Object

Provides the local service utility for JournalStructure. This utility wraps com.liferay.portlet.journal.service.impl.JournalStructureLocalServiceImpl and is the primary access point for service operations in application layer code running on the local server. 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:
JournalStructureLocalService, com.liferay.portlet.journal.service.base.JournalStructureLocalServiceBaseImpl, com.liferay.portlet.journal.service.impl.JournalStructureLocalServiceImpl

Constructor Summary
JournalStructureLocalServiceUtil()
          Deprecated.  
 
Method Summary
static JournalStructure addJournalStructure(JournalStructure structure)
          Deprecated.  
static 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.  
static void addStructureResources(JournalStructure structure, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
static void addStructureResources(JournalStructure structure, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
static void addStructureResources(long groupId, String structureId, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
static void addStructureResources(long groupId, String structureId, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
static void checkNewLine(long groupId, String structureId)
          Deprecated.  
static JournalStructure copyStructure(long userId, long groupId, String oldStructureId, String newStructureId, boolean autoStructureId)
          Deprecated.  
static JournalStructure createJournalStructure(long id)
          Deprecated.  
static void deleteStructure(JournalStructure structure)
          Deprecated.  
static void deleteStructure(long groupId, String structureId)
          Deprecated.  
static void deleteStructures(long groupId)
          Deprecated.  
static JournalStructure fetchStructure(long groupId, String structureId)
          Deprecated.  
static List<JournalStructure> findAll()
          Deprecated.  
static String getBeanIdentifier()
          Deprecated. Returns the Spring bean ID for this bean.
static JournalStructureLocalService getService()
          Deprecated.  
static JournalStructure getStructure(long groupId, String structureId)
          Deprecated.  
static JournalStructure getStructure(long groupId, String structureId, boolean includeGlobalStructures)
          Deprecated.  
static List<JournalStructure> getStructures()
          Deprecated.  
static List<JournalStructure> getStructures(long groupId)
          Deprecated.  
static List<JournalStructure> getStructures(long groupId, int start, int end)
          Deprecated.  
static int getStructuresCount(long groupId)
          Deprecated.  
static List<JournalStructure> search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalStructure> search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
static int searchCount(long companyId, long[] groupIds, String keywords)
          Deprecated.  
static int searchCount(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator)
          Deprecated.  
static void setBeanIdentifier(String beanIdentifier)
          Deprecated. Sets the Spring bean ID for this bean.
 void setService(JournalStructureLocalService service)
          Deprecated. As of 6.2.0
static JournalStructure updateJournalStructure(JournalStructure structure)
          Deprecated.  
static 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

JournalStructureLocalServiceUtil

public JournalStructureLocalServiceUtil()
Deprecated. 
Method Detail

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

addJournalStructure

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

addStructure

public static 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 static void addStructureResources(JournalStructure structure,
                                         boolean addGroupPermissions,
                                         boolean addGuestPermissions)
                                  throws PortalException,
                                         SystemException
Deprecated. 
Throws:
PortalException
SystemException

addStructureResources

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

addStructureResources

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

addStructureResources

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

checkNewLine

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

copyStructure

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

createJournalStructure

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

deleteStructure

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

deleteStructure

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

deleteStructures

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

fetchStructure

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

findAll

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

getStructure

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

getStructure

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

getStructures

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

getStructures

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

getStructures

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

getStructuresCount

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

search

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

search

public static 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 static int searchCount(long companyId,
                              long[] groupIds,
                              String keywords)
                       throws SystemException
Deprecated. 
Throws:
SystemException

searchCount

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

updateJournalStructure

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

updateStructure

public static 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

getService

public static JournalStructureLocalService getService()
Deprecated. 

setService

public void setService(JournalStructureLocalService service)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5