|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventPK | |
---|---|
com.stratelia.webactiv.almanach | |
com.stratelia.webactiv.almanach.control | |
com.stratelia.webactiv.almanach.control.ejb | |
com.stratelia.webactiv.almanach.model |
Uses of EventPK in com.stratelia.webactiv.almanach |
---|
Methods in com.stratelia.webactiv.almanach with parameters of type EventPK | |
---|---|
void |
AlmanachContentManager.deleteSilverContent(Connection con,
EventPK eventPK)
delete a content. |
Uses of EventPK in com.stratelia.webactiv.almanach.control |
---|
Methods in com.stratelia.webactiv.almanach.control that return EventPK | |
---|---|
EventPK |
AlmanachSessionController.addEvent(EventDetail eventDetail,
Collection<org.silverpeas.upload.UploadedFile> uploadedFiles)
Adds the specified event into the underlying almanach. |
EventPK |
AlmanachSessionController.addEvent(EventDetail eventDetail,
Collection<org.silverpeas.upload.UploadedFile> uploadedFiles,
com.silverpeas.pdc.web.PdcClassificationEntity classification)
Adds the specified event into the underlying almanach. |
Uses of EventPK in com.stratelia.webactiv.almanach.control.ejb |
---|
Methods in com.stratelia.webactiv.almanach.control.ejb with parameters of type EventPK | |
---|---|
Collection<EventDetail> |
AlmanachBmEJB.getAllEvents(EventPK pk)
|
Collection<EventDetail> |
AlmanachBm.getAllEvents(EventPK pk)
this method provide a collection of event |
Collection<EventDetail> |
AlmanachBmEJB.getAllEvents(EventPK pk,
String[] instanceIds)
Get all events |
Collection<EventDetail> |
AlmanachBm.getAllEvents(EventPK pk,
String[] instanceIds)
Get all events of instanceId Almanachs |
Collection<org.silverpeas.attachment.model.SimpleDocument> |
AlmanachBmEJB.getAttachments(EventPK eventPK)
*********************************************************************************** |
Collection<org.silverpeas.attachment.model.SimpleDocument> |
AlmanachBm.getAttachments(EventPK eventPK)
|
EventDetail |
AlmanachBmEJB.getEventDetail(EventPK pk)
Get Event Detail |
EventDetail |
AlmanachBm.getEventDetail(EventPK pk)
getEventDetail() returns the EventDetail represented by the pk |
String |
AlmanachBmEJB.getHTMLPath(EventPK eventPK)
|
String |
AlmanachBm.getHTMLPath(EventPK eventPK)
|
int |
AlmanachBmEJB.getSilverObjectId(EventPK eventPK)
************************************************************************************************************** |
int |
AlmanachBm.getSilverObjectId(EventPK pk)
|
void |
AlmanachBmEJB.removeEvent(EventPK pk)
removeEvent() remove the Event entry specified by the pk |
void |
AlmanachBm.removeEvent(EventPK pk)
removeEvent() remove the Event entry specified by the pk |
Method parameters in com.stratelia.webactiv.almanach.control.ejb with type arguments of type EventPK | |
---|---|
Collection<EventDetail> |
AlmanachBmEJB.getEvents(Collection<EventPK> pks)
|
Collection<EventDetail> |
AlmanachBm.getEvents(Collection<EventPK> pks)
|
Uses of EventPK in com.stratelia.webactiv.almanach.model |
---|
Methods in com.stratelia.webactiv.almanach.model that return EventPK | |
---|---|
EventPK |
EventDetail.getPK()
|
Methods in com.stratelia.webactiv.almanach.model with parameters of type EventPK | |
---|---|
EventDetail |
EventDAO.findEventByPK(EventPK pk)
|
void |
EventDAO.removeEvent(Connection connection,
EventPK pk)
|
void |
EventDetail.setPK(EventPK pk)
|
Method parameters in com.stratelia.webactiv.almanach.model with type arguments of type EventPK | |
---|---|
Collection<EventDetail> |
EventDAO.findAllEventsByPK(Collection<EventPK> eventPKs)
|
Constructors in com.stratelia.webactiv.almanach.model with parameters of type EventPK | |
---|---|
EventDetail(EventPK pk,
String title,
Date startDate,
Date endDate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |