public interface BBCodeService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String bbcodeId)
Deletes an existing BBCode.
|
BBCode |
findById(String bbcodeId)
Loads a BBCode by its given Id.
|
List<String> |
getActive()
Retrieves BBCode Ids that are active.
|
List<BBCode> |
getAll()
Retrieves all BBCodes.
|
List<BBCode> |
getBBCodeActive()
Gets all active BBCodes.
|
void |
registerBBCodePlugin(BBCodePlugin plugin)
Registers a new BBCode plugin.
|
void |
save(List<BBCode> bbcodes)
Saves a list of BBCodes.
|
void registerBBCodePlugin(BBCodePlugin plugin) throws Exception
plugin - The plugin to be registered.Exceptionvoid save(List<BBCode> bbcodes) throws Exception
bbcodes - BBCodes to be saved.ExceptionList<BBCode> getAll() throws Exception
ExceptionList<String> getActive() throws Exception
ExceptionList<BBCode> getBBCodeActive() throws Exception
ExceptionBBCode findById(String bbcodeId) throws Exception
bbcodeId - Id of the loaded BBCode.ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.