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

Exibir arquivo Open project: UFC-MDCC-HPC/Hash-Programming-Environment

Public Methods

Method 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

Method 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 method

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

listExposedInnerOfOwner() public method

public listExposedInnerOfOwner ( int id_abstract, string id_inner_owner ) : IList
id_abstract int
id_inner_owner string
return IList

listOwnerOfExposedInner() public method

public listOwnerOfExposedInner ( int id_abstract, string id_inner_rename ) : IList
id_abstract int
id_inner_rename string
return IList