Modifier and Type | Method and Description |
---|---|
FSiteContact |
FSiteContactBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Set<FSiteContact> |
FPContact.getSiteContacts() |
Set<FSiteContact> |
PAdresse.getSiteContacts() |
Modifier and Type | Method and Description |
---|---|
void |
FPContact.addSiteContact(FSiteContact o) |
void |
PAdresse.addSiteContact(FSiteContact o) |
void |
FPContact.removeSiteContact(FSiteContact o) |
void |
PAdresse.removeSiteContact(FSiteContact o) |
Modifier and Type | Method and Description |
---|---|
void |
FPContact.addAllSiteContact(Collection<FSiteContact> coll) |
void |
PAdresse.addAllSiteContact(Collection<FSiteContact> coll) |
protected void |
FPContact.setSiteContacts(Set<FSiteContact> siteContacts) |
protected void |
PAdresse.setSiteContacts(Set<FSiteContact> siteContacts) |
Modifier and Type | Method and Description |
---|---|
FSiteContact |
CtxOpportuniteContactClient.getSiteContact() |
Modifier and Type | Method and Description |
---|---|
void |
CtxOpportuniteContactClient.setSiteContact(FSiteContact siteContact) |
Modifier and Type | Field and Description |
---|---|
FSiteContact |
ImportDataOpportunite.siteContact |
Modifier and Type | Method and Description |
---|---|
FSiteContact |
AdresseService.creerAdresseContact(PAdresse adresse,
FPContact contact)
Creates a contact address and associates a contact site
|
FSiteContact |
SiteContactService.creerSiteContact(FSiteContact siteContact)
Creates a contact site
|
FSiteContact |
SiteContactService.findByContactAndAdresse(FPContact contact,
PAdresse adresse)
Returns the contact site of a contact and his address
|
FSiteContact |
SiteContactService.modifierSiteContact(FSiteContact siteContact)
Updates a contact site
|
Modifier and Type | Method and Description |
---|---|
FSiteContact |
SiteContactService.creerSiteContact(FSiteContact siteContact)
Creates a contact site
|
PAdresse |
AdresseService.modifierAdresseContact(FSiteContact siteContact)
Modifie le site adresse d'un contact ainsi que l'adresse associée
|
FSiteContact |
SiteContactService.modifierSiteContact(FSiteContact siteContact)
Updates a contact site
|
void |
AdresseService.supprimerAdresseContact(FSiteContact siteContact)
Supprime l'adresse d'un contact et son site contact associé si cette adresse n'est pas utilisée ailleurs
|
void |
SiteContactService.supprimerSiteContact(FSiteContact siteContact)
Removes a contact site
|
Copyright © 2016. All rights reserved.