org.exoplatform.ks.common.bbcode
Class BBCodeOperator

java.lang.Object
  extended by org.exoplatform.ks.common.bbcode.BBCodeOperator

public class BBCodeOperator
extends java.lang.Object


Constructor Summary
BBCodeOperator(org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.jcr.RepositoryService rService)
           
 
Method Summary
 void addInitBBCodePlugin(org.exoplatform.container.component.ComponentPlugin plugin)
           
 java.util.List<java.lang.String> getActiveBBCode()
           
 java.util.List<BBCode> getAllBBCode()
           
 BBCode getBBcode(java.lang.String id)
           
 javax.jcr.Node getBBcodeHome(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 void initDefaultBBCode()
           
 void removeBBCode(java.lang.String bbcodeId)
           
 void saveBBCode(java.util.List<BBCode> bbcodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBCodeOperator

public BBCodeOperator(org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator,
                      org.exoplatform.services.jcr.RepositoryService rService)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getBBcodeHome

public javax.jcr.Node getBBcodeHome(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
                             throws java.lang.Exception
Throws:
java.lang.Exception

addInitBBCodePlugin

public void addInitBBCodePlugin(org.exoplatform.container.component.ComponentPlugin plugin)
                         throws java.lang.Exception
Throws:
java.lang.Exception

initDefaultBBCode

public void initDefaultBBCode()
                       throws java.lang.Exception
Throws:
java.lang.Exception

saveBBCode

public void saveBBCode(java.util.List<BBCode> bbcodes)
                throws java.lang.Exception
Throws:
java.lang.Exception

getAllBBCode

public java.util.List<BBCode> getAllBBCode()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getActiveBBCode

public java.util.List<java.lang.String> getActiveBBCode()
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

getBBcode

public BBCode getBBcode(java.lang.String id)
                 throws java.lang.Exception
Throws:
java.lang.Exception

removeBBCode

public void removeBBCode(java.lang.String bbcodeId)
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.