|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FishingGear | |
---|---|
fr.ifremer.allegro.referential.gear |
Uses of FishingGear in fr.ifremer.allegro.referential.gear |
---|
Subclasses of FishingGear in fr.ifremer.allegro.referential.gear | |
---|---|
class |
FishingGearImpl
|
Methods in fr.ifremer.allegro.referential.gear that return FishingGear | |
---|---|
FishingGear |
FishingGearDaoImpl.clusterFishingGearToEntity(ClusterFishingGear clusterFishingGear)
|
FishingGear |
FishingGearDao.clusterFishingGearToEntity(ClusterFishingGear clusterFishingGear)
Converts an instance of type ClusterFishingGear to this DAO's entity. |
FishingGear |
FishingGearDaoBase.create(FishingGear fishingGear)
|
FishingGear |
FishingGearDaoBase.create(GearClassification gearClassification,
java.lang.String label,
java.lang.String name,
Status status)
|
FishingGear |
FishingGearDaoBase.create(java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
GearClassification gearClassification,
java.util.Collection childGears,
Gear parentGear,
Status status,
java.util.Collection associatedGears,
java.lang.Boolean isActive,
java.lang.Boolean isTowed)
|
FishingGear |
FishingGearDao.createFromClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
FishingGear |
FishingGearDaoBase.createFromClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
FishingGear |
FishingGearDao.findFishingGearById(java.lang.Integer id)
|
FishingGear |
FishingGearDaoBase.findFishingGearById(java.lang.Integer id)
|
FishingGear |
FishingGearDao.findFishingGearById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingGearDao.findFishingGearById(java.lang.Integer) with an
additional argument called queryString . |
FishingGear |
FishingGearDaoBase.findFishingGearById(java.lang.String queryString,
java.lang.Integer id)
|
FishingGear |
FishingGearDao.findFishingGearByNaturalId(java.lang.Integer id)
|
FishingGear |
FishingGearDaoBase.findFishingGearByNaturalId(java.lang.Integer id)
|
FishingGear |
FishingGearDao.findFishingGearByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingGearDao.findFishingGearByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
FishingGear |
FishingGearDaoBase.findFishingGearByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected FishingGear |
FishingGearDaoImpl.handleCreateFromClusterFishingGear(ClusterFishingGear clusterFishingGear)
|
protected abstract FishingGear |
FishingGearDaoBase.handleCreateFromClusterFishingGear(ClusterFishingGear clusterFishingGear)
Performs the core logic for FishingGearDaoBase.createFromClusterFishingGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear) |
FishingGear |
FishingGearDaoBase.load(java.lang.Integer id)
|
static FishingGear |
FishingGear.Factory.newInstance()
Constructs a new instance of FishingGear . |
static FishingGear |
FishingGear.Factory.newInstance(java.lang.String label,
java.lang.String name,
GearClassification gearClassification,
Status status)
Constructs a new instance of FishingGear , taking all required and/or
read-only properties as arguments. |
static FishingGear |
FishingGear.Factory.newInstance(java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
GearClassification gearClassification,
java.util.Collection childGears,
Gear parentGear,
Status status,
java.util.Collection associatedGears,
java.lang.Boolean isActive,
java.lang.Boolean isTowed)
Constructs a new instance of FishingGear , taking all possible properties
(except the identifier(s))as arguments. |
FishingGear |
FishingGearDaoImpl.remoteFishingGearFullVOToEntity(RemoteFishingGearFullVO remoteFishingGearFullVO)
|
FishingGear |
FishingGearDao.remoteFishingGearFullVOToEntity(RemoteFishingGearFullVO remoteFishingGearFullVO)
Converts an instance of type RemoteFishingGearFullVO to this DAO's entity. |
FishingGear |
FishingGearDaoImpl.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId remoteFishingGearNaturalId)
|
FishingGear |
FishingGearDao.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId remoteFishingGearNaturalId)
Converts an instance of type RemoteFishingGearNaturalId to this DAO's entity. |
protected FishingGear |
FishingGearDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.gear with parameters of type FishingGear | |
---|---|
void |
FishingGearDaoImpl.clusterFishingGearToEntity(ClusterFishingGear source,
FishingGear target,
boolean copyIfNull)
|
void |
FishingGearDao.clusterFishingGearToEntity(ClusterFishingGear source,
FishingGear target,
boolean copyIfNull)
Copies the fields of ClusterFishingGear to the specified entity. |
void |
FishingGearDaoBase.clusterFishingGearToEntity(ClusterFishingGear source,
FishingGear target,
boolean copyIfNull)
|
Gear |
FishingGearDao.create(FishingGear fishingGear)
Creates an instance of fr.ifremer.allegro.referential.gear.FishingGear and adds it to the persistent store. |
FishingGear |
FishingGearDaoBase.create(FishingGear fishingGear)
|
java.lang.Object |
FishingGearDao.create(int transform,
FishingGear fishingGear)
Does the same thing as FishingGearDao.create(fr.ifremer.allegro.referential.gear.FishingGear) with an
additional flag called transform . |
java.lang.Object |
FishingGearDaoBase.create(int transform,
FishingGear fishingGear)
|
void |
FishingGearDaoImpl.remoteFishingGearFullVOToEntity(RemoteFishingGearFullVO source,
FishingGear target,
boolean copyIfNull)
|
void |
FishingGearDao.remoteFishingGearFullVOToEntity(RemoteFishingGearFullVO source,
FishingGear target,
boolean copyIfNull)
Copies the fields of RemoteFishingGearFullVO to the specified entity. |
void |
FishingGearDaoBase.remoteFishingGearFullVOToEntity(RemoteFishingGearFullVO source,
FishingGear target,
boolean copyIfNull)
|
void |
FishingGearDaoImpl.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId source,
FishingGear target,
boolean copyIfNull)
|
void |
FishingGearDao.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId source,
FishingGear target,
boolean copyIfNull)
Copies the fields of RemoteFishingGearNaturalId to the specified entity. |
void |
FishingGearDaoBase.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId source,
FishingGear target,
boolean copyIfNull)
|
void |
FishingGearDao.remove(FishingGear fishingGear)
Removes the instance of fr.ifremer.allegro.referential.gear.FishingGear from the persistent store. |
void |
FishingGearDaoBase.remove(FishingGear fishingGear)
|
ClusterFishingGear |
FishingGearDaoImpl.toClusterFishingGear(FishingGear entity)
|
ClusterFishingGear |
FishingGearDao.toClusterFishingGear(FishingGear entity)
Converts this DAO's entity to an object of type ClusterFishingGear . |
ClusterFishingGear |
FishingGearDaoBase.toClusterFishingGear(FishingGear entity)
|
void |
FishingGearDaoImpl.toClusterFishingGear(FishingGear source,
ClusterFishingGear target)
|
void |
FishingGearDao.toClusterFishingGear(FishingGear source,
ClusterFishingGear target)
Copies the fields of the specified entity to the target value object. |
void |
FishingGearDaoBase.toClusterFishingGear(FishingGear source,
ClusterFishingGear target)
|
RemoteFishingGearFullVO |
FishingGearDaoImpl.toRemoteFishingGearFullVO(FishingGear entity)
|
RemoteFishingGearFullVO |
FishingGearDao.toRemoteFishingGearFullVO(FishingGear entity)
Converts this DAO's entity to an object of type RemoteFishingGearFullVO . |
RemoteFishingGearFullVO |
FishingGearDaoBase.toRemoteFishingGearFullVO(FishingGear entity)
|
void |
FishingGearDaoImpl.toRemoteFishingGearFullVO(FishingGear source,
RemoteFishingGearFullVO target)
|
void |
FishingGearDao.toRemoteFishingGearFullVO(FishingGear source,
RemoteFishingGearFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
FishingGearDaoBase.toRemoteFishingGearFullVO(FishingGear source,
RemoteFishingGearFullVO target)
|
RemoteFishingGearNaturalId |
FishingGearDaoImpl.toRemoteFishingGearNaturalId(FishingGear entity)
|
RemoteFishingGearNaturalId |
FishingGearDao.toRemoteFishingGearNaturalId(FishingGear entity)
Converts this DAO's entity to an object of type RemoteFishingGearNaturalId . |
RemoteFishingGearNaturalId |
FishingGearDaoBase.toRemoteFishingGearNaturalId(FishingGear entity)
|
void |
FishingGearDaoImpl.toRemoteFishingGearNaturalId(FishingGear source,
RemoteFishingGearNaturalId target)
|
void |
FishingGearDao.toRemoteFishingGearNaturalId(FishingGear source,
RemoteFishingGearNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
FishingGearDaoBase.toRemoteFishingGearNaturalId(FishingGear source,
RemoteFishingGearNaturalId target)
|
protected java.lang.Object |
FishingGearDaoBase.transformEntity(int transform,
FishingGear entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.gear.FishingGearDao , please note
that the GearDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FishingGearDao.update(FishingGear fishingGear)
Updates the fishingGear instance in the persistent store. |
void |
FishingGearDaoBase.update(FishingGear fishingGear)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |