|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.sale.generic.service.RemoteSaleFullServiceBase
public abstract class RemoteSaleFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.survey.sale.generic.service.RemoteSaleFullService
,
provides access to all services and entities referenced by this service.
RemoteSaleFullService
Constructor Summary | |
---|---|
RemoteSaleFullServiceBase()
|
Method Summary | |
---|---|
ClusterSale |
addOrUpdateClusterSale(ClusterSale clusterSale)
|
RemoteSaleFullVO |
addSale(RemoteSaleFullVO sale)
|
ClusterSale[] |
getAllClusterSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemoteSaleFullVO[] |
getAllSale()
|
protected CatchBatchDao |
getCatchBatchDao()
Gets the reference to catchBatch 's DAO. |
ClusterSale |
getClusterSaleByIdentifiers(java.lang.Integer id)
|
protected DeclaredDocumentReferenceDao |
getDeclaredDocumentReferenceDao()
Gets the reference to declaredDocumentReference 's DAO. |
protected DepartmentDao |
getDepartmentDao()
Gets the reference to department 's DAO. |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTrip 's DAO. |
protected LandingDao |
getLandingDao()
Gets the reference to landing 's DAO. |
protected LocationDao |
getLocationDao()
Gets the reference to location '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 PersonDao |
getPersonDao()
Gets the reference to person 's DAO. |
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. |
RemoteSaleFullVO |
getSaleByCatchBatchId(java.lang.Integer id)
|
RemoteSaleFullVO[] |
getSaleByDeclaredDocumentReferenceId(java.lang.Integer id)
|
RemoteSaleFullVO[] |
getSaleByFishingTripId(java.lang.Integer id)
|
RemoteSaleFullVO |
getSaleById(java.lang.Integer id)
|
RemoteSaleFullVO[] |
getSaleByIds(java.lang.Integer[] id)
|
RemoteSaleFullVO[] |
getSaleByLandingId(java.lang.Integer id)
|
RemoteSaleFullVO |
getSaleByNaturalId(RemoteSaleNaturalId saleNaturalId)
|
RemoteSaleFullVO[] |
getSaleByProgramCode(java.lang.String code)
|
RemoteSaleFullVO[] |
getSaleByQualityFlagCode(java.lang.String code)
|
RemoteSaleFullVO[] |
getSaleByRecorderDepartmentId(java.lang.Integer id)
|
RemoteSaleFullVO[] |
getSaleByRecorderPersonId(java.lang.Integer id)
|
RemoteSaleFullVO[] |
getSaleBySaleLocationId(java.lang.Integer id)
|
RemoteSaleFullVO[] |
getSaleBySaleTypeId(java.lang.Integer id)
|
RemoteSaleFullVO[] |
getSaleByVesselCode(java.lang.String code)
|
protected SaleDao |
getSaleDao()
Gets the reference to sale 's DAO. |
protected SaleMeasurementDao |
getSaleMeasurementDao()
Gets the reference to saleMeasurement 's DAO. |
RemoteSaleNaturalId |
getSaleNaturalIdById(java.lang.Integer id)
|
RemoteSaleNaturalId[] |
getSaleNaturalIds()
|
protected SaleProduceDao |
getSaleProduceDao()
Gets the reference to saleProduce 's DAO. |
protected SaleTypeDao |
getSaleTypeDao()
Gets the reference to saleType 's DAO. |
protected SurveyMeasurementDao |
getSurveyMeasurementDao()
Gets the reference to surveyMeasurement 's DAO. |
protected VesselDao |
getVesselDao()
Gets the reference to vessel 's DAO. |
protected abstract ClusterSale |
handleAddOrUpdateClusterSale(ClusterSale clusterSale)
Performs the core logic for addOrUpdateClusterSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSale) |
protected abstract RemoteSaleFullVO |
handleAddSale(RemoteSaleFullVO sale)
Performs the core logic for addSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO) |
protected abstract ClusterSale[] |
handleGetAllClusterSaleSinceDateSynchro(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 getAllClusterSaleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemoteSaleFullVO[] |
handleGetAllSale()
Performs the core logic for getAllSale() |
protected abstract ClusterSale |
handleGetClusterSaleByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterSaleByIdentifiers(java.lang.Integer) |
protected abstract RemoteSaleFullVO |
handleGetSaleByCatchBatchId(java.lang.Integer id)
Performs the core logic for getSaleByCatchBatchId(java.lang.Integer) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByDeclaredDocumentReferenceId(java.lang.Integer id)
Performs the core logic for getSaleByDeclaredDocumentReferenceId(java.lang.Integer) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByFishingTripId(java.lang.Integer id)
Performs the core logic for getSaleByFishingTripId(java.lang.Integer) |
protected abstract RemoteSaleFullVO |
handleGetSaleById(java.lang.Integer id)
Performs the core logic for getSaleById(java.lang.Integer) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByIds(java.lang.Integer[] id)
Performs the core logic for getSaleByIds(java.lang.Integer[]) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByLandingId(java.lang.Integer id)
Performs the core logic for getSaleByLandingId(java.lang.Integer) |
protected abstract RemoteSaleFullVO |
handleGetSaleByNaturalId(RemoteSaleNaturalId saleNaturalId)
Performs the core logic for getSaleByNaturalId(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleNaturalId) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByProgramCode(java.lang.String code)
Performs the core logic for getSaleByProgramCode(java.lang.String) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByQualityFlagCode(java.lang.String code)
Performs the core logic for getSaleByQualityFlagCode(java.lang.String) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByRecorderDepartmentId(java.lang.Integer id)
Performs the core logic for getSaleByRecorderDepartmentId(java.lang.Integer) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByRecorderPersonId(java.lang.Integer id)
Performs the core logic for getSaleByRecorderPersonId(java.lang.Integer) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleBySaleLocationId(java.lang.Integer id)
Performs the core logic for getSaleBySaleLocationId(java.lang.Integer) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleBySaleTypeId(java.lang.Integer id)
Performs the core logic for getSaleBySaleTypeId(java.lang.Integer) |
protected abstract RemoteSaleFullVO[] |
handleGetSaleByVesselCode(java.lang.String code)
Performs the core logic for getSaleByVesselCode(java.lang.String) |
protected abstract RemoteSaleNaturalId |
handleGetSaleNaturalIdById(java.lang.Integer id)
Performs the core logic for getSaleNaturalIdById(java.lang.Integer) |
protected abstract RemoteSaleNaturalId[] |
handleGetSaleNaturalIds()
Performs the core logic for getSaleNaturalIds() |
protected abstract boolean |
handleRemoteSaleFullVOsAreEqual(RemoteSaleFullVO remoteSaleFullVOFirst,
RemoteSaleFullVO remoteSaleFullVOSecond)
Performs the core logic for remoteSaleFullVOsAreEqual(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO) |
protected abstract boolean |
handleRemoteSaleFullVOsAreEqualOnIdentifiers(RemoteSaleFullVO remoteSaleFullVOFirst,
RemoteSaleFullVO remoteSaleFullVOSecond)
Performs the core logic for remoteSaleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO) |
protected abstract void |
handleRemoveSale(RemoteSaleFullVO sale)
Performs the core logic for removeSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO) |
protected abstract void |
handleUpdateSale(RemoteSaleFullVO sale)
Performs the core logic for updateSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO) |
boolean |
remoteSaleFullVOsAreEqual(RemoteSaleFullVO remoteSaleFullVOFirst,
RemoteSaleFullVO remoteSaleFullVOSecond)
|
boolean |
remoteSaleFullVOsAreEqualOnIdentifiers(RemoteSaleFullVO remoteSaleFullVOFirst,
RemoteSaleFullVO remoteSaleFullVOSecond)
|
void |
removeSale(RemoteSaleFullVO sale)
|
void |
setCatchBatchDao(CatchBatchDao catchBatchDao)
Sets the reference to catchBatch 's DAO. |
void |
setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
Sets the reference to declaredDocumentReference 's DAO. |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to department 's DAO. |
void |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTrip 's DAO. |
void |
setLandingDao(LandingDao landingDao)
Sets the reference to landing 's DAO. |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to location 's DAO. |
void |
setPersonDao(PersonDao personDao)
Sets the reference to person '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 |
setSaleDao(SaleDao saleDao)
Sets the reference to sale 's DAO. |
void |
setSaleMeasurementDao(SaleMeasurementDao saleMeasurementDao)
Sets the reference to saleMeasurement 's DAO. |
void |
setSaleProduceDao(SaleProduceDao saleProduceDao)
Sets the reference to saleProduce 's DAO. |
void |
setSaleTypeDao(SaleTypeDao saleTypeDao)
Sets the reference to saleType 's DAO. |
void |
setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurement 's DAO. |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vessel 's DAO. |
void |
updateSale(RemoteSaleFullVO sale)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSaleFullServiceBase()
Method Detail |
---|
public void setSaleDao(SaleDao saleDao)
sale
's DAO.
protected SaleDao getSaleDao()
sale
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
declaredDocumentReference
's DAO.
protected DeclaredDocumentReferenceDao getDeclaredDocumentReferenceDao()
declaredDocumentReference
's DAO.
public void setSaleMeasurementDao(SaleMeasurementDao saleMeasurementDao)
saleMeasurement
's DAO.
protected SaleMeasurementDao getSaleMeasurementDao()
saleMeasurement
's DAO.
public void setSaleTypeDao(SaleTypeDao saleTypeDao)
saleType
's DAO.
protected SaleTypeDao getSaleTypeDao()
saleType
's DAO.
public void setSaleProduceDao(SaleProduceDao saleProduceDao)
saleProduce
's DAO.
protected SaleProduceDao getSaleProduceDao()
saleProduce
's DAO.
public void setLandingDao(LandingDao landingDao)
landing
's DAO.
protected LandingDao getLandingDao()
landing
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setCatchBatchDao(CatchBatchDao catchBatchDao)
catchBatch
's DAO.
protected CatchBatchDao getCatchBatchDao()
catchBatch
's DAO.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurement
's DAO.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurement
's DAO.
public void setPersonDao(PersonDao personDao)
person
's DAO.
protected PersonDao getPersonDao()
person
's DAO.
public RemoteSaleFullVO addSale(RemoteSaleFullVO sale)
addSale
in interface RemoteSaleFullService
RemoteSaleFullService.addSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
protected abstract RemoteSaleFullVO handleAddSale(RemoteSaleFullVO sale) throws java.lang.Exception
addSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
java.lang.Exception
public void updateSale(RemoteSaleFullVO sale)
updateSale
in interface RemoteSaleFullService
RemoteSaleFullService.updateSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
protected abstract void handleUpdateSale(RemoteSaleFullVO sale) throws java.lang.Exception
updateSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
java.lang.Exception
public void removeSale(RemoteSaleFullVO sale)
removeSale
in interface RemoteSaleFullService
RemoteSaleFullService.removeSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
protected abstract void handleRemoveSale(RemoteSaleFullVO sale) throws java.lang.Exception
removeSale(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
java.lang.Exception
public RemoteSaleFullVO[] getAllSale()
getAllSale
in interface RemoteSaleFullService
RemoteSaleFullService.getAllSale()
protected abstract RemoteSaleFullVO[] handleGetAllSale() throws java.lang.Exception
getAllSale()
java.lang.Exception
public RemoteSaleFullVO getSaleById(java.lang.Integer id)
getSaleById
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleById(java.lang.Integer)
protected abstract RemoteSaleFullVO handleGetSaleById(java.lang.Integer id) throws java.lang.Exception
getSaleById(java.lang.Integer)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByIds(java.lang.Integer[] id)
getSaleByIds
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByIds(java.lang.Integer[])
protected abstract RemoteSaleFullVO[] handleGetSaleByIds(java.lang.Integer[] id) throws java.lang.Exception
getSaleByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSaleFullVO[] getSaleBySaleLocationId(java.lang.Integer id)
getSaleBySaleLocationId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleBySaleLocationId(java.lang.Integer)
protected abstract RemoteSaleFullVO[] handleGetSaleBySaleLocationId(java.lang.Integer id) throws java.lang.Exception
getSaleBySaleLocationId(java.lang.Integer)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByVesselCode(java.lang.String code)
getSaleByVesselCode
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByVesselCode(java.lang.String)
protected abstract RemoteSaleFullVO[] handleGetSaleByVesselCode(java.lang.String code) throws java.lang.Exception
getSaleByVesselCode(java.lang.String)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByFishingTripId(java.lang.Integer id)
getSaleByFishingTripId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByFishingTripId(java.lang.Integer)
protected abstract RemoteSaleFullVO[] handleGetSaleByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getSaleByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByDeclaredDocumentReferenceId(java.lang.Integer id)
getSaleByDeclaredDocumentReferenceId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByDeclaredDocumentReferenceId(java.lang.Integer)
protected abstract RemoteSaleFullVO[] handleGetSaleByDeclaredDocumentReferenceId(java.lang.Integer id) throws java.lang.Exception
getSaleByDeclaredDocumentReferenceId(java.lang.Integer)
java.lang.Exception
public RemoteSaleFullVO[] getSaleBySaleTypeId(java.lang.Integer id)
getSaleBySaleTypeId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleBySaleTypeId(java.lang.Integer)
protected abstract RemoteSaleFullVO[] handleGetSaleBySaleTypeId(java.lang.Integer id) throws java.lang.Exception
getSaleBySaleTypeId(java.lang.Integer)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByLandingId(java.lang.Integer id)
getSaleByLandingId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByLandingId(java.lang.Integer)
protected abstract RemoteSaleFullVO[] handleGetSaleByLandingId(java.lang.Integer id) throws java.lang.Exception
getSaleByLandingId(java.lang.Integer)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByProgramCode(java.lang.String code)
getSaleByProgramCode
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByProgramCode(java.lang.String)
protected abstract RemoteSaleFullVO[] handleGetSaleByProgramCode(java.lang.String code) throws java.lang.Exception
getSaleByProgramCode(java.lang.String)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByRecorderDepartmentId(java.lang.Integer id)
getSaleByRecorderDepartmentId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteSaleFullVO[] handleGetSaleByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getSaleByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByQualityFlagCode(java.lang.String code)
getSaleByQualityFlagCode
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByQualityFlagCode(java.lang.String)
protected abstract RemoteSaleFullVO[] handleGetSaleByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getSaleByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteSaleFullVO getSaleByCatchBatchId(java.lang.Integer id)
getSaleByCatchBatchId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByCatchBatchId(java.lang.Integer)
protected abstract RemoteSaleFullVO handleGetSaleByCatchBatchId(java.lang.Integer id) throws java.lang.Exception
getSaleByCatchBatchId(java.lang.Integer)
java.lang.Exception
public RemoteSaleFullVO[] getSaleByRecorderPersonId(java.lang.Integer id)
getSaleByRecorderPersonId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByRecorderPersonId(java.lang.Integer)
protected abstract RemoteSaleFullVO[] handleGetSaleByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
getSaleByRecorderPersonId(java.lang.Integer)
java.lang.Exception
public boolean remoteSaleFullVOsAreEqualOnIdentifiers(RemoteSaleFullVO remoteSaleFullVOFirst, RemoteSaleFullVO remoteSaleFullVOSecond)
remoteSaleFullVOsAreEqualOnIdentifiers
in interface RemoteSaleFullService
RemoteSaleFullService.remoteSaleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
protected abstract boolean handleRemoteSaleFullVOsAreEqualOnIdentifiers(RemoteSaleFullVO remoteSaleFullVOFirst, RemoteSaleFullVO remoteSaleFullVOSecond) throws java.lang.Exception
remoteSaleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
java.lang.Exception
public boolean remoteSaleFullVOsAreEqual(RemoteSaleFullVO remoteSaleFullVOFirst, RemoteSaleFullVO remoteSaleFullVOSecond)
remoteSaleFullVOsAreEqual
in interface RemoteSaleFullService
RemoteSaleFullService.remoteSaleFullVOsAreEqual(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
protected abstract boolean handleRemoteSaleFullVOsAreEqual(RemoteSaleFullVO remoteSaleFullVOFirst, RemoteSaleFullVO remoteSaleFullVOSecond) throws java.lang.Exception
remoteSaleFullVOsAreEqual(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
java.lang.Exception
public RemoteSaleNaturalId[] getSaleNaturalIds()
getSaleNaturalIds
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleNaturalIds()
protected abstract RemoteSaleNaturalId[] handleGetSaleNaturalIds() throws java.lang.Exception
getSaleNaturalIds()
java.lang.Exception
public RemoteSaleFullVO getSaleByNaturalId(RemoteSaleNaturalId saleNaturalId)
getSaleByNaturalId
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleByNaturalId(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleNaturalId)
protected abstract RemoteSaleFullVO handleGetSaleByNaturalId(RemoteSaleNaturalId saleNaturalId) throws java.lang.Exception
getSaleByNaturalId(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleNaturalId)
java.lang.Exception
public RemoteSaleNaturalId getSaleNaturalIdById(java.lang.Integer id)
getSaleNaturalIdById
in interface RemoteSaleFullService
RemoteSaleFullService.getSaleNaturalIdById(java.lang.Integer)
protected abstract RemoteSaleNaturalId handleGetSaleNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSaleNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSale[] getAllClusterSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSaleSinceDateSynchro
in interface RemoteSaleFullService
RemoteSaleFullService.getAllClusterSaleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSale[] handleGetAllClusterSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSaleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterSale getClusterSaleByIdentifiers(java.lang.Integer id)
getClusterSaleByIdentifiers
in interface RemoteSaleFullService
RemoteSaleFullService.getClusterSaleByIdentifiers(java.lang.Integer)
protected abstract ClusterSale handleGetClusterSaleByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSaleByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterSale addOrUpdateClusterSale(ClusterSale clusterSale)
addOrUpdateClusterSale
in interface RemoteSaleFullService
RemoteSaleFullService.addOrUpdateClusterSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSale)
protected abstract ClusterSale handleAddOrUpdateClusterSale(ClusterSale clusterSale) throws java.lang.Exception
addOrUpdateClusterSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSale)
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 |