|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ATGICycleDeVie<K extends ATGIEntite>
Method Summary | |
---|---|
int |
countByCritere(ATGListCritereValue critere)
Compte le nombre de réponses à partir de critères |
void |
create(K valueObject)
Création (par/avec persistance) d'un BusinessObject à partir d'un ValueObject |
ATGIListEntity<K> |
findAll()
|
ATGIListEntity<K> |
findByCritere(ATGListCritereValue critere)
Recherche de plusieurs BusinessObject à partir de critères |
ATGIListEntity<K> |
findByCritere(ATGListCritereValue critere,
int niveau)
Recherche de plusieurs BusinessObject à partir de critères |
K |
findByIdentifiant(ATGIdentifiant identifiant)
Recherche d'un BusinessObject à partir de son identifiant |
K |
findByIdentifiant(ATGIdentifiant identifiant,
int niveau)
Recherche d'un BusinessObject à partir de son identifiant avec spécification du niveau de l'arborescence |
void |
modify(K valueObject)
Modification (par/avec persistance) d'un BusinessObject à partir d'un ValueObject |
void |
remove(ATGIdentifiant identifiant)
Suppression (par/avec persistance) d'un BusinessObject à partir d'un identifiant |
Method Detail |
---|
ATGIListEntity<K> findAll() throws ATGDaoAccessSupportException, ATGDaoDataNotFoundException
ATGDaoAccessSupportException
ATGDaoDataNotFoundException
ATGIListEntity<K> findByCritere(ATGListCritereValue critere, int niveau) throws ATGDaoAccessSupportException, ATGDaoDataNotFoundException
critere
- ATGCritereValue critere de la rechercheniveau
- int Niveau d'arborescence souhaité pour le chargement des
objets en cascade
ATGDaoAccessSupportException
ATGDaoDataNotFoundException
ATGIListEntity<K> findByCritere(ATGListCritereValue critere) throws ATGDaoAccessSupportException, ATGDaoDataNotFoundException
critere
- ATGCritereValue critere de la recherche
ATGDaoAccessSupportException
ATGDaoDataNotFoundException
int countByCritere(ATGListCritereValue critere) throws ATGDaoAccessSupportException
critere
- ATGCritereValue critere de la recherche
ATGDaoAccessSupportException
K findByIdentifiant(ATGIdentifiant identifiant) throws ATGDaoAccessSupportException, ATGDaoDataNotFoundException
identifiant
- atg.util.service.identifiant.ATGIdentifiant identifiant du
BusinessObject
ATGDaoAccessSupportException
ATGDaoDataNotFoundException
K findByIdentifiant(ATGIdentifiant identifiant, int niveau) throws ATGDaoAccessSupportException, ATGDaoDataNotFoundException
identifiant
- Object identifiant du BusinessObject
ATGDaoAccessSupportException
ATGDaoDataNotFoundException
void create(K valueObject) throws ATGDaoAccessSupportException, ATGEntiteDataException
valueObject
- ATGIEntite Value Object à fusionner
ATGDaoAccessSupportException
ATGEntiteDataException
void modify(K valueObject) throws ATGDaoAccessSupportException, ATGEntiteDataException, ATGDaoDataNotFoundException
valueObject
- ATGIEntite Value Object à fusionner
ATGDaoAccessSupportException
ATGEntiteDataException
ATGDaoDataNotFoundException
void remove(ATGIdentifiant identifiant) throws ATGDaoAccessSupportException, ATGDaoDataNotFoundException
identifiant
- Object Value Object à supprimer
ATGDaoAccessSupportException
ATGDaoDataNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |