|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserContact | |
---|---|
com.stratelia.webactiv.yellowpages.control | |
com.stratelia.webactiv.yellowpages.control.ejb | |
com.stratelia.webactiv.yellowpages.model |
Uses of UserContact in com.stratelia.webactiv.yellowpages.control |
---|
Methods in com.stratelia.webactiv.yellowpages.control that return types with arguments of type UserContact | |
---|---|
Collection<UserContact> |
YellowpagesSessionController.getContacts(Collection<String> targetIds)
|
Method parameters in com.stratelia.webactiv.yellowpages.control with type arguments of type UserContact | |
---|---|
static void |
DisplayContactsHelper.displayContactsAdmin(String contactCard,
YellowpagesSessionController yellowpagesScc,
String profile,
Collection<UserContact> contacts,
boolean subtopicsExist,
String contactDeleteIcon,
com.stratelia.webactiv.util.viewGenerator.html.GraphicElementFactory gef,
javax.servlet.ServletRequest request,
javax.servlet.http.HttpSession session,
com.stratelia.silverpeas.util.ResourcesWrapper resources,
javax.servlet.jsp.JspWriter out)
|
Uses of UserContact in com.stratelia.webactiv.yellowpages.control.ejb |
---|
Methods in com.stratelia.webactiv.yellowpages.control.ejb that return types with arguments of type UserContact | |
---|---|
Collection<UserContact> |
YellowpagesBm.getContacts(Collection<String> contactIds,
String instanceId)
Return a collection of ContactDetail throught a collection of contact ids |
Collection<UserContact> |
YellowpagesBmEJB.getContacts(Collection<String> contactIds,
String instanceId)
Return a collection of ContactDetail throught a collection of contact ids |
Uses of UserContact in com.stratelia.webactiv.yellowpages.model |
---|
Methods in com.stratelia.webactiv.yellowpages.model that return types with arguments of type UserContact | |
---|---|
Collection<UserContact> |
TopicDetail.getContactDetails()
Get a ContactDetail collection containing all the contacts in this topic |
Method parameters in com.stratelia.webactiv.yellowpages.model with type arguments of type UserContact | |
---|---|
void |
TopicDetail.setContactDetails(Collection<UserContact> pd)
Set the contact details of each contact containing in this topic |
Constructor parameters in com.stratelia.webactiv.yellowpages.model with type arguments of type UserContact | |
---|---|
TopicDetail(Collection<com.stratelia.webactiv.util.node.model.NodeDetail> path,
com.stratelia.webactiv.util.node.model.NodeDetail nodeDetail,
Collection<UserContact> contactDetails,
Collection<Integer> nbContactByTopic)
Create a new TopicDetail |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |