C# Class br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposedDAO

Afficher le fichier Open project: UFC-MDCC-HPC/Hash-Programming-Environment

Méthodes publiques

Méthode Description
insert ( br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed ac ) : void
listExposedInnerOfOwner ( int id_abstract, string id_inner_owner ) : IList
listOwnerOfExposedInner ( int id_abstract, string id_inner_rename ) : IList

Private Methods

Méthode Description
retrieve ( int id_abstract, string id_inner_container, string id_inner_rename ) : br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed
retrieve2 ( int id_abstract, string id_inner_rename ) : br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed
retrieveContainer ( int id_abstract_start, string id_inner_owner, string id_inner ) : br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed
retrieveContainerList ( int id_abstract_start, string id_inner_owner, string id_inner ) : IList

Method Details

insert() public méthode

public insert ( br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed ac ) : void
ac br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed
Résultat void

listExposedInnerOfOwner() public méthode

public listExposedInnerOfOwner ( int id_abstract, string id_inner_owner ) : IList
id_abstract int
id_inner_owner string
Résultat IList

listOwnerOfExposedInner() public méthode

public listOwnerOfExposedInner ( int id_abstract, string id_inner_rename ) : IList
id_abstract int
id_inner_rename string
Résultat IList