|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BBCodeService
Main Facade for all BBCode related operations
| Method Summary | |
|---|---|
void |
delete(String bbcodeId)
Deletes an existing BBCode. |
BBCode |
findById(String bbcodeId)
Loads a specific BBCode. |
List<String> |
getActive()
Retrieves BBCode IDs that are active. |
List<BBCode> |
getAll()
Retrieves all BBCodes. |
List<BBCode> |
getBBCodeActive()
|
void |
registerBBCodePlugin(BBCodePlugin plugin)
Registers a new BBCode plugin. |
void |
save(List<BBCode> bbcodes)
Saves a list of BBCodes. |
| Method Detail |
|---|
void registerBBCodePlugin(BBCodePlugin plugin)
throws Exception
plugin -
Exception
void save(List<BBCode> bbcodes)
throws Exception
bbcodes - List of BBCodes to save
Exception
List<BBCode> getAll()
throws Exception
Exception
List<String> getActive()
throws Exception
Exception
List<BBCode> getBBCodeActive()
throws Exception
Exception
BBCode findById(String bbcodeId)
throws Exception
bbcodeId - ID of the BBCode
Exception
void delete(String bbcodeId)
throws Exception
bbcodeId - the id of BBCode to be deleted
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||