|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.service.category.CategoryService
public class CategoryService
CategoryService
Constructor Summary | |
---|---|
protected |
CategoryService()
Constructor |
Method Summary | |
---|---|
int |
createCategory(Category category)
Create an instance of the category class |
Category |
findByPrimaryKey(int nIdCategory)
Returns an instance of a category whose identifier is specified in parameter |
Category |
findFirstCategory()
Find the first category (order by the ID category) |
fr.paris.lutece.util.ReferenceList |
getCategories(Locale locale,
boolean bAddAllCategory,
boolean bIsDefaultChoiceTop)
Load the data of all the category objects and returns them in form of a ReferenceList |
Collection<Category> |
getCategoriesList()
Load the data of all the category objects and returns them in form of a collection |
static CategoryService |
getService()
Get the instance of CategoryService |
String |
removeCategory(int nIdCategory,
Locale locale)
Remove the category whose identifier is specified in parameter. |
void |
updateCategory(Category category)
Update of the category which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CategoryService()
Method Detail |
---|
public static CategoryService getService()
CategoryService
CategoryService
public Collection<Category> getCategoriesList()
public fr.paris.lutece.util.ReferenceList getCategories(Locale locale, boolean bAddAllCategory, boolean bIsDefaultChoiceTop)
locale
- Locale
bAddAllCategory
- true if the must contain all category, false otherwisebIsDefaultChoiceTop
- true if the default choices are put at the top of the list, false otherwise
public Category findByPrimaryKey(int nIdCategory)
nIdCategory
- The category primary key
public int createCategory(Category category)
category
- The instance of the Category which contains the informations to store
public String removeCategory(int nIdCategory, Locale locale)
nIdCategory
- The category Idlocale
- Locale
public void updateCategory(Category category)
category
- The instance of the Category which contains the data to storepublic Category findFirstCategory()
Category
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |