|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.journal.service.JournalStructureServiceUtil
public class JournalStructureServiceUtil
The utility for the journal structure remote service. This utility wraps com.liferay.portlet.journal.service.impl.JournalStructureServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
JournalStructureService
,
com.liferay.portlet.journal.service.base.JournalStructureServiceBaseImpl
,
com.liferay.portlet.journal.service.impl.JournalStructureServiceImpl
Constructor Summary | |
---|---|
JournalStructureServiceUtil()
|
Method Summary | |
---|---|
static JournalStructure |
addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
static void |
deleteStructure(long groupId,
String structureId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static JournalStructureService |
getService()
|
static JournalStructure |
getStructure(long groupId,
String structureId)
|
static JournalStructure |
getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
static List<JournalStructure> |
getStructures(long groupId)
|
static List<JournalStructure> |
search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static int |
searchCount(long companyId,
long[] groupIds,
String keywords)
|
static int |
searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(JournalStructureService service)
Deprecated. |
static JournalStructure |
updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JournalStructureServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static JournalStructure addStructure(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 JournalStructure copyStructure(long groupId, String oldStructureId, String newStructureId, boolean autoStructureId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteStructure(long groupId, String structureId) throws PortalException, SystemException
PortalException
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(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 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 JournalStructureService getService()
public void setService(JournalStructureService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |