com.liferay.portlet.bookmarks.service.ejb
Class BookmarksFolderServiceEJBImpl

java.lang.Object
  extended bycom.liferay.portlet.bookmarks.service.ejb.BookmarksFolderServiceEJBImpl
All Implemented Interfaces:
BookmarksFolderService, javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class BookmarksFolderServiceEJBImpl
extends java.lang.Object
implements BookmarksFolderService, javax.ejb.SessionBean

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_NAME
           
 
Constructor Summary
BookmarksFolderServiceEJBImpl()
           
 
Method Summary
 BookmarksFolder addFolder(java.lang.String plid, java.lang.String parentFolderId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void deleteFolder(java.lang.String folderId)
           
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 BookmarksFolder getFolder(java.lang.String folderId)
           
static BookmarksFolderService getService()
           
 javax.ejb.SessionContext getSessionContext()
           
 void setSessionContext(javax.ejb.SessionContext sc)
           
 BookmarksFolder updateFolder(java.lang.String folderId, java.lang.String parentFolderId, java.lang.String name, java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Constructor Detail

BookmarksFolderServiceEJBImpl

public BookmarksFolderServiceEJBImpl()
Method Detail

getService

public static BookmarksFolderService getService()

addFolder

public BookmarksFolder addFolder(java.lang.String plid,
                                 java.lang.String parentFolderId,
                                 java.lang.String name,
                                 java.lang.String description,
                                 boolean addCommunityPermissions,
                                 boolean addGuestPermissions)
                          throws PortalException,
                                 SystemException,
                                 java.rmi.RemoteException
Specified by:
addFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException
java.rmi.RemoteException

deleteFolder

public void deleteFolder(java.lang.String folderId)
                  throws PortalException,
                         SystemException,
                         java.rmi.RemoteException
Specified by:
deleteFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException
java.rmi.RemoteException

getFolder

public BookmarksFolder getFolder(java.lang.String folderId)
                          throws PortalException,
                                 SystemException,
                                 java.rmi.RemoteException
Specified by:
getFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException
java.rmi.RemoteException

updateFolder

public BookmarksFolder updateFolder(java.lang.String folderId,
                                    java.lang.String parentFolderId,
                                    java.lang.String name,
                                    java.lang.String description)
                             throws PortalException,
                                    SystemException,
                                    java.rmi.RemoteException
Specified by:
updateFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException
java.rmi.RemoteException

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean

getSessionContext

public javax.ejb.SessionContext getSessionContext()

setSessionContext

public void setSessionContext(javax.ejb.SessionContext sc)
Specified by:
setSessionContext in interface javax.ejb.SessionBean