|
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.portal.service.BaseServiceImpl com.liferay.portlet.journal.service.base.JournalStructureServiceBaseImpl com.liferay.portlet.journal.service.impl.JournalStructureServiceImpl
public class JournalStructureServiceImpl
Field Summary |
---|
Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
Constructor Summary | |
---|---|
JournalStructureServiceImpl()
Deprecated. |
Method Summary | |
---|---|
JournalStructure |
addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. |
JournalStructure |
copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
Deprecated. |
void |
deleteStructure(long groupId,
String structureId)
Deprecated. |
JournalStructure |
getStructure(long groupId,
String structureId)
Deprecated. |
JournalStructure |
getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
Deprecated. |
List<JournalStructure> |
getStructures(long groupId)
Deprecated. |
List<JournalStructure> |
getStructures(long[] groupIds)
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 |
updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. |
Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JournalStructureServiceImpl()
Method Detail |
---|
public 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 JournalStructure copyStructure(long groupId, String oldStructureId, String newStructureId, boolean autoStructureId) throws PortalException, SystemException
PortalException
SystemException
public void deleteStructure(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
public JournalStructure getStructure(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
public JournalStructure getStructure(long groupId, String structureId, boolean includeGlobalStructures) throws PortalException, SystemException
PortalException
SystemException
public List<JournalStructure> getStructures(long groupId) throws SystemException
SystemException
public List<JournalStructure> getStructures(long[] groupIds) throws SystemException
SystemException
public List<JournalStructure> search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc) throws SystemException
SystemException
public 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 int searchCount(long companyId, long[] groupIds, String keywords) throws SystemException
SystemException
public int searchCount(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator) throws SystemException
SystemException
public 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
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |