Uses of Class
fr.ifremer.allegro.referential.location.LocationLevel

Packages that use LocationLevel
fr.ifremer.allegro.referential.location   
fr.ifremer.allegro.referential.transcribing   
 

Uses of LocationLevel in fr.ifremer.allegro.referential.location
 

Subclasses of LocationLevel in fr.ifremer.allegro.referential.location
 class LocationLevelImpl
           
 

Methods in fr.ifremer.allegro.referential.location that return LocationLevel
 LocationLevel LocationLevelDaoImpl.clusterLocationLevelToEntity(ClusterLocationLevel clusterLocationLevel)
           
 LocationLevel LocationLevelDao.clusterLocationLevelToEntity(ClusterLocationLevel clusterLocationLevel)
          Converts an instance of type ClusterLocationLevel to this DAO's entity.
 LocationLevel LocationLevelDao.create(LocationClassification locationClassification, java.lang.String name)
           Creates a new fr.ifremer.allegro.referential.location.LocationLevel instance from only required properties (attributes and association ends) and adds it to the persistent store.
 LocationLevel LocationLevelDaoBase.create(LocationClassification locationClassification, java.lang.String name)
           
 LocationLevel LocationLevelDao.create(LocationLevel locationLevel)
          Creates an instance of fr.ifremer.allegro.referential.location.LocationLevel and adds it to the persistent store.
 LocationLevel LocationLevelDaoBase.create(LocationLevel locationLevel)
           
 LocationLevel LocationLevelDao.create(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
           Creates a new fr.ifremer.allegro.referential.location.LocationLevel instance from all attributes and properties and adds it to the persistent store.
 LocationLevel LocationLevelDaoBase.create(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
           
 LocationLevel LocationLevelDao.createFromClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
           
 LocationLevel LocationLevelDaoBase.createFromClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
           
 LocationLevel LocationLevelDao.findLocationLevelById(java.lang.Integer id)
           
 LocationLevel LocationLevelDaoBase.findLocationLevelById(java.lang.Integer id)
           
 LocationLevel LocationLevelDao.findLocationLevelById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LocationLevelDao.findLocationLevelById(java.lang.Integer) with an additional argument called queryString.
 LocationLevel LocationLevelDaoBase.findLocationLevelById(java.lang.String queryString, java.lang.Integer id)
           
 LocationLevel LocationLevelDao.findLocationLevelByNaturalId(java.lang.Integer id)
           
 LocationLevel LocationLevelDaoBase.findLocationLevelByNaturalId(java.lang.Integer id)
           
 LocationLevel LocationLevelDao.findLocationLevelByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LocationLevelDao.findLocationLevelByNaturalId(java.lang.Integer) with an additional argument called queryString.
 LocationLevel LocationLevelDaoBase.findLocationLevelByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 LocationLevel Location.getLocationLevel()
           
 LocationLevel LocationLevel.getParentLocationLevel()
           
protected  LocationLevel LocationLevelDaoImpl.handleCreateFromClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
           
protected abstract  LocationLevel LocationLevelDaoBase.handleCreateFromClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
          Performs the core logic for LocationLevelDaoBase.createFromClusterLocationLevel(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel)
 LocationLevel LocationLevelDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.location.LocationLevel from the persistent store.
 LocationLevel LocationLevelDaoBase.load(java.lang.Integer id)
           
static LocationLevel LocationLevel.Factory.newInstance()
          Constructs a new instance of LocationLevel.
static LocationLevel LocationLevel.Factory.newInstance(java.lang.String name, LocationClassification locationClassification)
          Constructs a new instance of LocationLevel, taking all required and/or read-only properties as arguments.
static LocationLevel LocationLevel.Factory.newInstance(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
          Constructs a new instance of LocationLevel, taking all possible properties (except the identifier(s))as arguments.
 LocationLevel LocationLevelDaoImpl.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO remoteLocationLevelFullVO)
           
 LocationLevel LocationLevelDao.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO remoteLocationLevelFullVO)
          Converts an instance of type RemoteLocationLevelFullVO to this DAO's entity.
 LocationLevel LocationLevelDaoImpl.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId remoteLocationLevelNaturalId)
           
 LocationLevel LocationLevelDao.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId remoteLocationLevelNaturalId)
          Converts an instance of type RemoteLocationLevelNaturalId to this DAO's entity.
protected  LocationLevel LocationLevelDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type LocationLevel
 void LocationLevelDaoImpl.clusterLocationLevelToEntity(ClusterLocationLevel source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDao.clusterLocationLevelToEntity(ClusterLocationLevel source, LocationLevel target, boolean copyIfNull)
          Copies the fields of ClusterLocationLevel to the specified entity.
 void LocationLevelDaoBase.clusterLocationLevelToEntity(ClusterLocationLevel source, LocationLevel target, boolean copyIfNull)
           
 java.lang.Object LocationDao.create(int transform, LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           Does the same thing as LocationDao.create(fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.location.LocationLevel,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object LocationDaoBase.create(int transform, LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           
 java.lang.Object LocationLevelDao.create(int transform, LocationLevel locationLevel)
           Does the same thing as LocationLevelDao.create(fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.lang.Object LocationLevelDaoBase.create(int transform, LocationLevel locationLevel)
           
 java.lang.Object LocationDao.create(int transform, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           Does the same thing as LocationDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.Status,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object LocationDaoBase.create(int transform, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           
 java.lang.Object LocationLevelDao.create(int transform, java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
           Does the same thing as LocationLevelDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.location.LocationClassification) with an additional flag called transform.
 java.lang.Object LocationLevelDaoBase.create(int transform, java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
           
 Location LocationDao.create(LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.location.Location instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Location LocationDaoBase.create(LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           
 LocationLevel LocationLevelDao.create(LocationLevel locationLevel)
          Creates an instance of fr.ifremer.allegro.referential.location.LocationLevel and adds it to the persistent store.
 LocationLevel LocationLevelDaoBase.create(LocationLevel locationLevel)
           
 Location LocationDao.create(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           Creates a new fr.ifremer.allegro.referential.location.Location instance from all attributes and properties and adds it to the persistent store.
 Location LocationDaoBase.create(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           
 LocationLevel LocationLevelDao.create(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
           Creates a new fr.ifremer.allegro.referential.location.LocationLevel instance from all attributes and properties and adds it to the persistent store.
 LocationLevel LocationLevelDaoBase.create(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
           
 java.util.Collection LocationDao.findLocationByLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationDaoBase.findLocationByLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel locationLevel)
           
 java.util.Collection LocationDao.findLocationByLocationLevel(int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationDaoBase.findLocationByLocationLevel(int pageNumber, int pageSize, LocationLevel locationLevel)
           
 java.util.Collection LocationDao.findLocationByLocationLevel(int transform, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.util.Collection LocationDaoBase.findLocationByLocationLevel(int transform, LocationLevel locationLevel)
           
 java.util.Collection LocationDao.findLocationByLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationDaoBase.findLocationByLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           
 java.util.Collection LocationDao.findLocationByLocationLevel(int transform, java.lang.String queryString, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.util.Collection LocationDaoBase.findLocationByLocationLevel(int transform, java.lang.String queryString, LocationLevel locationLevel)
           
 java.util.Collection LocationDao.findLocationByLocationLevel(LocationLevel locationLevel)
           
 java.util.Collection LocationDaoBase.findLocationByLocationLevel(LocationLevel locationLevel)
           
 java.util.Collection LocationDao.findLocationByLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationDaoBase.findLocationByLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           
 java.util.Collection LocationDao.findLocationByLocationLevel(java.lang.String queryString, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.util.Collection LocationDaoBase.findLocationByLocationLevel(java.lang.String queryString, LocationLevel locationLevel)
           
 java.util.Collection LocationLevelDao.findLocationLevelByParentLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel parentLocationLevel)
           Does the same thing as LocationLevelDao.findLocationLevelByParentLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationLevelDaoBase.findLocationLevelByParentLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel parentLocationLevel)
           
 java.util.Collection LocationLevelDao.findLocationLevelByParentLocationLevel(int pageNumber, int pageSize, LocationLevel parentLocationLevel)
           Does the same thing as LocationLevelDao.findLocationLevelByParentLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationLevelDaoBase.findLocationLevelByParentLocationLevel(int pageNumber, int pageSize, LocationLevel parentLocationLevel)
           
 java.util.Collection LocationLevelDao.findLocationLevelByParentLocationLevel(int transform, LocationLevel parentLocationLevel)
           Does the same thing as LocationLevelDao.findLocationLevelByParentLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.util.Collection LocationLevelDaoBase.findLocationLevelByParentLocationLevel(int transform, LocationLevel parentLocationLevel)
           
 java.util.Collection LocationLevelDao.findLocationLevelByParentLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel parentLocationLevel)
           Does the same thing as LocationLevelDao.findLocationLevelByParentLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationLevelDaoBase.findLocationLevelByParentLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel parentLocationLevel)
           
 java.util.Collection LocationLevelDao.findLocationLevelByParentLocationLevel(int transform, java.lang.String queryString, LocationLevel parentLocationLevel)
           Does the same thing as LocationLevelDao.findLocationLevelByParentLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.util.Collection LocationLevelDaoBase.findLocationLevelByParentLocationLevel(int transform, java.lang.String queryString, LocationLevel parentLocationLevel)
           
 java.util.Collection LocationLevelDao.findLocationLevelByParentLocationLevel(LocationLevel parentLocationLevel)
           
 java.util.Collection LocationLevelDaoBase.findLocationLevelByParentLocationLevel(LocationLevel parentLocationLevel)
           
 java.util.Collection LocationLevelDao.findLocationLevelByParentLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel parentLocationLevel)
           Does the same thing as LocationLevelDao.findLocationLevelByParentLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LocationLevelDaoBase.findLocationLevelByParentLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel parentLocationLevel)
           
 java.util.Collection LocationLevelDao.findLocationLevelByParentLocationLevel(java.lang.String queryString, LocationLevel parentLocationLevel)
           Does the same thing as LocationLevelDao.findLocationLevelByParentLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.util.Collection LocationLevelDaoBase.findLocationLevelByParentLocationLevel(java.lang.String queryString, LocationLevel parentLocationLevel)
           
static Location Location.Factory.newInstance(java.lang.String name, LocationLevel locationLevel, LocationClassification locationClassification, Status status)
          Constructs a new instance of Location, taking all required and/or read-only properties as arguments.
static Location Location.Factory.newInstance(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
          Constructs a new instance of Location, taking all possible properties (except the identifier(s))as arguments.
static LocationLevel LocationLevel.Factory.newInstance(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
          Constructs a new instance of LocationLevel, taking all possible properties (except the identifier(s))as arguments.
 void LocationLevelDaoImpl.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDao.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO source, LocationLevel target, boolean copyIfNull)
          Copies the fields of RemoteLocationLevelFullVO to the specified entity.
 void LocationLevelDaoBase.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDaoImpl.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDao.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId source, LocationLevel target, boolean copyIfNull)
          Copies the fields of RemoteLocationLevelNaturalId to the specified entity.
 void LocationLevelDaoBase.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDao.remove(LocationLevel locationLevel)
          Removes the instance of fr.ifremer.allegro.referential.location.LocationLevel from the persistent store.
 void LocationLevelDaoBase.remove(LocationLevel locationLevel)
           
 void Location.setLocationLevel(LocationLevel locationLevel)
           
 void LocationLevel.setParentLocationLevel(LocationLevel parentLocationLevel)
           
 ClusterLocationLevel LocationLevelDaoImpl.toClusterLocationLevel(LocationLevel entity)
           
 ClusterLocationLevel LocationLevelDao.toClusterLocationLevel(LocationLevel entity)
          Converts this DAO's entity to an object of type ClusterLocationLevel.
 ClusterLocationLevel LocationLevelDaoBase.toClusterLocationLevel(LocationLevel entity)
           
 void LocationLevelDaoImpl.toClusterLocationLevel(LocationLevel source, ClusterLocationLevel target)
           
 void LocationLevelDao.toClusterLocationLevel(LocationLevel source, ClusterLocationLevel target)
          Copies the fields of the specified entity to the target value object.
 void LocationLevelDaoBase.toClusterLocationLevel(LocationLevel source, ClusterLocationLevel target)
           
 RemoteLocationLevelFullVO LocationLevelDaoImpl.toRemoteLocationLevelFullVO(LocationLevel entity)
           
 RemoteLocationLevelFullVO LocationLevelDao.toRemoteLocationLevelFullVO(LocationLevel entity)
          Converts this DAO's entity to an object of type RemoteLocationLevelFullVO.
 RemoteLocationLevelFullVO LocationLevelDaoBase.toRemoteLocationLevelFullVO(LocationLevel entity)
           
 void LocationLevelDaoImpl.toRemoteLocationLevelFullVO(LocationLevel source, RemoteLocationLevelFullVO target)
           
 void LocationLevelDao.toRemoteLocationLevelFullVO(LocationLevel source, RemoteLocationLevelFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LocationLevelDaoBase.toRemoteLocationLevelFullVO(LocationLevel source, RemoteLocationLevelFullVO target)
           
 RemoteLocationLevelNaturalId LocationLevelDaoImpl.toRemoteLocationLevelNaturalId(LocationLevel entity)
           
 RemoteLocationLevelNaturalId LocationLevelDao.toRemoteLocationLevelNaturalId(LocationLevel entity)
          Converts this DAO's entity to an object of type RemoteLocationLevelNaturalId.
 RemoteLocationLevelNaturalId LocationLevelDaoBase.toRemoteLocationLevelNaturalId(LocationLevel entity)
           
 void LocationLevelDaoImpl.toRemoteLocationLevelNaturalId(LocationLevel source, RemoteLocationLevelNaturalId target)
           
 void LocationLevelDao.toRemoteLocationLevelNaturalId(LocationLevel source, RemoteLocationLevelNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void LocationLevelDaoBase.toRemoteLocationLevelNaturalId(LocationLevel source, RemoteLocationLevelNaturalId target)
           
protected  java.lang.Object LocationLevelDaoBase.transformEntity(int transform, LocationLevel 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.location.LocationLevelDao, please note that the LocationLevelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void LocationLevelDao.update(LocationLevel locationLevel)
          Updates the locationLevel instance in the persistent store.
 void LocationLevelDaoBase.update(LocationLevel locationLevel)
           
 

Uses of LocationLevel in fr.ifremer.allegro.referential.transcribing
 

Methods in fr.ifremer.allegro.referential.transcribing that return LocationLevel
 LocationLevel TranscribingLocationLevelPK.getLocationLevel()
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type LocationLevel
 java.lang.Object TranscribingLocationLevelDao.create(int transform, java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationLevelDao.create(java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.lang.Object TranscribingLocationLevelDaoBase.create(int transform, java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           
 java.lang.Object TranscribingLocationLevelDao.create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.lang.Object TranscribingLocationLevelDaoBase.create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.create(java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.create(java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel instance from all attributes and properties and adds it to the persistent store.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
           
 java.lang.Object TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.lang.Object TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 java.lang.Object TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.lang.Object TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByIdentifiers(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByLocationLevel(int pageNumber, int pageSize, LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int transform, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.util.Collection TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByLocationLevel(int transform, LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.util.Collection TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           
 java.util.Collection TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.util.Collection TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, LocationLevel locationLevel)
           
 java.lang.Object TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.lang.Object TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 java.lang.Object TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.lang.Object TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByNaturalId(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 java.lang.Object TranscribingLocationLevelDao.load(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.lang.Object TranscribingLocationLevelDaoBase.load(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.load(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.load(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 void TranscribingLocationLevelDao.remove(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel having the given identifiers from the persistent store.
 void TranscribingLocationLevelDaoBase.remove(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 void TranscribingLocationLevelPK.setLocationLevel(LocationLevel locationLevel)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.