|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.journal.service.JournalStructureLocalServiceUtil
@ProviderType public class JournalStructureLocalServiceUtil
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.
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 |
---|
public JournalStructureLocalServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static JournalStructure addJournalStructure(JournalStructure structure) throws PortalException, SystemException
PortalException
SystemException
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
PortalException
SystemException
public static void addStructureResources(JournalStructure structure, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
public static void addStructureResources(JournalStructure structure, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
public static void addStructureResources(long groupId, String structureId, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
public static void addStructureResources(long groupId, String structureId, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
public static void checkNewLine(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
public static JournalStructure copyStructure(long userId, long groupId, String oldStructureId, String newStructureId, boolean autoStructureId) throws PortalException, SystemException
PortalException
SystemException
public static JournalStructure createJournalStructure(long id) throws SystemException
SystemException
public static void deleteStructure(JournalStructure structure) throws PortalException, SystemException
PortalException
SystemException
public static void deleteStructure(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteStructures(long groupId) throws PortalException, SystemException
PortalException
SystemException
public static JournalStructure fetchStructure(long groupId, String structureId) throws SystemException
SystemException
public static List<JournalStructure> findAll() throws SystemException
SystemException
public static JournalStructure getStructure(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
public static JournalStructure getStructure(long groupId, String structureId, boolean includeGlobalStructures) throws PortalException, SystemException
PortalException
SystemException
public static List<JournalStructure> getStructures() throws SystemException
SystemException
public static List<JournalStructure> getStructures(long groupId) throws SystemException
SystemException
public static List<JournalStructure> getStructures(long groupId, int start, int end) throws SystemException
SystemException
public static int getStructuresCount(long groupId) throws SystemException
SystemException
public static List<JournalStructure> search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc) throws SystemException
SystemException
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
SystemException
public static int searchCount(long companyId, long[] groupIds, String keywords) throws SystemException
SystemException
public static int searchCount(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator) throws SystemException
SystemException
public static JournalStructure updateJournalStructure(JournalStructure structure) throws PortalException, SystemException
PortalException
SystemException
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
PortalException
SystemException
public static JournalStructureLocalService getService()
public void setService(JournalStructureLocalService service)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |