|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalStructureServiceWrapper
public class JournalStructureServiceWrapper
Provides a wrapper for JournalStructureService.
JournalStructureService| Constructor Summary | |
|---|---|
JournalStructureServiceWrapper(JournalStructureService journalStructureService)
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. |
String |
getBeanIdentifier()
Deprecated. Returns the Spring bean ID for this bean. |
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. |
JournalStructureService |
getWrappedJournalStructureService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
JournalStructureService |
getWrappedService()
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. |
void |
setBeanIdentifier(String beanIdentifier)
Deprecated. Sets the Spring bean ID for this bean. |
void |
setWrappedJournalStructureService(JournalStructureService journalStructureService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalStructureService) |
void |
setWrappedService(JournalStructureService journalStructureService)
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JournalStructureServiceWrapper(JournalStructureService journalStructureService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface JournalStructureServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalStructureServicebeanIdentifier - the Spring bean ID for this bean
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
addStructure in interface JournalStructureServicePortalException
SystemException
public JournalStructure copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
throws PortalException,
SystemException
copyStructure in interface JournalStructureServicePortalException
SystemException
public void deleteStructure(long groupId,
String structureId)
throws PortalException,
SystemException
deleteStructure in interface JournalStructureServicePortalException
SystemException
public JournalStructure getStructure(long groupId,
String structureId)
throws PortalException,
SystemException
getStructure in interface JournalStructureServicePortalException
SystemException
public JournalStructure getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
throws PortalException,
SystemException
getStructure in interface JournalStructureServicePortalException
SystemException
public List<JournalStructure> getStructures(long groupId)
throws SystemException
getStructures in interface JournalStructureServiceSystemException
public List<JournalStructure> getStructures(long[] groupIds)
throws SystemException
getStructures in interface JournalStructureServiceSystemException
public List<JournalStructure> search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
throws SystemException
search in interface JournalStructureServiceSystemException
public List<JournalStructure> search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
search in interface JournalStructureServiceSystemException
public int searchCount(long companyId,
long[] groupIds,
String keywords)
throws SystemException
searchCount in interface JournalStructureServiceSystemException
public int searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
throws SystemException
searchCount in interface JournalStructureServiceSystemException
public JournalStructure updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateStructure in interface JournalStructureServicePortalException
SystemExceptionpublic JournalStructureService getWrappedJournalStructureService()
getWrappedService()
public void setWrappedJournalStructureService(JournalStructureService journalStructureService)
setWrappedService(com.liferay.portlet.journal.service.JournalStructureService)
public JournalStructureService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalStructureService>public void setWrappedService(JournalStructureService journalStructureService)
setWrappedService in interface ServiceWrapper<JournalStructureService>
|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||