com.liferay.portlet.journal.service
Class JournalStructureLocalServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalStructureLocalServiceWrapper
- All Implemented Interfaces:
- JournalStructureLocalService
public class JournalStructureLocalServiceWrapper
- extends java.lang.Object
- implements JournalStructureLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for JournalStructureLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalStructureLocalService
- Generated:
Method Summary |
JournalStructure |
addJournalStructure(JournalStructure journalStructure)
|
JournalStructure |
addStructure(long userId,
long groupId,
java.lang.String structureId,
boolean autoStructureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
|
JournalStructure |
addStructure(java.lang.String uuid,
long userId,
long groupId,
java.lang.String structureId,
boolean autoStructureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
|
void |
addStructureResources(JournalStructure structure,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addStructureResources(JournalStructure structure,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
addStructureResources(long groupId,
java.lang.String structureId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addStructureResources(long groupId,
java.lang.String structureId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
checkNewLine(long groupId,
java.lang.String structureId)
|
JournalStructure |
copyStructure(long userId,
long groupId,
java.lang.String oldStructureId,
java.lang.String newStructureId,
boolean autoStructureId)
|
JournalStructure |
createJournalStructure(long id)
|
void |
deleteJournalStructure(JournalStructure journalStructure)
|
void |
deleteJournalStructure(long id)
|
void |
deleteStructure(JournalStructure structure)
|
void |
deleteStructure(long groupId,
java.lang.String structureId)
|
void |
deleteStructures(long groupId)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
JournalStructure |
getJournalStructure(long id)
|
java.util.List<JournalStructure> |
getJournalStructures(int start,
int end)
|
int |
getJournalStructuresCount()
|
JournalStructure |
getStructure(long id)
|
JournalStructure |
getStructure(long groupId,
java.lang.String structureId)
|
java.util.List<JournalStructure> |
getStructures()
|
java.util.List<JournalStructure> |
getStructures(long groupId)
|
java.util.List<JournalStructure> |
getStructures(long groupId,
int start,
int end)
|
int |
getStructuresCount(long groupId)
|
JournalStructureLocalService |
getWrappedJournalStructureLocalService()
|
java.util.List<JournalStructure> |
search(long companyId,
long groupId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalStructure> |
search(long companyId,
long groupId,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
searchCount(long companyId,
long groupId,
java.lang.String keywords)
|
int |
searchCount(long companyId,
long groupId,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator)
|
JournalStructure |
updateJournalStructure(JournalStructure journalStructure)
|
JournalStructure |
updateJournalStructure(JournalStructure journalStructure,
boolean merge)
|
JournalStructure |
updateStructure(long groupId,
java.lang.String structureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalStructureLocalServiceWrapper
public JournalStructureLocalServiceWrapper(JournalStructureLocalService journalStructureLocalService)
addJournalStructure
public JournalStructure addJournalStructure(JournalStructure journalStructure)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addJournalStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createJournalStructure
public JournalStructure createJournalStructure(long id)
- Specified by:
createJournalStructure
in interface JournalStructureLocalService
deleteJournalStructure
public void deleteJournalStructure(long id)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteJournalStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteJournalStructure
public void deleteJournalStructure(JournalStructure journalStructure)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteJournalStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getJournalStructure
public JournalStructure getJournalStructure(long id)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getJournalStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getJournalStructures
public java.util.List<JournalStructure> getJournalStructures(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getJournalStructures
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getJournalStructuresCount
public int getJournalStructuresCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getJournalStructuresCount
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateJournalStructure
public JournalStructure updateJournalStructure(JournalStructure journalStructure)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateJournalStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateJournalStructure
public JournalStructure updateJournalStructure(JournalStructure journalStructure,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateJournalStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addStructure
public JournalStructure addStructure(long userId,
long groupId,
java.lang.String structureId,
boolean autoStructureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addStructure
public JournalStructure addStructure(java.lang.String uuid,
long userId,
long groupId,
java.lang.String structureId,
boolean autoStructureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addStructureResources
public void addStructureResources(long groupId,
java.lang.String structureId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addStructureResources
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addStructureResources
public void addStructureResources(JournalStructure structure,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addStructureResources
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addStructureResources
public void addStructureResources(long groupId,
java.lang.String structureId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addStructureResources
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addStructureResources
public void addStructureResources(JournalStructure structure,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addStructureResources
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
checkNewLine
public void checkNewLine(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkNewLine
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
copyStructure
public JournalStructure copyStructure(long userId,
long groupId,
java.lang.String oldStructureId,
java.lang.String newStructureId,
boolean autoStructureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
copyStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteStructure
public void deleteStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteStructure
public void deleteStructure(JournalStructure structure)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteStructures
public void deleteStructures(long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteStructures
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getStructure
public JournalStructure getStructure(long id)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getStructure
public JournalStructure getStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getStructures
public java.util.List<JournalStructure> getStructures()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStructures
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getStructures
public java.util.List<JournalStructure> getStructures(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStructures
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getStructures
public java.util.List<JournalStructure> getStructures(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStructures
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getStructuresCount
public int getStructuresCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStructuresCount
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
search
public java.util.List<JournalStructure> search(long companyId,
long groupId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
search
public java.util.List<JournalStructure> search(long companyId,
long groupId,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchCount
public int searchCount(long companyId,
long groupId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchCount
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchCount
public int searchCount(long companyId,
long groupId,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchCount
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateStructure
public JournalStructure updateStructure(long groupId,
java.lang.String structureId,
java.lang.String parentStructureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateStructure
in interface JournalStructureLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedJournalStructureLocalService
public JournalStructureLocalService getWrappedJournalStructureLocalService()