|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GearAssociationDao | |
---|---|
fr.ifremer.allegro.referential.gear | |
fr.ifremer.allegro.referential.gear.generic.service |
Uses of GearAssociationDao in fr.ifremer.allegro.referential.gear |
---|
Classes in fr.ifremer.allegro.referential.gear that implement GearAssociationDao | |
---|---|
class |
GearAssociationDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.gear.GearAssociation . |
class |
GearAssociationDaoImpl
|
Methods in fr.ifremer.allegro.referential.gear that return GearAssociationDao | |
---|---|
protected GearAssociationDao |
GearDaoBase.getGearAssociationDao()
Gets the reference to gearAssociationDao . |
Methods in fr.ifremer.allegro.referential.gear with parameters of type GearAssociationDao | |
---|---|
void |
GearDaoBase.setGearAssociationDao(GearAssociationDao gearAssociationDao)
Sets the reference to gearAssociationDao . |
Uses of GearAssociationDao in fr.ifremer.allegro.referential.gear.generic.service |
---|
Methods in fr.ifremer.allegro.referential.gear.generic.service that return GearAssociationDao | |
---|---|
protected GearAssociationDao |
RemoteFishingGearFullServiceBase.getGearAssociationDao()
Gets the reference to gearAssociation 's DAO. |
protected GearAssociationDao |
RemoteGearAssociationFullServiceBase.getGearAssociationDao()
Gets the reference to gearAssociation 's DAO. |
Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type GearAssociationDao | |
---|---|
void |
RemoteFishingGearFullServiceBase.setGearAssociationDao(GearAssociationDao gearAssociationDao)
Sets the reference to gearAssociation 's DAO. |
void |
RemoteGearAssociationFullServiceBase.setGearAssociationDao(GearAssociationDao gearAssociationDao)
Sets the reference to gearAssociation 's DAO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |