| com.liferay.portlet.journal.service.JournalStructureService
All known Subclasses: com.liferay.portlet.journal.service.base.JournalStructureServiceBaseImpl,
JournalStructureService | public interface JournalStructureService (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.journal.service.impl.JournalStructureServiceImpl .
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
author: Brian Wing Shun Chan See Also: com.liferay.portlet.journal.service.JournalStructureServiceFactory See Also: com.liferay.portlet.journal.service.JournalStructureServiceUtil |
Method Summary | |
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) | 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) | public void | deleteStructure(long groupId, java.lang.String structureId) | public com.liferay.portlet.journal.model.JournalStructure | getStructure(long groupId, java.lang.String structureId) | 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) |
|
|