|
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.JournalStructureServiceWrapper
public class JournalStructureServiceWrapper
This class is a wrapper for JournalStructureService
.
JournalStructureService
Constructor Summary | |
---|---|
JournalStructureServiceWrapper(JournalStructureService 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
JournalStructure |
getStructure(long groupId,
String structureId)
|
JournalStructure |
getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
Constructor Detail |
---|
public JournalStructureServiceWrapper(JournalStructureService journalStructureService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface JournalStructureService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface JournalStructureService
beanIdentifier
- the Spring bean ID for this beanpublic 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 JournalStructureService
PortalException
SystemException
public JournalStructure copyStructure(long groupId, String oldStructureId, String newStructureId, boolean autoStructureId) throws PortalException, SystemException
copyStructure
in interface JournalStructureService
PortalException
SystemException
public void deleteStructure(long groupId, String structureId) throws PortalException, SystemException
deleteStructure
in interface JournalStructureService
PortalException
SystemException
public JournalStructure getStructure(long groupId, String structureId) throws PortalException, SystemException
getStructure
in interface JournalStructureService
PortalException
SystemException
public JournalStructure getStructure(long groupId, String structureId, boolean includeGlobalStructures) throws PortalException, SystemException
getStructure
in interface JournalStructureService
PortalException
SystemException
public List<JournalStructure> getStructures(long groupId) throws SystemException
getStructures
in interface JournalStructureService
SystemException
public List<JournalStructure> search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc) throws SystemException
search
in interface JournalStructureService
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
search
in interface JournalStructureService
SystemException
public int searchCount(long companyId, long[] groupIds, String keywords) throws SystemException
searchCount
in interface JournalStructureService
SystemException
public int searchCount(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator) throws SystemException
searchCount
in interface JournalStructureService
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
updateStructure
in interface JournalStructureService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |