com.liferay.portlet.journal.service.impl
Class JournalStructureServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.journal.service.impl.JournalStructureServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.journal.service.JournalStructureService
- public class JournalStructureServiceImpl
- extends PrincipalBean
- implements com.liferay.portlet.journal.service.JournalStructureService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.journal.model.JournalStructure |
addStructure(java.lang.String structureId,
boolean autoStructureId,
long plid,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
com.liferay.portlet.journal.model.JournalStructure |
addStructure(java.lang.String structureId,
boolean autoStructureId,
long plid,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
deleteStructure(long groupId,
java.lang.String structureId)
|
com.liferay.portlet.journal.model.JournalStructure |
getStructure(long groupId,
java.lang.String structureId)
|
com.liferay.portlet.journal.model.JournalStructure |
updateStructure(long groupId,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalStructureServiceImpl
public JournalStructureServiceImpl()
addStructure
public com.liferay.portlet.journal.model.JournalStructure addStructure(java.lang.String structureId,
boolean autoStructureId,
long plid,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addStructure
in interface com.liferay.portlet.journal.service.JournalStructureService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addStructure
public com.liferay.portlet.journal.model.JournalStructure addStructure(java.lang.String structureId,
boolean autoStructureId,
long plid,
java.lang.String name,
java.lang.String description,
java.lang.String xsd,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addStructure
in interface com.liferay.portlet.journal.service.JournalStructureService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteStructure
public void deleteStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteStructure
in interface com.liferay.portlet.journal.service.JournalStructureService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getStructure
public com.liferay.portlet.journal.model.JournalStructure getStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getStructure
in interface com.liferay.portlet.journal.service.JournalStructureService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateStructure
public com.liferay.portlet.journal.model.JournalStructure updateStructure(long groupId,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
java.lang.String xsd)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateStructure
in interface com.liferay.portlet.journal.service.JournalStructureService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException