public interface CibleMarketingService extends IService, ServiceWithLastCreatedRecordSearch
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
void |
addListClientToCible(CtxCibleMarketing cible,
List<Double> identClient)
Ajoute une liste de contact à une cible
|
void |
addListContactToCible(CtxCibleMarketing cible,
List<Double> identContact,
List<Double> identContactScli)
Ajoute une liste de contact à une cible
|
CtxCible |
convertAutreTiers(Double identAutreTiers) |
CtxCible |
convertClient(Double identClient) |
CtxCible |
convertCollaborateur(Double identCollab) |
CtxCible |
convertContact(Double identContact,
TypeTable type) |
CtxCible |
convertFournisseur(Double identFournisseur) |
List<CtxCible> |
convertFromBean(Object[] beans)
Convertis des objets de résultat en CtxCible
Cette méthode est utilisée pour le drag'n'drop des cibles et
permet de convertir n'importe quel drop en CtxCible sans que le client se soucis du type de départ et d'arriver
Les objets doiventêtre serializable
|
CtxCibleMarketing |
creer(CtxCibleMarketing cible)
Recherche multi critére de cible
|
List<FCibleLien> |
findCiblesLien(Double identCible) |
List<CtxLiensTiers> |
findLienTiersPourCible(Double identCible) |
List<CtxLiensTiers> |
findLienTiersPourCible(Double identCible,
TypeTable... typeTable) |
CtxCibleMarketing |
loadContext(Double identCible)
Recherche multi critére de cible
|
CtxCibleMarketing |
modifier(CtxCibleMarketing cible)
Recherche multi critére de cible
|
CtxCibleMarketing |
modifier(CtxCibleMarketing cible,
boolean allSupp)
modifier les cibles avec ousans suppression des liens existants
|
List<FCibleMarketing> |
rechercheMultiCriteres(CibleCriteresRecherche critere)
Recherche multi critére de cible
|
boolean |
supprimer(CtxCibleMarketing cible)
Supprime la cible
|
getServerMessages, resetServerMessages
getLastCreatedRecord
static final String SERVICE_ID
List<CtxCible> convertFromBean(Object[] beans)
beans
- List<FCibleMarketing> rechercheMultiCriteres(CibleCriteresRecherche critere)
CtxCibleMarketing loadContext(Double identCible)
CtxCibleMarketing creer(CtxCibleMarketing cible)
CtxCibleMarketing modifier(CtxCibleMarketing cible)
boolean supprimer(CtxCibleMarketing cible)
CtxCibleMarketing modifier(CtxCibleMarketing cible, boolean allSupp)
void addListContactToCible(CtxCibleMarketing cible, List<Double> identContact, List<Double> identContactScli)
void addListClientToCible(CtxCibleMarketing cible, List<Double> identClient)
List<FCibleLien> findCiblesLien(Double identCible)
List<CtxLiensTiers> findLienTiersPourCible(Double identCible)
List<CtxLiensTiers> findLienTiersPourCible(Double identCible, TypeTable... typeTable)
Copyright © 2016. All rights reserved.