|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.batch.generic.service.RemoteCatchBatchFullServiceBase
public abstract class RemoteCatchBatchFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.batch.generic.service.RemoteCatchBatchFullService
,
provides access to all services and entities referenced by this service.
RemoteCatchBatchFullService
Constructor Summary | |
---|---|
RemoteCatchBatchFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteCatchBatchFullServiceBase()
Method Detail |
---|
public void setCatchBatchDao(CatchBatchDao catchBatchDao)
catchBatch
's DAO.
protected CatchBatchDao getCatchBatchDao()
catchBatch
's DAO.
public void setFishingOperationDao(FishingOperationDao fishingOperationDao)
fishingOperation
's DAO.
protected FishingOperationDao getFishingOperationDao()
fishingOperation
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setLandingDao(LandingDao landingDao)
landing
's DAO.
protected LandingDao getLandingDao()
landing
's DAO.
public void setSaleDao(SaleDao saleDao)
sale
's DAO.
protected SaleDao getSaleDao()
sale
's DAO.
public void setQuantificationMeasurementDao(QuantificationMeasurementDao quantificationMeasurementDao)
quantificationMeasurement
's DAO.
protected QuantificationMeasurementDao getQuantificationMeasurementDao()
quantificationMeasurement
's DAO.
public void setBatchDao(BatchDao batchDao)
batch
's DAO.
protected BatchDao getBatchDao()
batch
's DAO.
public void setProduceDao(ProduceDao produceDao)
produce
's DAO.
protected ProduceDao getProduceDao()
produce
's DAO.
public RemoteCatchBatchFullVO addCatchBatch(RemoteCatchBatchFullVO catchBatch)
addCatchBatch
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.addCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected abstract RemoteCatchBatchFullVO handleAddCatchBatch(RemoteCatchBatchFullVO catchBatch) throws java.lang.Exception
addCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
java.lang.Exception
public void updateCatchBatch(RemoteCatchBatchFullVO catchBatch)
updateCatchBatch
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.updateCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected abstract void handleUpdateCatchBatch(RemoteCatchBatchFullVO catchBatch) throws java.lang.Exception
updateCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
java.lang.Exception
public void removeCatchBatch(RemoteCatchBatchFullVO catchBatch)
removeCatchBatch
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.removeCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected abstract void handleRemoveCatchBatch(RemoteCatchBatchFullVO catchBatch) throws java.lang.Exception
removeCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
java.lang.Exception
public RemoteCatchBatchFullVO[] getAllCatchBatch()
getAllCatchBatch
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getAllCatchBatch()
protected abstract RemoteCatchBatchFullVO[] handleGetAllCatchBatch() throws java.lang.Exception
getAllCatchBatch()
java.lang.Exception
public RemoteCatchBatchFullVO getCatchBatchById(java.lang.Integer id)
getCatchBatchById
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchById(java.lang.Integer)
protected abstract RemoteCatchBatchFullVO handleGetCatchBatchById(java.lang.Integer id) throws java.lang.Exception
getCatchBatchById(java.lang.Integer)
java.lang.Exception
public RemoteCatchBatchFullVO[] getCatchBatchByIds(java.lang.Integer[] id)
getCatchBatchByIds
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchByIds(java.lang.Integer[])
protected abstract RemoteCatchBatchFullVO[] handleGetCatchBatchByIds(java.lang.Integer[] id) throws java.lang.Exception
getCatchBatchByIds(java.lang.Integer[])
java.lang.Exception
public RemoteCatchBatchFullVO getCatchBatchByFishingOperationId(java.lang.Integer id)
getCatchBatchByFishingOperationId
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchByFishingOperationId(java.lang.Integer)
protected abstract RemoteCatchBatchFullVO handleGetCatchBatchByFishingOperationId(java.lang.Integer id) throws java.lang.Exception
getCatchBatchByFishingOperationId(java.lang.Integer)
java.lang.Exception
public RemoteCatchBatchFullVO[] getCatchBatchByQualityFlagCode(java.lang.String code)
getCatchBatchByQualityFlagCode
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchByQualityFlagCode(java.lang.String)
protected abstract RemoteCatchBatchFullVO[] handleGetCatchBatchByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getCatchBatchByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteCatchBatchFullVO getCatchBatchByLandingId(java.lang.Integer id)
getCatchBatchByLandingId
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchByLandingId(java.lang.Integer)
protected abstract RemoteCatchBatchFullVO handleGetCatchBatchByLandingId(java.lang.Integer id) throws java.lang.Exception
getCatchBatchByLandingId(java.lang.Integer)
java.lang.Exception
public RemoteCatchBatchFullVO getCatchBatchBySaleId(java.lang.Integer id)
getCatchBatchBySaleId
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchBySaleId(java.lang.Integer)
protected abstract RemoteCatchBatchFullVO handleGetCatchBatchBySaleId(java.lang.Integer id) throws java.lang.Exception
getCatchBatchBySaleId(java.lang.Integer)
java.lang.Exception
public RemoteCatchBatchFullVO[] getCatchBatchByParentBatchId(java.lang.Integer id)
getCatchBatchByParentBatchId
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchByParentBatchId(java.lang.Integer)
protected abstract RemoteCatchBatchFullVO[] handleGetCatchBatchByParentBatchId(java.lang.Integer id) throws java.lang.Exception
getCatchBatchByParentBatchId(java.lang.Integer)
java.lang.Exception
public boolean remoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
remoteCatchBatchFullVOsAreEqualOnIdentifiers
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.remoteCatchBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected abstract boolean handleRemoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond) throws java.lang.Exception
remoteCatchBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
java.lang.Exception
public boolean remoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
remoteCatchBatchFullVOsAreEqual
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.remoteCatchBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected abstract boolean handleRemoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond) throws java.lang.Exception
remoteCatchBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
java.lang.Exception
public RemoteCatchBatchNaturalId[] getCatchBatchNaturalIds()
getCatchBatchNaturalIds
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchNaturalIds()
protected abstract RemoteCatchBatchNaturalId[] handleGetCatchBatchNaturalIds() throws java.lang.Exception
getCatchBatchNaturalIds()
java.lang.Exception
public RemoteCatchBatchFullVO getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
getCatchBatchByNaturalId
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId)
protected abstract RemoteCatchBatchFullVO handleGetCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId) throws java.lang.Exception
getCatchBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId)
java.lang.Exception
public RemoteCatchBatchNaturalId getCatchBatchNaturalIdById(java.lang.Integer id)
getCatchBatchNaturalIdById
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getCatchBatchNaturalIdById(java.lang.Integer)
protected abstract RemoteCatchBatchNaturalId handleGetCatchBatchNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getCatchBatchNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterCatchBatch[] getAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterCatchBatchSinceDateSynchro
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterCatchBatch[] handleGetAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterCatchBatch getClusterCatchBatchByIdentifiers(java.lang.Integer id)
getClusterCatchBatchByIdentifiers
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.getClusterCatchBatchByIdentifiers(java.lang.Integer)
protected abstract ClusterCatchBatch handleGetClusterCatchBatchByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterCatchBatchByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterCatchBatch addOrUpdateClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)
addOrUpdateClusterCatchBatch
in interface RemoteCatchBatchFullService
RemoteCatchBatchFullService.addOrUpdateClusterCatchBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterCatchBatch)
protected abstract ClusterCatchBatch handleAddOrUpdateClusterCatchBatch(ClusterCatchBatch clusterCatchBatch) throws java.lang.Exception
addOrUpdateClusterCatchBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterCatchBatch)
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 |