com.liferay.portlet.journal.service.impl
Class JournalStructureServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.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

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
JournalStructureServiceImpl()
           
 
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 com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalStructureServiceImpl

public JournalStructureServiceImpl()
Method Detail

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