com.liferay.portlet.journal.service
Class JournalStructureServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalStructureServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<JournalStructureService>, JournalStructureService
public class JournalStructureServiceWrapper
- extends Object
- implements JournalStructureService, ServiceWrapper<JournalStructureService>
This class is a wrapper for JournalStructureService
.
- See Also:
JournalStructureService
Method Summary |
JournalStructure |
addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
void |
deleteStructure(long groupId,
String structureId)
|
JournalStructure |
getStructure(long groupId,
String structureId)
|
List<JournalStructure> |
getStructures(long groupId)
|
JournalStructureService |
getWrappedJournalStructureService()
Deprecated. Renamed to getWrappedService() |
JournalStructureService |
getWrappedService()
|
List<JournalStructure> |
search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
int |
searchCount(long companyId,
long[] groupIds,
String keywords)
|
int |
searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
void |
setWrappedJournalStructureService(JournalStructureService journalStructureService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalStructureService) |
void |
setWrappedService(JournalStructureService journalStructureService)
|
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 |
JournalStructureServiceWrapper
public JournalStructureServiceWrapper(JournalStructureService journalStructureService)
addStructure
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
- Specified by:
addStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
copyStructure
public JournalStructure copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
throws PortalException,
SystemException
- Specified by:
copyStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
deleteStructure
public void deleteStructure(long groupId,
String structureId)
throws PortalException,
SystemException
- Specified by:
deleteStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
getStructure
public JournalStructure getStructure(long groupId,
String structureId)
throws PortalException,
SystemException
- Specified by:
getStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
getStructures
public List<JournalStructure> getStructures(long groupId)
throws SystemException
- Specified by:
getStructures
in interface JournalStructureService
- Throws:
SystemException
search
public List<JournalStructure> search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
search
in interface JournalStructureService
- Throws:
SystemException
search
public List<JournalStructure> search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
search
in interface JournalStructureService
- Throws:
SystemException
searchCount
public int searchCount(long companyId,
long[] groupIds,
String keywords)
throws SystemException
- Specified by:
searchCount
in interface JournalStructureService
- Throws:
SystemException
searchCount
public int searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
throws SystemException
- Specified by:
searchCount
in interface JournalStructureService
- Throws:
SystemException
updateStructure
public JournalStructure updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateStructure
in interface JournalStructureService
- Throws:
PortalException
SystemException
getWrappedJournalStructureService
public JournalStructureService getWrappedJournalStructureService()
- Deprecated. Renamed to
getWrappedService()
setWrappedJournalStructureService
public void setWrappedJournalStructureService(JournalStructureService journalStructureService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.journal.service.JournalStructureService)
getWrappedService
public JournalStructureService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<JournalStructureService>
setWrappedService
public void setWrappedService(JournalStructureService journalStructureService)
- Specified by:
setWrappedService
in interface ServiceWrapper<JournalStructureService>