fr.ifremer.allegro.data.transshipment
Interface TransshipmentDao

All Known Implementing Classes:
TransshipmentDaoBase, TransshipmentDaoImpl

public interface TransshipmentDao

See Also:
Transshipment

Field Summary
static int TRANSFORM_CLUSTERTRANSSHIPMENT
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTETRANSSHIPMENTFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTETRANSSHIPMENTNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 Transshipment clusterTransshipmentToEntity(ClusterTransshipment clusterTransshipment)
          Converts an instance of type ClusterTransshipment to this DAO's entity.
 void clusterTransshipmentToEntity(ClusterTransshipment source, Transshipment target, boolean copyIfNull)
          Copies the fields of ClusterTransshipment to the specified entity.
 void clusterTransshipmentToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTransshipment to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.transshipment.Transshipment and adds from the passed in entities collection
 Transshipment create(java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
           Creates a new fr.ifremer.allegro.data.transshipment.Transshipment instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Transshipment create(java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           Creates a new fr.ifremer.allegro.data.transshipment.Transshipment instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.transshipment.Transshipment) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
           Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Date) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           Does the same thing as create(java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.SurveyQualification,java.util.Collection) with an additional flag called transform.
 java.lang.Object create(int transform, Transshipment transshipment)
           Does the same thing as create(fr.ifremer.allegro.data.transshipment.Transshipment) with an additional flag called transform.
 Transshipment create(Transshipment transshipment)
          Creates an instance of fr.ifremer.allegro.data.transshipment.Transshipment and adds it to the persistent store.
 Transshipment createFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
           
 java.util.Collection findTransshipmentByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findTransshipmentByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findTransshipmentByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findTransshipmentByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findTransshipmentByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findTransshipmentByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findTransshipmentByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 Transshipment findTransshipmentById(java.lang.Integer id)
           
 java.lang.Object findTransshipmentById(int transform, java.lang.Integer id)
           Does the same thing as findTransshipmentById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findTransshipmentById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findTransshipmentById(int, java.lang.Integer) with an additional argument called queryString.
 Transshipment findTransshipmentById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findTransshipmentById(java.lang.Integer) with an additional argument called queryString.
 java.lang.Object findTransshipmentByNaturalId(int transform, java.lang.String queryString, Vessel toVessel, Program program)
           Does the same thing as findTransshipmentByNaturalId(int, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findTransshipmentByNaturalId(int transform, Vessel toVessel, Program program)
           Does the same thing as findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 Transshipment findTransshipmentByNaturalId(java.lang.String queryString, Vessel toVessel, Program program)
           Does the same thing as findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 Transshipment findTransshipmentByNaturalId(Vessel toVessel, Program program)
           
 java.util.Collection findTransshipmentByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByProgram(int transform, Program program)
           Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findTransshipmentByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findTransshipmentByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findTransshipmentByProgram(Program program)
           
 java.util.Collection findTransshipmentByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findTransshipmentByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByProgram(java.lang.String queryString, Program program)
           Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findTransshipmentByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findTransshipmentByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findTransshipmentByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findTransshipmentByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findTransshipmentByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findTransshipmentByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByRecorderUser(int pageNumber, int pageSize, User recorderUser)
           Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as findTransshipmentByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
           Does the same thing as findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection findTransshipmentByRecorderUser(int transform, User recorderUser)
           Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection findTransshipmentByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as findTransshipmentByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByRecorderUser(java.lang.String queryString, User recorderUser)
           Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection findTransshipmentByRecorderUser(User recorderUser)
           
 java.util.Collection findTransshipmentBySurveyQualification(int transform, int pageNumber, int pageSize, SurveyQualification surveyQualification)
           Does the same thing as findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentBySurveyQualification(int pageNumber, int pageSize, SurveyQualification surveyQualification)
           Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentBySurveyQualification(int transform, java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
           Does the same thing as findTransshipmentBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentBySurveyQualification(int transform, java.lang.String queryString, SurveyQualification surveyQualification)
           Does the same thing as findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an additional argument called queryString.
 java.util.Collection findTransshipmentBySurveyQualification(int transform, SurveyQualification surveyQualification)
           Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an additional flag called transform.
 java.util.Collection findTransshipmentBySurveyQualification(java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
           Does the same thing as findTransshipmentBySurveyQualification(String, fr.ifremer.allegro.referential.SurveyQualification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentBySurveyQualification(java.lang.String queryString, SurveyQualification surveyQualification)
           Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an additional argument called queryString.
 java.util.Collection findTransshipmentBySurveyQualification(SurveyQualification surveyQualification)
           
 java.util.Collection findTransshipmentByToVessel(int transform, int pageNumber, int pageSize, Vessel toVessel)
           Does the same thing as findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByToVessel(int pageNumber, int pageSize, Vessel toVessel)
           Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByToVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel toVessel)
           Does the same thing as findTransshipmentByToVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByToVessel(int transform, java.lang.String queryString, Vessel toVessel)
           Does the same thing as findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findTransshipmentByToVessel(int transform, Vessel toVessel)
           Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findTransshipmentByToVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel toVessel)
           Does the same thing as findTransshipmentByToVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByToVessel(java.lang.String queryString, Vessel toVessel)
           Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findTransshipmentByToVessel(Vessel toVessel)
           
 java.util.Collection findTransshipmentByTransshipmentLocation(int transform, int pageNumber, int pageSize, Location transshipmentLocation)
           Does the same thing as findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByTransshipmentLocation(int pageNumber, int pageSize, Location transshipmentLocation)
           Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByTransshipmentLocation(int transform, Location transshipmentLocation)
           Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findTransshipmentByTransshipmentLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location transshipmentLocation)
           Does the same thing as findTransshipmentByTransshipmentLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByTransshipmentLocation(int transform, java.lang.String queryString, Location transshipmentLocation)
           Does the same thing as findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findTransshipmentByTransshipmentLocation(Location transshipmentLocation)
           
 java.util.Collection findTransshipmentByTransshipmentLocation(java.lang.String queryString, int pageNumber, int pageSize, Location transshipmentLocation)
           Does the same thing as findTransshipmentByTransshipmentLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTransshipmentByTransshipmentLocation(java.lang.String queryString, Location transshipmentLocation)
           Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 ClusterTransshipment[] getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTransshipment()
           
 java.util.Collection getAllTransshipment(int transform)
           Does the same thing as getAllTransshipment() with an additional flag called transform.
 java.util.Collection getAllTransshipment(int pageNumber, int pageSize)
           Does the same thing as getAllTransshipment() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTransshipment(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllTransshipment(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTransshipment(int transform, java.lang.String queryString)
           Does the same thing as getAllTransshipment(int) with an additional argument called queryString.
 java.util.Collection getAllTransshipment(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTransshipment(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTransshipment(java.lang.String queryString)
           Does the same thing as getAllTransshipment() with an additional argument called queryString.
 java.util.Collection getAllTransshipment(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTransshipment(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTransshipmentSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTransshipmentSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTransshipmentSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTransshipmentSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTransshipmentSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTransshipmentSinceDateSynchro(java.sql.Timestamp updateDate)
           
 Transshipment load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.transshipment.Transshipment from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type Transshipment.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 Transshipment remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO remoteTransshipmentFullVO)
          Converts an instance of type RemoteTransshipmentFullVO to this DAO's entity.
 void remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source, Transshipment target, boolean copyIfNull)
          Copies the fields of RemoteTransshipmentFullVO to the specified entity.
 void remoteTransshipmentFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTransshipmentFullVO to this DAO's entity.
 Transshipment remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId remoteTransshipmentNaturalId)
          Converts an instance of type RemoteTransshipmentNaturalId to this DAO's entity.
 void remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId source, Transshipment target, boolean copyIfNull)
          Copies the fields of RemoteTransshipmentNaturalId to the specified entity.
 void remoteTransshipmentNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTransshipmentNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.transshipment.Transshipment having the given identifier from the persistent store.
 void remove(Transshipment transshipment)
          Removes the instance of fr.ifremer.allegro.data.transshipment.Transshipment from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterTransshipment toClusterTransshipment(Transshipment entity)
          Converts this DAO's entity to an object of type ClusterTransshipment.
 void toClusterTransshipment(Transshipment source, ClusterTransshipment target)
          Copies the fields of the specified entity to the target value object.
 ClusterTransshipment[] toClusterTransshipmentArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTransshipment.
 void toClusterTransshipmentCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTransshipment.
 RemoteTransshipmentFullVO toRemoteTransshipmentFullVO(Transshipment entity)
          Converts this DAO's entity to an object of type RemoteTransshipmentFullVO.
 void toRemoteTransshipmentFullVO(Transshipment source, RemoteTransshipmentFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTransshipmentFullVO[] toRemoteTransshipmentFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTransshipmentFullVO.
 void toRemoteTransshipmentFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTransshipmentFullVO.
 RemoteTransshipmentNaturalId toRemoteTransshipmentNaturalId(Transshipment entity)
          Converts this DAO's entity to an object of type RemoteTransshipmentNaturalId.
 void toRemoteTransshipmentNaturalId(Transshipment source, RemoteTransshipmentNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTransshipmentNaturalId[] toRemoteTransshipmentNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTransshipmentNaturalId.
 void toRemoteTransshipmentNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTransshipmentNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(Transshipment transshipment)
          Updates the transshipment instance in the persistent store.
 

Field Detail

TRANSFORM_NONE

static final int TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSSHIPMENTFULLVO

static final int TRANSFORM_REMOTETRANSSHIPMENTFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteTransshipmentFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSSHIPMENTNATURALID

static final int TRANSFORM_REMOTETRANSSHIPMENTNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteTransshipmentNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTRANSSHIPMENT

static final int TRANSFORM_CLUSTERTRANSSHIPMENT
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterTransshipment.

See Also:
Constant Field Values
Method Detail

toRemoteTransshipmentFullVO

void toRemoteTransshipmentFullVO(Transshipment source,
                                 RemoteTransshipmentFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTransshipmentFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteTransshipmentFullVO

RemoteTransshipmentFullVO toRemoteTransshipmentFullVO(Transshipment entity)
Converts this DAO's entity to an object of type RemoteTransshipmentFullVO.


toRemoteTransshipmentFullVOCollection

void toRemoteTransshipmentFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTransshipmentFullVO.


toRemoteTransshipmentFullVOArray

RemoteTransshipmentFullVO[] toRemoteTransshipmentFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTransshipmentFullVO.


remoteTransshipmentFullVOToEntity

void remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source,
                                       Transshipment target,
                                       boolean copyIfNull)
Copies the fields of RemoteTransshipmentFullVO to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

remoteTransshipmentFullVOToEntity

Transshipment remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO remoteTransshipmentFullVO)
Converts an instance of type RemoteTransshipmentFullVO to this DAO's entity.


remoteTransshipmentFullVOToEntityCollection

void remoteTransshipmentFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTransshipmentFullVO to this DAO's entity.


toRemoteTransshipmentNaturalId

void toRemoteTransshipmentNaturalId(Transshipment source,
                                    RemoteTransshipmentNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTransshipmentNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteTransshipmentNaturalId

RemoteTransshipmentNaturalId toRemoteTransshipmentNaturalId(Transshipment entity)
Converts this DAO's entity to an object of type RemoteTransshipmentNaturalId.


toRemoteTransshipmentNaturalIdCollection

void toRemoteTransshipmentNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTransshipmentNaturalId.


toRemoteTransshipmentNaturalIdArray

RemoteTransshipmentNaturalId[] toRemoteTransshipmentNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTransshipmentNaturalId.


remoteTransshipmentNaturalIdToEntity

void remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId source,
                                          Transshipment target,
                                          boolean copyIfNull)
Copies the fields of RemoteTransshipmentNaturalId to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

remoteTransshipmentNaturalIdToEntity

Transshipment remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId remoteTransshipmentNaturalId)
Converts an instance of type RemoteTransshipmentNaturalId to this DAO's entity.


remoteTransshipmentNaturalIdToEntityCollection

void remoteTransshipmentNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTransshipmentNaturalId to this DAO's entity.


toClusterTransshipment

void toClusterTransshipment(Transshipment source,
                            ClusterTransshipment target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterTransshipment(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterTransshipment

ClusterTransshipment toClusterTransshipment(Transshipment entity)
Converts this DAO's entity to an object of type ClusterTransshipment.


toClusterTransshipmentCollection

void toClusterTransshipmentCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTransshipment.


toClusterTransshipmentArray

ClusterTransshipment[] toClusterTransshipmentArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTransshipment.


clusterTransshipmentToEntity

void clusterTransshipmentToEntity(ClusterTransshipment source,
                                  Transshipment target,
                                  boolean copyIfNull)
Copies the fields of ClusterTransshipment to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

clusterTransshipmentToEntity

Transshipment clusterTransshipmentToEntity(ClusterTransshipment clusterTransshipment)
Converts an instance of type ClusterTransshipment to this DAO's entity.


clusterTransshipmentToEntityCollection

void clusterTransshipmentToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTransshipment to this DAO's entity.


load

Transshipment load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.transshipment.Transshipment from the persistent store.


load

java.lang.Object load(int transform,
                      java.lang.Integer id)

Does the same thing as load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type Transshipment.

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

create

Transshipment create(Transshipment transshipment)
Creates an instance of fr.ifremer.allegro.data.transshipment.Transshipment and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        Transshipment transshipment)

Does the same thing as create(fr.ifremer.allegro.data.transshipment.Transshipment) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.transshipment.Transshipment and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.data.transshipment.Transshipment instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as create(fr.ifremer.allegro.data.transshipment.Transshipment) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


create

Transshipment create(java.util.Date transshipmentDateTime,
                     java.lang.String comments,
                     java.util.Date creationDate,
                     java.sql.Timestamp updateDate,
                     Vessel toVessel,
                     Location transshipmentLocation,
                     FishingTrip fishingTrip,
                     Program program,
                     Department recorderDepartment,
                     User recorderUser,
                     SurveyQualification surveyQualification,
                     java.util.Collection produces)

Creates a new fr.ifremer.allegro.data.transshipment.Transshipment instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.util.Date transshipmentDateTime,
                        java.lang.String comments,
                        java.util.Date creationDate,
                        java.sql.Timestamp updateDate,
                        Vessel toVessel,
                        Location transshipmentLocation,
                        FishingTrip fishingTrip,
                        Program program,
                        Department recorderDepartment,
                        User recorderUser,
                        SurveyQualification surveyQualification,
                        java.util.Collection produces)

Does the same thing as create(java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.SurveyQualification,java.util.Collection) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

Transshipment create(java.util.Date creationDate,
                     Program program,
                     Department recorderDepartment,
                     SurveyQualification surveyQualification,
                     Vessel toVessel,
                     java.util.Date transshipmentDateTime)

Creates a new fr.ifremer.allegro.data.transshipment.Transshipment instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.util.Date creationDate,
                        Program program,
                        Department recorderDepartment,
                        SurveyQualification surveyQualification,
                        Vessel toVessel,
                        java.util.Date transshipmentDateTime)

Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Date) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


update

void update(Transshipment transshipment)
Updates the transshipment instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(Transshipment transshipment)
Removes the instance of fr.ifremer.allegro.data.transshipment.Transshipment from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.transshipment.Transshipment having the given identifier from the persistent store.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllTransshipment

java.util.Collection getAllTransshipment()

getAllTransshipment

java.util.Collection getAllTransshipment(java.lang.String queryString)

Does the same thing as getAllTransshipment() with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllTransshipment().


getAllTransshipment

java.util.Collection getAllTransshipment(int pageNumber,
                                         int pageSize)

Does the same thing as getAllTransshipment() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllTransshipment

java.util.Collection getAllTransshipment(java.lang.String queryString,
                                         int pageNumber,
                                         int pageSize)

Does the same thing as getAllTransshipment(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllTransshipment

java.util.Collection getAllTransshipment(int transform)

Does the same thing as getAllTransshipment() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllTransshipment

java.util.Collection getAllTransshipment(int transform,
                                         int pageNumber,
                                         int pageSize)

Does the same thing as getAllTransshipment(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllTransshipment

java.util.Collection getAllTransshipment(int transform,
                                         java.lang.String queryString)

Does the same thing as getAllTransshipment(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllTransshipment(int).


getAllTransshipment

java.util.Collection getAllTransshipment(int transform,
                                         java.lang.String queryString,
                                         int pageNumber,
                                         int pageSize)

Does the same thing as getAllTransshipment(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentById

Transshipment findTransshipmentById(java.lang.Integer id)

findTransshipmentById

Transshipment findTransshipmentById(java.lang.String queryString,
                                    java.lang.Integer id)

Does the same thing as findTransshipmentById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentById(java.lang.Integer).


findTransshipmentById

java.lang.Object findTransshipmentById(int transform,
                                       java.lang.Integer id)

Does the same thing as findTransshipmentById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentById

java.lang.Object findTransshipmentById(int transform,
                                       java.lang.String queryString,
                                       java.lang.Integer id)

Does the same thing as findTransshipmentById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentById(int, java.lang.Integer id).


findTransshipmentByToVessel

java.util.Collection findTransshipmentByToVessel(Vessel toVessel)

findTransshipmentByToVessel

java.util.Collection findTransshipmentByToVessel(java.lang.String queryString,
                                                 Vessel toVessel)

Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel).


findTransshipmentByToVessel

java.util.Collection findTransshipmentByToVessel(int pageNumber,
                                                 int pageSize,
                                                 Vessel toVessel)

Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByToVessel

java.util.Collection findTransshipmentByToVessel(java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Vessel toVessel)

Does the same thing as findTransshipmentByToVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByToVessel

java.util.Collection findTransshipmentByToVessel(int transform,
                                                 Vessel toVessel)

Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentByToVessel

java.util.Collection findTransshipmentByToVessel(int transform,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Vessel toVessel)

Does the same thing as findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByToVessel

java.util.Collection findTransshipmentByToVessel(int transform,
                                                 java.lang.String queryString,
                                                 Vessel toVessel)

Does the same thing as findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel toVessel).


findTransshipmentByToVessel

java.util.Collection findTransshipmentByToVessel(int transform,
                                                 java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Vessel toVessel)

Does the same thing as findTransshipmentByToVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByTransshipmentLocation

java.util.Collection findTransshipmentByTransshipmentLocation(Location transshipmentLocation)

findTransshipmentByTransshipmentLocation

java.util.Collection findTransshipmentByTransshipmentLocation(java.lang.String queryString,
                                                              Location transshipmentLocation)

Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location).


findTransshipmentByTransshipmentLocation

java.util.Collection findTransshipmentByTransshipmentLocation(int pageNumber,
                                                              int pageSize,
                                                              Location transshipmentLocation)

Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByTransshipmentLocation

java.util.Collection findTransshipmentByTransshipmentLocation(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              Location transshipmentLocation)

Does the same thing as findTransshipmentByTransshipmentLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByTransshipmentLocation

java.util.Collection findTransshipmentByTransshipmentLocation(int transform,
                                                              Location transshipmentLocation)

Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentByTransshipmentLocation

java.util.Collection findTransshipmentByTransshipmentLocation(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              Location transshipmentLocation)

Does the same thing as findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByTransshipmentLocation

java.util.Collection findTransshipmentByTransshipmentLocation(int transform,
                                                              java.lang.String queryString,
                                                              Location transshipmentLocation)

Does the same thing as findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location transshipmentLocation).


findTransshipmentByTransshipmentLocation

java.util.Collection findTransshipmentByTransshipmentLocation(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              Location transshipmentLocation)

Does the same thing as findTransshipmentByTransshipmentLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByFishingTrip

java.util.Collection findTransshipmentByFishingTrip(FishingTrip fishingTrip)

findTransshipmentByFishingTrip

java.util.Collection findTransshipmentByFishingTrip(java.lang.String queryString,
                                                    FishingTrip fishingTrip)

Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip).


findTransshipmentByFishingTrip

java.util.Collection findTransshipmentByFishingTrip(int pageNumber,
                                                    int pageSize,
                                                    FishingTrip fishingTrip)

Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByFishingTrip

java.util.Collection findTransshipmentByFishingTrip(java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    FishingTrip fishingTrip)

Does the same thing as findTransshipmentByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByFishingTrip

java.util.Collection findTransshipmentByFishingTrip(int transform,
                                                    FishingTrip fishingTrip)

Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentByFishingTrip

java.util.Collection findTransshipmentByFishingTrip(int transform,
                                                    int pageNumber,
                                                    int pageSize,
                                                    FishingTrip fishingTrip)

Does the same thing as findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByFishingTrip

java.util.Collection findTransshipmentByFishingTrip(int transform,
                                                    java.lang.String queryString,
                                                    FishingTrip fishingTrip)

Does the same thing as findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).


findTransshipmentByFishingTrip

java.util.Collection findTransshipmentByFishingTrip(int transform,
                                                    java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    FishingTrip fishingTrip)

Does the same thing as findTransshipmentByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByProgram

java.util.Collection findTransshipmentByProgram(Program program)

findTransshipmentByProgram

java.util.Collection findTransshipmentByProgram(java.lang.String queryString,
                                                Program program)

Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program).


findTransshipmentByProgram

java.util.Collection findTransshipmentByProgram(int pageNumber,
                                                int pageSize,
                                                Program program)

Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByProgram

java.util.Collection findTransshipmentByProgram(java.lang.String queryString,
                                                int pageNumber,
                                                int pageSize,
                                                Program program)

Does the same thing as findTransshipmentByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByProgram

java.util.Collection findTransshipmentByProgram(int transform,
                                                Program program)

Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentByProgram

java.util.Collection findTransshipmentByProgram(int transform,
                                                int pageNumber,
                                                int pageSize,
                                                Program program)

Does the same thing as findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByProgram

java.util.Collection findTransshipmentByProgram(int transform,
                                                java.lang.String queryString,
                                                Program program)

Does the same thing as findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).


findTransshipmentByProgram

java.util.Collection findTransshipmentByProgram(int transform,
                                                java.lang.String queryString,
                                                int pageNumber,
                                                int pageSize,
                                                Program program)

Does the same thing as findTransshipmentByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByRecorderDepartment

java.util.Collection findTransshipmentByRecorderDepartment(Department recorderDepartment)

findTransshipmentByRecorderDepartment

java.util.Collection findTransshipmentByRecorderDepartment(java.lang.String queryString,
                                                           Department recorderDepartment)

Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department).


findTransshipmentByRecorderDepartment

java.util.Collection findTransshipmentByRecorderDepartment(int pageNumber,
                                                           int pageSize,
                                                           Department recorderDepartment)

Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByRecorderDepartment

java.util.Collection findTransshipmentByRecorderDepartment(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Department recorderDepartment)

Does the same thing as findTransshipmentByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByRecorderDepartment

java.util.Collection findTransshipmentByRecorderDepartment(int transform,
                                                           Department recorderDepartment)

Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentByRecorderDepartment

java.util.Collection findTransshipmentByRecorderDepartment(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Department recorderDepartment)

Does the same thing as findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByRecorderDepartment

java.util.Collection findTransshipmentByRecorderDepartment(int transform,
                                                           java.lang.String queryString,
                                                           Department recorderDepartment)

Does the same thing as findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment).


findTransshipmentByRecorderDepartment

java.util.Collection findTransshipmentByRecorderDepartment(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Department recorderDepartment)

Does the same thing as findTransshipmentByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByRecorderUser

java.util.Collection findTransshipmentByRecorderUser(User recorderUser)

findTransshipmentByRecorderUser

java.util.Collection findTransshipmentByRecorderUser(java.lang.String queryString,
                                                     User recorderUser)

Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User).


findTransshipmentByRecorderUser

java.util.Collection findTransshipmentByRecorderUser(int pageNumber,
                                                     int pageSize,
                                                     User recorderUser)

Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByRecorderUser

java.util.Collection findTransshipmentByRecorderUser(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     User recorderUser)

Does the same thing as findTransshipmentByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByRecorderUser

java.util.Collection findTransshipmentByRecorderUser(int transform,
                                                     User recorderUser)

Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentByRecorderUser

java.util.Collection findTransshipmentByRecorderUser(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     User recorderUser)

Does the same thing as findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByRecorderUser

java.util.Collection findTransshipmentByRecorderUser(int transform,
                                                     java.lang.String queryString,
                                                     User recorderUser)

Does the same thing as findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User recorderUser).


findTransshipmentByRecorderUser

java.util.Collection findTransshipmentByRecorderUser(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     User recorderUser)

Does the same thing as findTransshipmentByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentBySurveyQualification

java.util.Collection findTransshipmentBySurveyQualification(SurveyQualification surveyQualification)

findTransshipmentBySurveyQualification

java.util.Collection findTransshipmentBySurveyQualification(java.lang.String queryString,
                                                            SurveyQualification surveyQualification)

Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification).


findTransshipmentBySurveyQualification

java.util.Collection findTransshipmentBySurveyQualification(int pageNumber,
                                                            int pageSize,
                                                            SurveyQualification surveyQualification)

Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentBySurveyQualification

java.util.Collection findTransshipmentBySurveyQualification(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            SurveyQualification surveyQualification)

Does the same thing as findTransshipmentBySurveyQualification(String, fr.ifremer.allegro.referential.SurveyQualification) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentBySurveyQualification

java.util.Collection findTransshipmentBySurveyQualification(int transform,
                                                            SurveyQualification surveyQualification)

Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentBySurveyQualification

java.util.Collection findTransshipmentBySurveyQualification(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            SurveyQualification surveyQualification)

Does the same thing as findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentBySurveyQualification

java.util.Collection findTransshipmentBySurveyQualification(int transform,
                                                            java.lang.String queryString,
                                                            SurveyQualification surveyQualification)

Does the same thing as findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification surveyQualification).


findTransshipmentBySurveyQualification

java.util.Collection findTransshipmentBySurveyQualification(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            SurveyQualification surveyQualification)

Does the same thing as findTransshipmentBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTransshipmentByNaturalId

Transshipment findTransshipmentByNaturalId(Vessel toVessel,
                                           Program program)

findTransshipmentByNaturalId

Transshipment findTransshipmentByNaturalId(java.lang.String queryString,
                                           Vessel toVessel,
                                           Program program)

Does the same thing as findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findTransshipmentByNaturalId

java.lang.Object findTransshipmentByNaturalId(int transform,
                                              Vessel toVessel,
                                              Program program)

Does the same thing as findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTransshipmentByNaturalId

java.lang.Object findTransshipmentByNaturalId(int transform,
                                              java.lang.String queryString,
                                              Vessel toVessel,
                                              Program program)

Does the same thing as findTransshipmentByNaturalId(int, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTransshipmentByNaturalId(int, fr.ifremer.allegro.referential.vessel.Vessel toVessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllTransshipmentSinceDateSynchro

java.util.Collection getAllTransshipmentSinceDateSynchro(java.sql.Timestamp updateDate)

getAllTransshipmentSinceDateSynchro

java.util.Collection getAllTransshipmentSinceDateSynchro(java.lang.String queryString,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllTransshipmentSinceDateSynchro(java.sql.Timestamp).


getAllTransshipmentSinceDateSynchro

java.util.Collection getAllTransshipmentSinceDateSynchro(int pageNumber,
                                                         int pageSize,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllTransshipmentSinceDateSynchro

java.util.Collection getAllTransshipmentSinceDateSynchro(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllTransshipmentSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllTransshipmentSinceDateSynchro

java.util.Collection getAllTransshipmentSinceDateSynchro(int transform,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllTransshipmentSinceDateSynchro

java.util.Collection getAllTransshipmentSinceDateSynchro(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllTransshipmentSinceDateSynchro

java.util.Collection getAllTransshipmentSinceDateSynchro(int transform,
                                                         java.lang.String queryString,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp updateDate).


getAllTransshipmentSinceDateSynchro

java.util.Collection getAllTransshipmentSinceDateSynchro(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         java.sql.Timestamp updateDate)

Does the same thing as getAllTransshipmentSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


createFromClusterTransshipment

Transshipment createFromClusterTransshipment(ClusterTransshipment clusterTransshipment)

getAllClusterTransshipmentSinceDateSynchro

ClusterTransshipment[] getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                  java.lang.Integer userId,
                                                                  java.lang.Integer[] registrationLocationIds,
                                                                  java.lang.Integer pageNumber,
                                                                  java.lang.Integer pageSize)

search

PaginationResult search(int transform,
                        int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

PaginationResult search(int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.