|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.interestCenter.util.InterestCenterUtil
public class InterestCenterUtil
Constructor Summary | |
---|---|
InterestCenterUtil()
Constructor Creates new Interest Center Util Controller |
Method Summary | |
---|---|
int |
createIC(InterestCenter icToCreate)
Method createIC creates new InterestCenter |
InterestCenter |
getICByID(int id)
Method getICByPK returns Interest Center given by id |
List<InterestCenter> |
getICByUserId(int userId)
Method getICByUserId returns ArrayList of all InterestCenter objects for user given by userId |
int |
isICExists(String nameIC,
int userId)
Method isICExists returns true if InterstCenter with given name is already exists, false in other case |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterestCenterUtil()
Method Detail |
---|
public List<InterestCenter> getICByUserId(int userId)
public InterestCenter getICByID(int id)
public int isICExists(String nameIC, int userId)
public int createIC(InterestCenter icToCreate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |