|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.sample.generic.service.RemoteSampleFullServiceBase
public abstract class RemoteSampleFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.sample.generic.service.RemoteSampleFullService
,
provides access to all services and entities referenced by this service.
RemoteSampleFullService
Constructor Summary | |
---|---|
RemoteSampleFullServiceBase()
|
Method Summary | |
---|---|
ClusterSample |
addOrUpdateClusterSample(ClusterSample clusterSample)
|
RemoteSampleFullVO |
addSample(RemoteSampleFullVO sample)
|
ClusterSample[] |
getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemoteSampleFullVO[] |
getAllSample()
|
protected BatchDao |
getBatchDao()
Gets the reference to batch 's DAO. |
ClusterSample |
getClusterSampleByIdentifiers(java.lang.Integer id)
|
protected DepartmentDao |
getDepartmentDao()
Gets the reference to department 's DAO. |
protected FishingAreaDao |
getFishingAreaDao()
Gets the reference to fishingArea 's DAO. |
protected FishingOperationDao |
getFishingOperationDao()
Gets the reference to fishingOperation 's DAO. |
protected MatrixDao |
getMatrixDao()
Gets the reference to matrix 's DAO. |
protected java.lang.String |
getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle. |
protected java.lang.String |
getMessage(java.lang.String key,
java.lang.Object[] arguments)
Gets the message having the given key and arguments in the
underlying message bundle. |
protected java.lang.String |
getMessage(java.lang.String key,
java.lang.Object[] arguments,
java.util.Locale locale)
Gets the message having the given key using the given arguments
for the given locale . |
protected org.springframework.context.MessageSource |
getMessages()
Gets the message source available to this service. |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProgramDao |
getProgramDao()
Gets the reference to program 's DAO. |
protected QualityFlagDao |
getQualityFlagDao()
Gets the reference to qualityFlag 's DAO. |
protected ReferenceTaxonDao |
getReferenceTaxonDao()
Gets the reference to referenceTaxon 's DAO. |
RemoteSampleFullVO[] |
getSampleByBatchId(java.lang.Integer id)
|
RemoteSampleFullVO[] |
getSampleByFishingOperationId(java.lang.Integer id)
|
RemoteSampleFullVO |
getSampleById(java.lang.Integer id)
|
RemoteSampleFullVO[] |
getSampleByIds(java.lang.Integer[] id)
|
RemoteSampleFullVO[] |
getSampleByMatrixId(java.lang.Integer id)
|
RemoteSampleFullVO |
getSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
|
RemoteSampleFullVO[] |
getSampleByParentSampleId(java.lang.Integer id)
|
RemoteSampleFullVO[] |
getSampleByProgramCode(java.lang.String code)
|
RemoteSampleFullVO[] |
getSampleByQualityFlagCode(java.lang.String code)
|
RemoteSampleFullVO[] |
getSampleByRecorderDepartmentId(java.lang.Integer id)
|
RemoteSampleFullVO[] |
getSampleByRecorderUserId(java.lang.Integer id)
|
RemoteSampleFullVO[] |
getSampleByReferenceTaxonId(java.lang.Integer id)
|
RemoteSampleFullVO[] |
getSampleBySizeUnitId(java.lang.Integer id)
|
RemoteSampleFullVO[] |
getSampleByTaxonGroupId(java.lang.Integer id)
|
protected SampleDao |
getSampleDao()
Gets the reference to sample 's DAO. |
protected SampleMeasurementDao |
getSampleMeasurementDao()
Gets the reference to sampleMeasurement 's DAO. |
RemoteSampleNaturalId |
getSampleNaturalIdById(java.lang.Integer id)
|
RemoteSampleNaturalId[] |
getSampleNaturalIds()
|
protected TaxonGroupDao |
getTaxonGroupDao()
Gets the reference to taxonGroup 's DAO. |
protected UnitDao |
getUnitDao()
Gets the reference to unit 's DAO. |
protected UserDao |
getUserDao()
Gets the reference to user 's DAO. |
protected abstract ClusterSample |
handleAddOrUpdateClusterSample(ClusterSample clusterSample)
Performs the core logic for addOrUpdateClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample) |
protected abstract RemoteSampleFullVO |
handleAddSample(RemoteSampleFullVO sample)
Performs the core logic for addSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO) |
protected abstract ClusterSample[] |
handleGetAllClusterSampleSinceDateSynchro(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 getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetAllSample()
Performs the core logic for getAllSample() |
protected abstract ClusterSample |
handleGetClusterSampleByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterSampleByIdentifiers(java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByBatchId(java.lang.Integer id)
Performs the core logic for getSampleByBatchId(java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByFishingOperationId(java.lang.Integer id)
Performs the core logic for getSampleByFishingOperationId(java.lang.Integer) |
protected abstract RemoteSampleFullVO |
handleGetSampleById(java.lang.Integer id)
Performs the core logic for getSampleById(java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByIds(java.lang.Integer[] id)
Performs the core logic for getSampleByIds(java.lang.Integer[]) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByMatrixId(java.lang.Integer id)
Performs the core logic for getSampleByMatrixId(java.lang.Integer) |
protected abstract RemoteSampleFullVO |
handleGetSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
Performs the core logic for getSampleByNaturalId(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleNaturalId) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByParentSampleId(java.lang.Integer id)
Performs the core logic for getSampleByParentSampleId(java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByProgramCode(java.lang.String code)
Performs the core logic for getSampleByProgramCode(java.lang.String) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByQualityFlagCode(java.lang.String code)
Performs the core logic for getSampleByQualityFlagCode(java.lang.String) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByRecorderDepartmentId(java.lang.Integer id)
Performs the core logic for getSampleByRecorderDepartmentId(java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByRecorderUserId(java.lang.Integer id)
Performs the core logic for getSampleByRecorderUserId(java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByReferenceTaxonId(java.lang.Integer id)
Performs the core logic for getSampleByReferenceTaxonId(java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleBySizeUnitId(java.lang.Integer id)
Performs the core logic for getSampleBySizeUnitId(java.lang.Integer) |
protected abstract RemoteSampleFullVO[] |
handleGetSampleByTaxonGroupId(java.lang.Integer id)
Performs the core logic for getSampleByTaxonGroupId(java.lang.Integer) |
protected abstract RemoteSampleNaturalId |
handleGetSampleNaturalIdById(java.lang.Integer id)
Performs the core logic for getSampleNaturalIdById(java.lang.Integer) |
protected abstract RemoteSampleNaturalId[] |
handleGetSampleNaturalIds()
Performs the core logic for getSampleNaturalIds() |
protected abstract boolean |
handleRemoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst,
RemoteSampleFullVO remoteSampleFullVOSecond)
Performs the core logic for remoteSampleFullVOsAreEqual(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO) |
protected abstract boolean |
handleRemoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst,
RemoteSampleFullVO remoteSampleFullVOSecond)
Performs the core logic for remoteSampleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO) |
protected abstract void |
handleRemoveSample(RemoteSampleFullVO sample)
Performs the core logic for removeSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO) |
protected abstract void |
handleUpdateSample(RemoteSampleFullVO sample)
Performs the core logic for updateSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO) |
boolean |
remoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst,
RemoteSampleFullVO remoteSampleFullVOSecond)
|
boolean |
remoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst,
RemoteSampleFullVO remoteSampleFullVOSecond)
|
void |
removeSample(RemoteSampleFullVO sample)
|
void |
setBatchDao(BatchDao batchDao)
Sets the reference to batch 's DAO. |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to department 's DAO. |
void |
setFishingAreaDao(FishingAreaDao fishingAreaDao)
Sets the reference to fishingArea 's DAO. |
void |
setFishingOperationDao(FishingOperationDao fishingOperationDao)
Sets the reference to fishingOperation 's DAO. |
void |
setMatrixDao(MatrixDao matrixDao)
Sets the reference to matrix 's DAO. |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to program 's DAO. |
void |
setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlag 's DAO. |
void |
setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
Sets the reference to referenceTaxon 's DAO. |
void |
setSampleDao(SampleDao sampleDao)
Sets the reference to sample 's DAO. |
void |
setSampleMeasurementDao(SampleMeasurementDao sampleMeasurementDao)
Sets the reference to sampleMeasurement 's DAO. |
void |
setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroup 's DAO. |
void |
setUnitDao(UnitDao unitDao)
Sets the reference to unit 's DAO. |
void |
setUserDao(UserDao userDao)
Sets the reference to user 's DAO. |
void |
updateSample(RemoteSampleFullVO sample)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSampleFullServiceBase()
Method Detail |
---|
public void setSampleDao(SampleDao sampleDao)
sample
's DAO.
protected SampleDao getSampleDao()
sample
's DAO.
public void setMatrixDao(MatrixDao matrixDao)
matrix
's DAO.
protected MatrixDao getMatrixDao()
matrix
's DAO.
public void setUnitDao(UnitDao unitDao)
unit
's DAO.
protected UnitDao getUnitDao()
unit
's DAO.
public void setBatchDao(BatchDao batchDao)
batch
's DAO.
protected BatchDao getBatchDao()
batch
's DAO.
public void setFishingOperationDao(FishingOperationDao fishingOperationDao)
fishingOperation
's DAO.
protected FishingOperationDao getFishingOperationDao()
fishingOperation
's DAO.
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroup
's DAO.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroup
's DAO.
public void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
referenceTaxon
's DAO.
protected ReferenceTaxonDao getReferenceTaxonDao()
referenceTaxon
's DAO.
public void setSampleMeasurementDao(SampleMeasurementDao sampleMeasurementDao)
sampleMeasurement
's DAO.
protected SampleMeasurementDao getSampleMeasurementDao()
sampleMeasurement
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setUserDao(UserDao userDao)
user
's DAO.
protected UserDao getUserDao()
user
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setFishingAreaDao(FishingAreaDao fishingAreaDao)
fishingArea
's DAO.
protected FishingAreaDao getFishingAreaDao()
fishingArea
's DAO.
public RemoteSampleFullVO addSample(RemoteSampleFullVO sample)
addSample
in interface RemoteSampleFullService
RemoteSampleFullService.addSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected abstract RemoteSampleFullVO handleAddSample(RemoteSampleFullVO sample) throws java.lang.Exception
addSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
java.lang.Exception
public void updateSample(RemoteSampleFullVO sample)
updateSample
in interface RemoteSampleFullService
RemoteSampleFullService.updateSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected abstract void handleUpdateSample(RemoteSampleFullVO sample) throws java.lang.Exception
updateSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
java.lang.Exception
public void removeSample(RemoteSampleFullVO sample)
removeSample
in interface RemoteSampleFullService
RemoteSampleFullService.removeSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected abstract void handleRemoveSample(RemoteSampleFullVO sample) throws java.lang.Exception
removeSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
java.lang.Exception
public RemoteSampleFullVO[] getAllSample()
getAllSample
in interface RemoteSampleFullService
RemoteSampleFullService.getAllSample()
protected abstract RemoteSampleFullVO[] handleGetAllSample() throws java.lang.Exception
getAllSample()
java.lang.Exception
public RemoteSampleFullVO getSampleById(java.lang.Integer id)
getSampleById
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleById(java.lang.Integer)
protected abstract RemoteSampleFullVO handleGetSampleById(java.lang.Integer id) throws java.lang.Exception
getSampleById(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByIds(java.lang.Integer[] id)
getSampleByIds
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByIds(java.lang.Integer[])
protected abstract RemoteSampleFullVO[] handleGetSampleByIds(java.lang.Integer[] id) throws java.lang.Exception
getSampleByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSampleFullVO[] getSampleByMatrixId(java.lang.Integer id)
getSampleByMatrixId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByMatrixId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleByMatrixId(java.lang.Integer id) throws java.lang.Exception
getSampleByMatrixId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleBySizeUnitId(java.lang.Integer id)
getSampleBySizeUnitId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleBySizeUnitId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleBySizeUnitId(java.lang.Integer id) throws java.lang.Exception
getSampleBySizeUnitId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByBatchId(java.lang.Integer id)
getSampleByBatchId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByBatchId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleByBatchId(java.lang.Integer id) throws java.lang.Exception
getSampleByBatchId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByFishingOperationId(java.lang.Integer id)
getSampleByFishingOperationId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByFishingOperationId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleByFishingOperationId(java.lang.Integer id) throws java.lang.Exception
getSampleByFishingOperationId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByTaxonGroupId(java.lang.Integer id)
getSampleByTaxonGroupId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByTaxonGroupId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleByTaxonGroupId(java.lang.Integer id) throws java.lang.Exception
getSampleByTaxonGroupId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByReferenceTaxonId(java.lang.Integer id)
getSampleByReferenceTaxonId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByReferenceTaxonId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleByReferenceTaxonId(java.lang.Integer id) throws java.lang.Exception
getSampleByReferenceTaxonId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByRecorderDepartmentId(java.lang.Integer id)
getSampleByRecorderDepartmentId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getSampleByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByRecorderUserId(java.lang.Integer id)
getSampleByRecorderUserId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByRecorderUserId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleByRecorderUserId(java.lang.Integer id) throws java.lang.Exception
getSampleByRecorderUserId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByParentSampleId(java.lang.Integer id)
getSampleByParentSampleId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByParentSampleId(java.lang.Integer)
protected abstract RemoteSampleFullVO[] handleGetSampleByParentSampleId(java.lang.Integer id) throws java.lang.Exception
getSampleByParentSampleId(java.lang.Integer)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByProgramCode(java.lang.String code)
getSampleByProgramCode
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByProgramCode(java.lang.String)
protected abstract RemoteSampleFullVO[] handleGetSampleByProgramCode(java.lang.String code) throws java.lang.Exception
getSampleByProgramCode(java.lang.String)
java.lang.Exception
public RemoteSampleFullVO[] getSampleByQualityFlagCode(java.lang.String code)
getSampleByQualityFlagCode
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByQualityFlagCode(java.lang.String)
protected abstract RemoteSampleFullVO[] handleGetSampleByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getSampleByQualityFlagCode(java.lang.String)
java.lang.Exception
public boolean remoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
remoteSampleFullVOsAreEqualOnIdentifiers
in interface RemoteSampleFullService
RemoteSampleFullService.remoteSampleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected abstract boolean handleRemoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond) throws java.lang.Exception
remoteSampleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
java.lang.Exception
public boolean remoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
remoteSampleFullVOsAreEqual
in interface RemoteSampleFullService
RemoteSampleFullService.remoteSampleFullVOsAreEqual(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected abstract boolean handleRemoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond) throws java.lang.Exception
remoteSampleFullVOsAreEqual(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
java.lang.Exception
public RemoteSampleNaturalId[] getSampleNaturalIds()
getSampleNaturalIds
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleNaturalIds()
protected abstract RemoteSampleNaturalId[] handleGetSampleNaturalIds() throws java.lang.Exception
getSampleNaturalIds()
java.lang.Exception
public RemoteSampleFullVO getSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
getSampleByNaturalId
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleByNaturalId(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleNaturalId)
protected abstract RemoteSampleFullVO handleGetSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId) throws java.lang.Exception
getSampleByNaturalId(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleNaturalId)
java.lang.Exception
public RemoteSampleNaturalId getSampleNaturalIdById(java.lang.Integer id)
getSampleNaturalIdById
in interface RemoteSampleFullService
RemoteSampleFullService.getSampleNaturalIdById(java.lang.Integer)
protected abstract RemoteSampleNaturalId handleGetSampleNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSampleNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSample[] getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSampleSinceDateSynchro
in interface RemoteSampleFullService
RemoteSampleFullService.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSample[] handleGetAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterSample getClusterSampleByIdentifiers(java.lang.Integer id)
getClusterSampleByIdentifiers
in interface RemoteSampleFullService
RemoteSampleFullService.getClusterSampleByIdentifiers(java.lang.Integer)
protected abstract ClusterSample handleGetClusterSampleByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSampleByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterSample addOrUpdateClusterSample(ClusterSample clusterSample)
addOrUpdateClusterSample
in interface RemoteSampleFullService
RemoteSampleFullService.addOrUpdateClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
protected abstract ClusterSample handleAddOrUpdateClusterSample(ClusterSample clusterSample) throws java.lang.Exception
addOrUpdateClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
java.lang.Exception
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
protected org.springframework.context.MessageSource getMessages()
protected java.lang.String getMessage(java.lang.String key)
key
in the underlying message bundle.
key
- the key of the message in the messages.properties message bundle.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
key
and arguments
in the
underlying message bundle.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
key
using the given arguments
for the given locale
.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.locale
- the locale of the messages to retrieve.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |