|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterLocationLine | |
---|---|
fr.ifremer.allegro.referential.location | |
fr.ifremer.allegro.referential.location.generic.cluster | |
fr.ifremer.allegro.referential.location.generic.service |
Uses of ClusterLocationLine in fr.ifremer.allegro.referential.location |
---|
Methods in fr.ifremer.allegro.referential.location that return ClusterLocationLine | |
---|---|
ClusterLocationLine |
LocationLineDaoImpl.toClusterLocationLine(LocationLine entity)
|
ClusterLocationLine |
LocationLineDao.toClusterLocationLine(LocationLine entity)
Converts this DAO's entity to an object of type ClusterLocationLine . |
ClusterLocationLine |
LocationLineDaoBase.toClusterLocationLine(LocationLine entity)
|
protected ClusterLocationLine |
LocationLineDaoBase.toClusterLocationLine(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterLocationLine[] |
LocationLineDao.toClusterLocationLineArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterLocationLine . |
ClusterLocationLine[] |
LocationLineDaoBase.toClusterLocationLineArray(java.util.Collection entities)
|
Uses of ClusterLocationLine in fr.ifremer.allegro.referential.location.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.location.generic.cluster that return ClusterLocationLine | |
---|---|
ClusterLocationLine[] |
ClusterLocation.getClusterLocationLines()
|
Methods in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type ClusterLocationLine | |
---|---|
void |
ClusterLocationLine.copy(ClusterLocationLine otherBean)
Copies all properties from the argument value object into this value object. |
void |
ClusterLocation.setClusterLocationLines(ClusterLocationLine[] clusterLocationLines)
|
Constructors in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type ClusterLocationLine | |
---|---|
ClusterLocation(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String label,
java.lang.String name,
java.sql.Timestamp updateDate,
RemoteStatusNaturalId statusNaturalId,
RemoteLocationClassificationNaturalId locationClassificationNaturalId,
RemoteLocationLevelNaturalId locationLevelNaturalId,
ClusterLocationArea[] clusterLocationAreas,
ClusterLocationLine[] clusterLocationLines,
ClusterLocationPoint[] clusterLocationPoints)
|
|
ClusterLocation(java.lang.String name,
RemoteStatusNaturalId statusNaturalId,
RemoteLocationClassificationNaturalId locationClassificationNaturalId,
RemoteLocationLevelNaturalId locationLevelNaturalId,
ClusterLocationArea[] clusterLocationAreas,
ClusterLocationLine[] clusterLocationLines,
ClusterLocationPoint[] clusterLocationPoints)
|
|
ClusterLocationLine(ClusterLocationLine otherBean)
Copies constructor from other ClusterLocationLine |
Uses of ClusterLocationLine in fr.ifremer.allegro.referential.location.generic.service |
---|
Methods in fr.ifremer.allegro.referential.location.generic.service that return ClusterLocationLine | |
---|---|
ClusterLocationLine |
RemoteLocationLineFullService.getClusterLocationLineByIdentifiers(java.lang.Integer id)
|
ClusterLocationLine |
RemoteLocationLineFullServiceWSDelegator.getClusterLocationLineByIdentifiers(java.lang.Integer id)
|
ClusterLocationLine |
RemoteLocationLineFullServiceBase.getClusterLocationLineByIdentifiers(java.lang.Integer id)
|
protected ClusterLocationLine |
RemoteLocationLineFullServiceImpl.handleGetClusterLocationLineByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterLocationLine |
RemoteLocationLineFullServiceBase.handleGetClusterLocationLineByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteLocationLineFullServiceBase.getClusterLocationLineByIdentifiers(java.lang.Integer) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |