|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.AbstractComponentSessionController
com.silverpeas.interestCenterPeas.control.InterestCenterSessionController
public class InterestCenterSessionController
Field Summary |
---|
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
CHARACTER_ENCODING, context |
Constructor Summary | |
---|---|
InterestCenterSessionController(MainSessionController mainSessionCtrl,
ComponentContext componentContext)
Constructor Creates new InterestCenter Session Controller |
Method Summary | |
---|---|
void |
close()
|
void |
createIC(InterestCenter icToCreate)
Method createIC creates new InterestCenter |
InterestCenter |
getICByPK(int pk)
Method getICByPK returns InterestCenter object by pk |
List<InterestCenter> |
getICByUserId()
Method getICByUserId returns ArrayList of all InterestCenter objects for user given by userId |
boolean |
isICExists(String nameIC)
|
void |
removeICByPK(int pk)
Method removeICByPK removes InterestCenter object corresponding to given PK |
void |
removeICByPKs(String[] iDs)
Method removeICByPKs removes InterestCenter objects corresponding to PKs from given ArrayList |
void |
updateIC(InterestCenter icToUpdate)
Method updateIC updates existing InterestCenter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterestCenterSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method Detail |
---|
public List<InterestCenter> getICByUserId() throws RemoteException
RemoteException
public InterestCenter getICByPK(int pk) throws RemoteException
RemoteException
public void createIC(InterestCenter icToCreate) throws RemoteException
RemoteException
public void updateIC(InterestCenter icToUpdate) throws RemoteException
RemoteException
public void removeICByPKs(String[] iDs) throws RemoteException
RemoteException
public void removeICByPK(int pk) throws RemoteException
RemoteException
public boolean isICExists(String nameIC) throws RemoteException
RemoteException
public void close()
close
in class AbstractComponentSessionController
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |