|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.vessel.VesselDaoBase
fr.ifremer.allegro.referential.vessel.VesselDaoImpl
fr.ifremer.allegro.referential.vessel.VesselGroupDaoBase
public abstract class VesselGroupDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.vessel.VesselGroup
.
VesselGroup
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselGroupDao |
---|
TRANSFORM_CLUSTERVESSELGROUP, TRANSFORM_REMOTEVESSELGROUPFULLVO, TRANSFORM_REMOTEVESSELGROUPNATURALID |
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselDao |
---|
TRANSFORM_CLUSTERVESSEL, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELFULLVO, TRANSFORM_REMOTEVESSELNATURALID |
Constructor Summary | |
---|---|
VesselGroupDaoBase()
|
Method Summary | |
---|---|
void |
clusterVesselGroupToEntity(ClusterVesselGroup source,
VesselGroup target,
boolean copyIfNull)
Copies the fields of ClusterVesselGroup to the specified entity. |
void |
clusterVesselGroupToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselGroup to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.vessel.VesselGroup and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as VesselGroupDao.create(fr.ifremer.allegro.referential.vessel.VesselGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String code,
Status status,
VesselType vesselType)
Does the same thing as VesselGroupDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String code,
java.sql.Timestamp updateDate,
java.util.Collection rightToProduces,
java.util.Collection vesselOwnerPeriods,
java.util.Collection vesselRegistrationPeriods,
Status status,
VesselType vesselType)
Does the same thing as VesselGroupDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselGroup vesselGroup)
Does the same thing as VesselGroupDao.create(fr.ifremer.allegro.referential.vessel.VesselGroup) with an
additional flag called transform . |
VesselGroup |
create(java.lang.String code,
Status status,
VesselType vesselType)
Creates a new fr.ifremer.allegro.referential.vessel.VesselGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselGroup |
create(java.lang.String code,
java.sql.Timestamp updateDate,
java.util.Collection rightToProduces,
java.util.Collection vesselOwnerPeriods,
java.util.Collection vesselRegistrationPeriods,
Status status,
VesselType vesselType)
Creates a new fr.ifremer.allegro.referential.vessel.VesselGroup
instance from all attributes and
properties and adds it to the persistent store. |
VesselGroup |
create(VesselGroup vesselGroup)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselGroup and adds it to the persistent store. |
VesselGroup |
createFromClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
|
java.lang.Object |
findVesselByCode(int transform,
java.lang.String code)
Does the same thing as VesselDao.findVesselByCode(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findVesselByCode(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselDao.findVesselByCode(int, java.lang.String) with an
additional argument called queryString . |
Vessel |
findVesselByCode(java.lang.String code)
|
Vessel |
findVesselByCode(java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselDao.findVesselByCode(java.lang.String) with an
additional argument called queryString . |
java.lang.Object |
findVesselByNaturalId(int transform,
java.lang.String code)
Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findVesselByNaturalId(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselDao.findVesselByNaturalId(int, java.lang.String) with an
additional argument called queryString . |
Vessel |
findVesselByNaturalId(java.lang.String code)
|
Vessel |
findVesselByNaturalId(java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String) with an
additional argument called queryString . |
java.util.Collection |
findVesselByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByStatus(int transform,
Status status)
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findVesselByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findVesselByStatus(Status status)
|
java.util.Collection |
findVesselByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselDao.findVesselByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByStatus(java.lang.String queryString,
Status status)
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findVesselByVesselType(int transform,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByVesselType(int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByVesselType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByVesselType(int transform,
java.lang.String queryString,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findVesselByVesselType(int transform,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
java.util.Collection |
findVesselByVesselType(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByVesselType(java.lang.String queryString,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findVesselByVesselType(VesselType vesselType)
|
java.lang.Object |
findVesselGroupByCode(int transform,
java.lang.String code)
Does the same thing as VesselGroupDao.findVesselGroupByCode(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findVesselGroupByCode(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselGroupDao.findVesselGroupByCode(int, java.lang.String) with an
additional argument called queryString . |
VesselGroup |
findVesselGroupByCode(java.lang.String code)
|
VesselGroup |
findVesselGroupByCode(java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselGroupDao.findVesselGroupByCode(java.lang.String) with an
additional argument called queryString . |
java.lang.Object |
findVesselGroupByNaturalId(int transform,
java.lang.String code)
Does the same thing as VesselGroupDao.findVesselGroupByNaturalId(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findVesselGroupByNaturalId(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselGroupDao.findVesselGroupByNaturalId(int, java.lang.String) with an
additional argument called queryString . |
VesselGroup |
findVesselGroupByNaturalId(java.lang.String code)
|
VesselGroup |
findVesselGroupByNaturalId(java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselGroupDao.findVesselGroupByNaturalId(java.lang.String) with an
additional argument called queryString . |
java.util.Collection |
findVesselGroupByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselGroupByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselGroupByStatus(int transform,
Status status)
Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findVesselGroupByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselGroupByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findVesselGroupByStatus(Status status)
|
java.util.Collection |
findVesselGroupByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselGroupDao.findVesselGroupByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselGroupByStatus(java.lang.String queryString,
Status status)
Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findVesselGroupByVesselType(int transform,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselGroupByVesselType(int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselGroupByVesselType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselGroupByVesselType(int transform,
java.lang.String queryString,
VesselType vesselType)
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findVesselGroupByVesselType(int transform,
VesselType vesselType)
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
java.util.Collection |
findVesselGroupByVesselType(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselGroupByVesselType(java.lang.String queryString,
VesselType vesselType)
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findVesselGroupByVesselType(VesselType vesselType)
|
ClusterVesselGroup[] |
getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllVessel()
|
java.util.Collection |
getAllVessel(int transform)
Does the same thing as VesselDao.getAllVessel() with an
additional flag called transform . |
java.util.Collection |
getAllVessel(int pageNumber,
int pageSize)
Does the same thing as VesselDao.getAllVessel() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVessel(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselDao.getAllVessel(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVessel(int transform,
java.lang.String queryString)
Does the same thing as VesselDao.getAllVessel(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselDao.getAllVessel(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVessel(java.lang.String queryString)
Does the same thing as VesselDao.getAllVessel() with an
additional argument called queryString . |
java.util.Collection |
getAllVessel(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselDao.getAllVessel(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroup()
|
java.util.Collection |
getAllVesselGroup(int transform)
Does the same thing as VesselGroupDao.getAllVesselGroup() with an
additional flag called transform . |
java.util.Collection |
getAllVesselGroup(int pageNumber,
int pageSize)
Does the same thing as VesselGroupDao.getAllVesselGroup() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroup(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselGroupDao.getAllVesselGroup(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroup(int transform,
java.lang.String queryString)
Does the same thing as VesselGroupDao.getAllVesselGroup(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselGroupDao.getAllVesselGroup(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroup(java.lang.String queryString)
Does the same thing as VesselGroupDao.getAllVesselGroup() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselGroup(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselGroupDao.getAllVesselGroup(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroupSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroupSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroupSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroupSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselGroupSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllVesselGroupSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselGroupSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselGroupSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.util.Collection |
getAllVesselSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllVesselSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract VesselGroup |
handleCreateFromClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
Performs the core logic for createFromClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup) |
protected abstract ClusterVesselGroup[] |
handleGetAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
java.lang.Object |
load(int transform,
java.lang.String code)
Does the same thing as VesselDao.load(java.lang.String) with an
additional flag called transform . |
VesselGroup |
load(java.lang.String code)
Loads an instance of fr.ifremer.allegro.referential.vessel.Vessel from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type Vessel . |
java.util.Collection |
loadAll(int transform)
Does the same thing as VesselDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as VesselDao.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 VesselDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO source,
VesselGroup target,
boolean copyIfNull)
Copies the fields of RemoteVesselGroupFullVO to the specified entity. |
void |
remoteVesselGroupFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselGroupFullVO to this
DAO's entity. |
void |
remoteVesselGroupNaturalIdToEntity(RemoteVesselGroupNaturalId source,
VesselGroup target,
boolean copyIfNull)
Copies the fields of RemoteVesselGroupNaturalId to the specified entity. |
void |
remoteVesselGroupNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselGroupNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.String code)
Removes the instance of fr.ifremer.allegro.referential.vessel.Vessel having the given identifier from the persistent store. |
void |
remove(VesselGroup vesselGroup)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselGroup 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 VesselDao.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. |
protected ClusterVesselGroup |
toClusterVesselGroup(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterVesselGroup |
toClusterVesselGroup(VesselGroup entity)
Converts this DAO's entity to an object of type ClusterVesselGroup . |
void |
toClusterVesselGroup(VesselGroup source,
ClusterVesselGroup target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselGroup[] |
toClusterVesselGroupArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselGroup . |
void |
toClusterVesselGroupCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselGroup . |
protected VesselGroup |
toEntity(java.lang.Object[] row)
|
protected RemoteVesselGroupFullVO |
toRemoteVesselGroupFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselGroupFullVO |
toRemoteVesselGroupFullVO(VesselGroup entity)
Converts this DAO's entity to an object of type RemoteVesselGroupFullVO . |
void |
toRemoteVesselGroupFullVO(VesselGroup source,
RemoteVesselGroupFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselGroupFullVO[] |
toRemoteVesselGroupFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselGroupFullVO . |
void |
toRemoteVesselGroupFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselGroupFullVO . |
protected RemoteVesselGroupNaturalId |
toRemoteVesselGroupNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselGroupNaturalId |
toRemoteVesselGroupNaturalId(VesselGroup entity)
Converts this DAO's entity to an object of type RemoteVesselGroupNaturalId . |
void |
toRemoteVesselGroupNaturalId(VesselGroup source,
RemoteVesselGroupNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselGroupNaturalId[] |
toRemoteVesselGroupNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselGroupNaturalId . |
void |
toRemoteVesselGroupNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselGroupNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.vessel.VesselGroup)
method. |
protected java.lang.Object |
transformEntity(int transform,
VesselGroup entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.vessel.VesselGroupDao , please note
that the VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselGroup vesselGroup)
Updates the vesselGroup instance in the persistent store. |
Methods inherited from class fr.ifremer.allegro.referential.vessel.VesselDaoImpl |
---|
clusterVesselToEntity, clusterVesselToEntity, remoteVesselFullVOToEntity, remoteVesselFullVOToEntity, remoteVesselNaturalIdToEntity, remoteVesselNaturalIdToEntity, toClusterVessel, toClusterVessel, toRemoteVesselFullVO, toRemoteVesselFullVO, toRemoteVesselNaturalId, toRemoteVesselNaturalId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.vessel.VesselGroupDao |
---|
clusterVesselGroupToEntity, remoteVesselGroupFullVOToEntity, remoteVesselGroupNaturalIdToEntity |
Constructor Detail |
---|
public VesselGroupDaoBase()
Method Detail |
---|
public java.lang.Object load(int transform, java.lang.String code)
VesselDao
Does the same thing as VesselDao.load(java.lang.String)
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.
load
in interface VesselDao
load
in interface VesselGroupDao
load
in class VesselDaoBase
code
- identifier of the entity to load
VesselGroupDao.load(int, java.lang.String)
public VesselGroup load(java.lang.String code)
VesselDao
load
in interface VesselDao
load
in interface VesselGroupDao
load
in class VesselDaoBase
VesselGroupDao.load(java.lang.String)
public java.util.Collection loadAll()
VesselDao
Vessel
.
loadAll
in interface VesselDao
loadAll
in interface VesselGroupDao
loadAll
in class VesselDaoBase
VesselGroupDao.loadAll()
public java.util.Collection loadAll(int transform)
VesselDao
Does the same thing as VesselDao.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.
loadAll
in interface VesselDao
loadAll
in interface VesselGroupDao
loadAll
in class VesselDaoBase
transform
- the flag indicating what transformation to use.
VesselGroupDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.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.
loadAll
in interface VesselDao
loadAll
in interface VesselGroupDao
loadAll
in class VesselDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselGroupDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.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.
loadAll
in interface VesselDao
loadAll
in interface VesselGroupDao
loadAll
in class VesselDaoBase
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.
VesselGroupDao.loadAll(int, int, int)
public VesselGroup create(VesselGroup vesselGroup)
VesselGroupDao
create
in interface VesselGroupDao
VesselGroupDao.create(fr.ifremer.allegro.referential.vessel.VesselGroup)
public java.lang.Object create(int transform, VesselGroup vesselGroup)
VesselGroupDao
Does the same thing as VesselGroupDao.create(fr.ifremer.allegro.referential.vessel.VesselGroup)
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
in interface VesselGroupDao
VesselGroupDao.create(int transform, fr.ifremer.allegro.referential.vessel.VesselGroup)
public java.util.Collection create(java.util.Collection entities)
VesselGroupDao
entities
collection
create
in interface VesselGroupDao
entities
- the collection of fr.ifremer.allegro.referential.vessel.VesselGroup
instances to create.
VesselGroupDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselGroupDao
Does the same thing as VesselGroupDao.create(fr.ifremer.allegro.referential.vessel.VesselGroup)
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
in interface VesselGroupDao
VesselGroupDao.create(int, java.util.Collection)
public VesselGroup create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
VesselGroupDao
Creates a new fr.ifremer.allegro.referential.vessel.VesselGroup
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselGroupDao
fr.ifremer.allegro.referential.vessel.VesselDao#create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public java.lang.Object create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
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
in interface VesselGroupDao
fr.ifremer.allegro.referential.vessel.VesselDao#create(int, java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public VesselGroup create(java.lang.String code, Status status, VesselType vesselType)
VesselGroupDao
Creates a new fr.ifremer.allegro.referential.vessel.VesselGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface VesselGroupDao
VesselGroupDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public java.lang.Object create(int transform, java.lang.String code, Status status, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
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.
create
in interface VesselGroupDao
VesselGroupDao.create(int, java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public void update(VesselGroup vesselGroup)
VesselGroupDao
vesselGroup
instance in the persistent store.
update
in interface VesselGroupDao
VesselGroupDao.update(fr.ifremer.allegro.referential.vessel.VesselGroup)
public void update(java.util.Collection entities)
VesselDao
entities
collection in the persistent store.
update
in interface VesselDao
update
in interface VesselGroupDao
update
in class VesselDaoBase
VesselDao.update(java.util.Collection)
public void remove(VesselGroup vesselGroup)
VesselGroupDao
remove
in interface VesselGroupDao
VesselGroupDao.remove(fr.ifremer.allegro.referential.vessel.VesselGroup)
public void remove(java.lang.String code)
VesselDao
identifier
from the persistent store.
remove
in interface VesselDao
remove
in interface VesselGroupDao
remove
in class VesselDaoBase
VesselGroupDao.remove(java.lang.String)
public void remove(java.util.Collection entities)
VesselDao
entities collection.
- Specified by:
remove
in interface VesselDao
- Specified by:
remove
in interface VesselGroupDao
- Overrides:
remove
in class VesselDaoBase
- See Also:
VesselDao.remove(java.util.Collection)
public java.util.Collection getAllVesselGroup()
getAllVesselGroup
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroup()
public java.util.Collection getAllVesselGroup(int transform)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroup()
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.
getAllVesselGroup
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroup(int)
public java.util.Collection getAllVesselGroup(java.lang.String queryString)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroup()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.getAllVesselGroup()
.
getAllVesselGroup
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroup(java.lang.String)
public java.util.Collection getAllVesselGroup(int pageNumber, int pageSize)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroup()
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.
getAllVesselGroup
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroup(int, int)
public java.util.Collection getAllVesselGroup(java.lang.String queryString, int pageNumber, int pageSize)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroup(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.
getAllVesselGroup
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroup(String, int, int)
public java.util.Collection getAllVesselGroup(int transform, java.lang.String queryString)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroup(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.getAllVesselGroup(int)
.
getAllVesselGroup
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroup(int, String)
public java.util.Collection getAllVesselGroup(int transform, int pageNumber, int pageSize)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroup(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.
getAllVesselGroup
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroup(int, int, int)
public java.util.Collection getAllVesselGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroup(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.
getAllVesselGroup
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroup(int, java.lang.String, int, int)
public VesselGroup findVesselGroupByCode(java.lang.String code)
findVesselGroupByCode
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByCode(java.lang.String)
public java.lang.Object findVesselGroupByCode(int transform, java.lang.String code)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByCode(java.lang.String)
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.
findVesselGroupByCode
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByCode(int, java.lang.String)
public VesselGroup findVesselGroupByCode(java.lang.String queryString, java.lang.String code)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByCode(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.findVesselGroupByCode(java.lang.String)
.
findVesselGroupByCode
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByCode(java.lang.String, java.lang.String)
public java.lang.Object findVesselGroupByCode(int transform, java.lang.String queryString, java.lang.String code)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByCode(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.findVesselGroupByCode(int, java.lang.String code)
.
findVesselGroupByCode
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByCode(int, java.lang.String, java.lang.String)
public java.util.Collection findVesselGroupByStatus(Status status)
findVesselGroupByStatus
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselGroupByStatus(int transform, Status status)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status)
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.
findVesselGroupByStatus
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselGroupByStatus(java.lang.String queryString, Status status)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status)
.
findVesselGroupByStatus
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselGroupByStatus(int pageNumber, int pageSize, Status status)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByStatus(fr.ifremer.allegro.referential.Status)
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.
findVesselGroupByStatus
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselGroupByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByStatus(String, fr.ifremer.allegro.referential.Status)
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.
findVesselGroupByStatus
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselGroupByStatus(int transform, java.lang.String queryString, Status status)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.findVesselGroupByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findVesselGroupByStatus
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselGroupByStatus(int transform, int pageNumber, int pageSize, Status status)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, fr.ifremer.allegro.referential.Status)
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.
findVesselGroupByStatus
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselGroupByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByStatus(int, String, fr.ifremer.allegro.referential.Status)
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.
findVesselGroupByStatus
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselGroupByVesselType(VesselType vesselType)
findVesselGroupByVesselType
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByVesselType(fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselGroupByVesselType(int transform, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(fr.ifremer.allegro.referential.VesselType)
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.
findVesselGroupByVesselType
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByVesselType(int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselGroupByVesselType(java.lang.String queryString, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.findVesselGroupByVesselType(fr.ifremer.allegro.referential.VesselType)
.
findVesselGroupByVesselType
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByVesselType(java.lang.String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselGroupByVesselType(int pageNumber, int pageSize, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(fr.ifremer.allegro.referential.VesselType)
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.
findVesselGroupByVesselType
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByVesselType(int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselGroupByVesselType(java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(String, fr.ifremer.allegro.referential.VesselType)
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.
findVesselGroupByVesselType
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByVesselType(String, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselGroupByVesselType(int transform, java.lang.String queryString, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(int, fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.findVesselGroupByVesselType(int, fr.ifremer.allegro.referential.VesselType vesselType)
.
findVesselGroupByVesselType
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselGroupByVesselType(int transform, int pageNumber, int pageSize, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(int, fr.ifremer.allegro.referential.VesselType)
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.
findVesselGroupByVesselType
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByVesselType(int, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselGroupByVesselType(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
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.
findVesselGroupByVesselType
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByVesselType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.VesselType)
public VesselGroup findVesselGroupByNaturalId(java.lang.String code)
findVesselGroupByNaturalId
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByNaturalId(java.lang.String)
public java.lang.Object findVesselGroupByNaturalId(int transform, java.lang.String code)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByNaturalId(java.lang.String)
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.
findVesselGroupByNaturalId
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByNaturalId(int, java.lang.String)
public VesselGroup findVesselGroupByNaturalId(java.lang.String queryString, java.lang.String code)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByNaturalId(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.findVesselGroupByNaturalId(java.lang.String)
.
findVesselGroupByNaturalId
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByNaturalId(java.lang.String, java.lang.String)
public java.lang.Object findVesselGroupByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
VesselGroupDao
Does the same thing as VesselGroupDao.findVesselGroupByNaturalId(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.findVesselGroupByNaturalId(int, java.lang.String code)
.
findVesselGroupByNaturalId
in interface VesselGroupDao
VesselGroupDao.findVesselGroupByNaturalId(int, java.lang.String, java.lang.String)
public java.util.Collection getAllVesselGroupSinceDateSynchro(java.sql.Timestamp updateDate)
getAllVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroupSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllVesselGroupSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(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.
getAllVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllVesselGroupSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.getAllVesselGroupSinceDateSynchro(java.sql.Timestamp)
.
getAllVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroupSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllVesselGroupSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(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.
getAllVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselGroupSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(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.
getAllVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroupSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselGroupSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllVesselGroupSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(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.
getAllVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselGroupSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselGroupDao
Does the same thing as VesselGroupDao.getAllVesselGroupSinceDateSynchro(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.
getAllVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllVesselGroupSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public java.util.Collection getAllVessel()
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel()
public java.util.Collection getAllVessel(int transform)
VesselDao
Does the same thing as VesselDao.getAllVessel()
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.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int)
public java.util.Collection getAllVessel(java.lang.String queryString)
VesselDao
Does the same thing as VesselDao.getAllVessel()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.getAllVessel()
.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(java.lang.String)
public java.util.Collection getAllVessel(int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.getAllVessel()
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.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int, int)
public java.util.Collection getAllVessel(java.lang.String queryString, int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.getAllVessel(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.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(String, int, int)
public java.util.Collection getAllVessel(int transform, java.lang.String queryString)
VesselDao
Does the same thing as VesselDao.getAllVessel(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.getAllVessel(int)
.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int, String)
public java.util.Collection getAllVessel(int transform, int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.getAllVessel(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.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int, int, int)
public java.util.Collection getAllVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.getAllVessel(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.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int, java.lang.String, int, int)
public Vessel findVesselByCode(java.lang.String code)
findVesselByCode
in interface VesselDao
findVesselByCode
in class VesselDaoBase
VesselDao.findVesselByCode(java.lang.String)
public java.lang.Object findVesselByCode(int transform, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByCode(java.lang.String)
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.
findVesselByCode
in interface VesselDao
findVesselByCode
in class VesselDaoBase
VesselDao.findVesselByCode(int, java.lang.String)
public Vessel findVesselByCode(java.lang.String queryString, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByCode(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByCode(java.lang.String)
.
findVesselByCode
in interface VesselDao
findVesselByCode
in class VesselDaoBase
VesselDao.findVesselByCode(java.lang.String, java.lang.String)
public java.lang.Object findVesselByCode(int transform, java.lang.String queryString, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByCode(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByCode(int, java.lang.String code)
.
findVesselByCode
in interface VesselDao
findVesselByCode
in class VesselDaoBase
VesselDao.findVesselByCode(int, java.lang.String, java.lang.String)
public java.util.Collection findVesselByStatus(Status status)
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int transform, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
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.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(java.lang.String queryString, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int pageNumber, int pageSize, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
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.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(String, fr.ifremer.allegro.referential.Status)
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.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int transform, java.lang.String queryString, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status)
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.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status)
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.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByVesselType(VesselType vesselType)
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int transform, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
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.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(java.lang.String queryString, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(java.lang.String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int pageNumber, int pageSize, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
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.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(String, fr.ifremer.allegro.referential.VesselType)
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.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(String, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int transform, java.lang.String queryString, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType vesselType)
.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int transform, int pageNumber, int pageSize, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)
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.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
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.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.VesselType)
public Vessel findVesselByNaturalId(java.lang.String code)
findVesselByNaturalId
in interface VesselDao
findVesselByNaturalId
in class VesselDaoBase
VesselDao.findVesselByNaturalId(java.lang.String)
public java.lang.Object findVesselByNaturalId(int transform, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String)
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.
findVesselByNaturalId
in interface VesselDao
findVesselByNaturalId
in class VesselDaoBase
VesselDao.findVesselByNaturalId(int, java.lang.String)
public Vessel findVesselByNaturalId(java.lang.String queryString, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByNaturalId(java.lang.String)
.
findVesselByNaturalId
in interface VesselDao
findVesselByNaturalId
in class VesselDaoBase
VesselDao.findVesselByNaturalId(java.lang.String, java.lang.String)
public java.lang.Object findVesselByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByNaturalId(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByNaturalId(int, java.lang.String code)
.
findVesselByNaturalId
in interface VesselDao
findVesselByNaturalId
in class VesselDaoBase
VesselDao.findVesselByNaturalId(int, java.lang.String, java.lang.String)
public java.util.Collection getAllVesselSinceDateSynchro(java.sql.Timestamp updateDate)
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)
.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public VesselGroup createFromClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
createFromClusterVesselGroup
in interface VesselGroupDao
VesselGroupDao.createFromClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)
protected abstract VesselGroup handleCreateFromClusterVesselGroup(ClusterVesselGroup clusterVesselGroup) throws java.lang.Exception
createFromClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)
java.lang.Exception
public ClusterVesselGroup[] getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterVesselGroupSinceDateSynchro
in interface VesselGroupDao
VesselGroupDao.getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterVesselGroup[] handleGetAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselGroup entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.vessel.VesselGroupDao
, please note
that the VesselDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
VesselGroup
- VesselDao.TRANSFORM_NONE
RemoteVesselGroupFullVO
- TRANSFORM_REMOTEVESSELGROUPFULLVO
RemoteVesselGroupNaturalId
- TRANSFORM_REMOTEVESSELGROUPNATURALID
ClusterVesselGroup
- TRANSFORM_CLUSTERVESSELGROUP
VesselDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselGroupDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.vessel.VesselGroup)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class VesselDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.referential.vessel.VesselGroupDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.vessel.VesselGroup)
protected VesselGroup toEntity(java.lang.Object[] row)
toEntity
in class VesselDaoBase
public final void toRemoteVesselGroupFullVOCollection(java.util.Collection entities)
VesselGroupDao
RemoteVesselGroupFullVO
.
toRemoteVesselGroupFullVOCollection
in interface VesselGroupDao
VesselGroupDao.toRemoteVesselGroupFullVOCollection(java.util.Collection)
public final RemoteVesselGroupFullVO[] toRemoteVesselGroupFullVOArray(java.util.Collection entities)
VesselGroupDao
RemoteVesselGroupFullVO
.
toRemoteVesselGroupFullVOArray
in interface VesselGroupDao
VesselGroupDao.toRemoteVesselGroupFullVOArray(java.util.Collection)
protected RemoteVesselGroupFullVO toRemoteVesselGroupFullVO(java.lang.Object[] row)
VesselGroupDaoImpl
class if you intend to use reporting queries.
VesselGroupDao.toRemoteVesselGroupFullVO(fr.ifremer.allegro.referential.vessel.VesselGroup)
public final void remoteVesselGroupFullVOToEntityCollection(java.util.Collection instances)
VesselGroupDao
RemoteVesselGroupFullVO
to this
DAO's entity.
remoteVesselGroupFullVOToEntityCollection
in interface VesselGroupDao
VesselGroupDao.remoteVesselGroupFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselGroupFullVO(VesselGroup source, RemoteVesselGroupFullVO target)
VesselGroupDao
toRemoteVesselGroupFullVO
in interface VesselGroupDao
VesselGroupDao.toRemoteVesselGroupFullVO(fr.ifremer.allegro.referential.vessel.VesselGroup, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
public RemoteVesselGroupFullVO toRemoteVesselGroupFullVO(VesselGroup entity)
VesselGroupDao
RemoteVesselGroupFullVO
.
toRemoteVesselGroupFullVO
in interface VesselGroupDao
VesselGroupDao.toRemoteVesselGroupFullVO(fr.ifremer.allegro.referential.vessel.VesselGroup)
public void remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO source, VesselGroup target, boolean copyIfNull)
VesselGroupDao
RemoteVesselGroupFullVO
to the specified entity.
remoteVesselGroupFullVOToEntity
in interface VesselGroupDao
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.fr.ifremer.allegro.referential.vessel.VesselGroupDao#remoteVesselGroupFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.VesselGroup)
public final void toRemoteVesselGroupNaturalIdCollection(java.util.Collection entities)
VesselGroupDao
RemoteVesselGroupNaturalId
.
toRemoteVesselGroupNaturalIdCollection
in interface VesselGroupDao
VesselGroupDao.toRemoteVesselGroupNaturalIdCollection(java.util.Collection)
public final RemoteVesselGroupNaturalId[] toRemoteVesselGroupNaturalIdArray(java.util.Collection entities)
VesselGroupDao
RemoteVesselGroupNaturalId
.
toRemoteVesselGroupNaturalIdArray
in interface VesselGroupDao
VesselGroupDao.toRemoteVesselGroupNaturalIdArray(java.util.Collection)
protected RemoteVesselGroupNaturalId toRemoteVesselGroupNaturalId(java.lang.Object[] row)
VesselGroupDaoImpl
class if you intend to use reporting queries.
VesselGroupDao.toRemoteVesselGroupNaturalId(fr.ifremer.allegro.referential.vessel.VesselGroup)
public final void remoteVesselGroupNaturalIdToEntityCollection(java.util.Collection instances)
VesselGroupDao
RemoteVesselGroupNaturalId
to this
DAO's entity.
remoteVesselGroupNaturalIdToEntityCollection
in interface VesselGroupDao
VesselGroupDao.remoteVesselGroupNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselGroupNaturalId(VesselGroup source, RemoteVesselGroupNaturalId target)
VesselGroupDao
toRemoteVesselGroupNaturalId
in interface VesselGroupDao
VesselGroupDao.toRemoteVesselGroupNaturalId(fr.ifremer.allegro.referential.vessel.VesselGroup, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)
public RemoteVesselGroupNaturalId toRemoteVesselGroupNaturalId(VesselGroup entity)
VesselGroupDao
RemoteVesselGroupNaturalId
.
toRemoteVesselGroupNaturalId
in interface VesselGroupDao
VesselGroupDao.toRemoteVesselGroupNaturalId(fr.ifremer.allegro.referential.vessel.VesselGroup)
public void remoteVesselGroupNaturalIdToEntity(RemoteVesselGroupNaturalId source, VesselGroup target, boolean copyIfNull)
VesselGroupDao
RemoteVesselGroupNaturalId
to the specified entity.
remoteVesselGroupNaturalIdToEntity
in interface VesselGroupDao
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.fr.ifremer.allegro.referential.vessel.VesselGroupDao#remoteVesselGroupNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId, fr.ifremer.allegro.referential.vessel.VesselGroup)
public final void toClusterVesselGroupCollection(java.util.Collection entities)
VesselGroupDao
ClusterVesselGroup
.
toClusterVesselGroupCollection
in interface VesselGroupDao
VesselGroupDao.toClusterVesselGroupCollection(java.util.Collection)
public final ClusterVesselGroup[] toClusterVesselGroupArray(java.util.Collection entities)
VesselGroupDao
ClusterVesselGroup
.
toClusterVesselGroupArray
in interface VesselGroupDao
VesselGroupDao.toClusterVesselGroupArray(java.util.Collection)
protected ClusterVesselGroup toClusterVesselGroup(java.lang.Object[] row)
VesselGroupDaoImpl
class if you intend to use reporting queries.
VesselGroupDao.toClusterVesselGroup(fr.ifremer.allegro.referential.vessel.VesselGroup)
public final void clusterVesselGroupToEntityCollection(java.util.Collection instances)
VesselGroupDao
ClusterVesselGroup
to this
DAO's entity.
clusterVesselGroupToEntityCollection
in interface VesselGroupDao
VesselGroupDao.clusterVesselGroupToEntityCollection(java.util.Collection)
public void toClusterVesselGroup(VesselGroup source, ClusterVesselGroup target)
VesselGroupDao
toClusterVesselGroup
in interface VesselGroupDao
VesselGroupDao.toClusterVesselGroup(fr.ifremer.allegro.referential.vessel.VesselGroup, fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)
public ClusterVesselGroup toClusterVesselGroup(VesselGroup entity)
VesselGroupDao
ClusterVesselGroup
.
toClusterVesselGroup
in interface VesselGroupDao
VesselGroupDao.toClusterVesselGroup(fr.ifremer.allegro.referential.vessel.VesselGroup)
public void clusterVesselGroupToEntity(ClusterVesselGroup source, VesselGroup target, boolean copyIfNull)
VesselGroupDao
ClusterVesselGroup
to the specified entity.
clusterVesselGroupToEntity
in interface VesselGroupDao
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.fr.ifremer.allegro.referential.vessel.VesselGroupDao#clusterVesselGroupToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup, fr.ifremer.allegro.referential.vessel.VesselGroup)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class VesselDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
VesselDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselDao
search
in interface VesselGroupDao
search
in class VesselDaoBase
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.VesselGroupDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
VesselDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselDao
search
in interface VesselGroupDao
search
in class VesselDaoBase
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.VesselGroupDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
VesselDao
VesselDao.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.
search
in interface VesselDao
search
in interface VesselGroupDao
search
in class VesselDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselGroupDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
VesselDao
search
object.
search
in interface VesselDao
search
in interface VesselGroupDao
search
in class VesselDaoBase
search
- the search object which provides the search parameters and pagination specification.
VesselGroupDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |