|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InterestCenter in com.silverpeas.interestCenter.ejb |
---|
Methods in com.silverpeas.interestCenter.ejb that return InterestCenter | |
---|---|
InterestCenter |
InterestCenterBmEJB.getICByID(int icPK)
|
InterestCenter |
InterestCenterBm.getICByID(int icPK)
|
static InterestCenter |
InterestCenterDAO.getICByPK(Connection con,
int icID)
|
Methods in com.silverpeas.interestCenter.ejb that return types with arguments of type InterestCenter | |
---|---|
static List<InterestCenter> |
InterestCenterDAO.getICByUserID(Connection con,
int userid)
|
List<InterestCenter> |
InterestCenterBmEJB.getICByUserID(int userID)
|
List<InterestCenter> |
InterestCenterBm.getICByUserID(int userID)
|
Methods in com.silverpeas.interestCenter.ejb with parameters of type InterestCenter | |
---|---|
static int |
InterestCenterDAO.createIC(Connection con,
InterestCenter interestCenter)
|
int |
InterestCenterBmEJB.createIC(InterestCenter ic)
|
int |
InterestCenterBm.createIC(InterestCenter ic)
|
static void |
InterestCenterDAO.updateIC(Connection con,
InterestCenter interestCenter)
perform updates of provided InterestCenter |
void |
InterestCenterBmEJB.updateIC(InterestCenter ic)
|
void |
InterestCenterBm.updateIC(InterestCenter ic)
perform updates of provided InterestCenter |
Uses of InterestCenter in com.silverpeas.interestCenter.util |
---|
Methods in com.silverpeas.interestCenter.util that return InterestCenter | |
---|---|
InterestCenter |
InterestCenterUtil.getICByID(int id)
Method getICByPK returns Interest Center given by id |
Methods in com.silverpeas.interestCenter.util that return types with arguments of type InterestCenter | |
---|---|
List<InterestCenter> |
InterestCenterUtil.getICByUserId(int userId)
Method getICByUserId returns ArrayList of all InterestCenter objects for user given by userId |
Methods in com.silverpeas.interestCenter.util with parameters of type InterestCenter | |
---|---|
int |
InterestCenterUtil.createIC(InterestCenter icToCreate)
Method createIC creates new InterestCenter |
Uses of InterestCenter in com.silverpeas.interestCenterPeas.control |
---|
Methods in com.silverpeas.interestCenterPeas.control that return InterestCenter | |
---|---|
InterestCenter |
InterestCenterSessionController.getICByPK(int pk)
Method getICByPK returns InterestCenter object by pk |
Methods in com.silverpeas.interestCenterPeas.control that return types with arguments of type InterestCenter | |
---|---|
List<InterestCenter> |
InterestCenterSessionController.getICByUserId()
Method getICByUserId returns ArrayList of all InterestCenter objects for user given by userId |
Methods in com.silverpeas.interestCenterPeas.control with parameters of type InterestCenter | |
---|---|
void |
InterestCenterSessionController.createIC(InterestCenter icToCreate)
Method createIC creates new InterestCenter |
void |
InterestCenterSessionController.updateIC(InterestCenter icToUpdate)
Method updateIC updates existing InterestCenter |
Uses of InterestCenter in com.stratelia.silverpeas.pdcPeas.control |
---|
Methods in com.stratelia.silverpeas.pdcPeas.control that return InterestCenter | |
---|---|
InterestCenter |
PdcSearchSessionController.loadICenter(String icId)
|
Methods in com.stratelia.silverpeas.pdcPeas.control that return types with arguments of type InterestCenter | |
---|---|
List<InterestCenter> |
PdcSearchSessionController.getICenters()
|
Methods in com.stratelia.silverpeas.pdcPeas.control with parameters of type InterestCenter | |
---|---|
int |
PdcSearchSessionController.saveICenter(InterestCenter ic)
Interest Center methods / **************************************************************************************************************** |
Uses of InterestCenter in com.stratelia.silverpeas.pdcPeas.servlets |
---|
Methods in com.stratelia.silverpeas.pdcPeas.servlets with parameters of type InterestCenter | |
---|---|
static QueryParameters |
PdcSearchRequestRouterHelper.saveFavoriteRequest(PdcSearchSessionController pdcSC,
InterestCenter favoriteRequest)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |