|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterGearAssociation | |
---|---|
fr.ifremer.allegro.referential.gear | |
fr.ifremer.allegro.referential.gear.generic.cluster | |
fr.ifremer.allegro.referential.gear.generic.service |
Uses of ClusterGearAssociation in fr.ifremer.allegro.referential.gear |
---|
Methods in fr.ifremer.allegro.referential.gear that return ClusterGearAssociation | |
---|---|
ClusterGearAssociation |
GearAssociationDaoImpl.toClusterGearAssociation(GearAssociation entity)
|
ClusterGearAssociation |
GearAssociationDao.toClusterGearAssociation(GearAssociation entity)
Converts this DAO's entity to an object of type ClusterGearAssociation . |
ClusterGearAssociation |
GearAssociationDaoBase.toClusterGearAssociation(GearAssociation entity)
|
protected ClusterGearAssociation |
GearAssociationDaoBase.toClusterGearAssociation(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterGearAssociation[] |
GearAssociationDao.toClusterGearAssociationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearAssociation . |
ClusterGearAssociation[] |
GearAssociationDaoBase.toClusterGearAssociationArray(java.util.Collection entities)
|
Uses of ClusterGearAssociation in fr.ifremer.allegro.referential.gear.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.gear.generic.cluster that return ClusterGearAssociation | |
---|---|
ClusterGearAssociation[] |
ClusterGear.getClusterAssociatedGearss()
|
Methods in fr.ifremer.allegro.referential.gear.generic.cluster with parameters of type ClusterGearAssociation | |
---|---|
void |
ClusterGearAssociation.copy(ClusterGearAssociation otherBean)
Copies all properties from the argument value object into this value object. |
void |
ClusterGear.setClusterAssociatedGearss(ClusterGearAssociation[] clusterAssociatedGearss)
|
Constructors in fr.ifremer.allegro.referential.gear.generic.cluster with parameters of type ClusterGearAssociation | |
---|---|
ClusterFishingGear(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
RemoteGearNaturalId parentGearNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss,
java.lang.Boolean isActive,
java.lang.Boolean isTowed)
|
|
ClusterFishingGear(java.lang.String label,
java.lang.String name,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
|
ClusterGear(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
RemoteGearNaturalId parentGearNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
|
ClusterGear(java.lang.String label,
java.lang.String name,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
|
ClusterGearAssociation(ClusterGearAssociation otherBean)
Copies constructor from other ClusterGearAssociation |
Uses of ClusterGearAssociation in fr.ifremer.allegro.referential.gear.generic.service |
---|
Methods in fr.ifremer.allegro.referential.gear.generic.service that return ClusterGearAssociation | |
---|---|
ClusterGearAssociation |
RemoteGearAssociationFullService.getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId,
java.lang.Integer fromGearId)
|
ClusterGearAssociation |
RemoteGearAssociationFullServiceWSDelegator.getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId,
java.lang.Integer fromGearId)
|
ClusterGearAssociation |
RemoteGearAssociationFullServiceBase.getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId,
java.lang.Integer fromGearId)
|
protected ClusterGearAssociation |
RemoteGearAssociationFullServiceImpl.handleGetClusterGearAssociationByIdentifiers(java.lang.Integer toGearId,
java.lang.Integer fromGearId)
|
protected abstract ClusterGearAssociation |
RemoteGearAssociationFullServiceBase.handleGetClusterGearAssociationByIdentifiers(java.lang.Integer toGearId,
java.lang.Integer fromGearId)
Performs the core logic for RemoteGearAssociationFullServiceBase.getClusterGearAssociationByIdentifiers(java.lang.Integer, java.lang.Integer) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |