|
||||||||||
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.RemoteSortingBatchFullServiceBase
public abstract class RemoteSortingBatchFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.batch.generic.service.RemoteSortingBatchFullService
,
provides access to all services and entities referenced by this service.
RemoteSortingBatchFullService
Constructor Summary | |
---|---|
RemoteSortingBatchFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSortingBatchFullServiceBase()
Method Detail |
---|
public void setSortingBatchDao(SortingBatchDao sortingBatchDao)
sortingBatch
's DAO.
protected SortingBatchDao getSortingBatchDao()
sortingBatch
's DAO.
public void setSortingMeasurementDao(SortingMeasurementDao sortingMeasurementDao)
sortingMeasurement
's DAO.
protected SortingMeasurementDao getSortingMeasurementDao()
sortingMeasurement
'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 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 RemoteSortingBatchFullVO addSortingBatch(RemoteSortingBatchFullVO sortingBatch)
addSortingBatch
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.addSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected abstract RemoteSortingBatchFullVO handleAddSortingBatch(RemoteSortingBatchFullVO sortingBatch) throws java.lang.Exception
addSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
java.lang.Exception
public void updateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
updateSortingBatch
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.updateSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected abstract void handleUpdateSortingBatch(RemoteSortingBatchFullVO sortingBatch) throws java.lang.Exception
updateSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
java.lang.Exception
public void removeSortingBatch(RemoteSortingBatchFullVO sortingBatch)
removeSortingBatch
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.removeSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected abstract void handleRemoveSortingBatch(RemoteSortingBatchFullVO sortingBatch) throws java.lang.Exception
removeSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
java.lang.Exception
public RemoteSortingBatchFullVO[] getAllSortingBatch()
getAllSortingBatch
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getAllSortingBatch()
protected abstract RemoteSortingBatchFullVO[] handleGetAllSortingBatch() throws java.lang.Exception
getAllSortingBatch()
java.lang.Exception
public RemoteSortingBatchFullVO getSortingBatchById(java.lang.Integer id)
getSortingBatchById
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getSortingBatchById(java.lang.Integer)
protected abstract RemoteSortingBatchFullVO handleGetSortingBatchById(java.lang.Integer id) throws java.lang.Exception
getSortingBatchById(java.lang.Integer)
java.lang.Exception
public RemoteSortingBatchFullVO[] getSortingBatchByIds(java.lang.Integer[] id)
getSortingBatchByIds
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getSortingBatchByIds(java.lang.Integer[])
protected abstract RemoteSortingBatchFullVO[] handleGetSortingBatchByIds(java.lang.Integer[] id) throws java.lang.Exception
getSortingBatchByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSortingBatchFullVO[] getSortingBatchByTaxonGroupId(java.lang.Integer id)
getSortingBatchByTaxonGroupId
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getSortingBatchByTaxonGroupId(java.lang.Integer)
protected abstract RemoteSortingBatchFullVO[] handleGetSortingBatchByTaxonGroupId(java.lang.Integer id) throws java.lang.Exception
getSortingBatchByTaxonGroupId(java.lang.Integer)
java.lang.Exception
public RemoteSortingBatchFullVO[] getSortingBatchByReferenceTaxonId(java.lang.Integer id)
getSortingBatchByReferenceTaxonId
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getSortingBatchByReferenceTaxonId(java.lang.Integer)
protected abstract RemoteSortingBatchFullVO[] handleGetSortingBatchByReferenceTaxonId(java.lang.Integer id) throws java.lang.Exception
getSortingBatchByReferenceTaxonId(java.lang.Integer)
java.lang.Exception
public RemoteSortingBatchFullVO[] getSortingBatchByParentBatchId(java.lang.Integer id)
getSortingBatchByParentBatchId
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getSortingBatchByParentBatchId(java.lang.Integer)
protected abstract RemoteSortingBatchFullVO[] handleGetSortingBatchByParentBatchId(java.lang.Integer id) throws java.lang.Exception
getSortingBatchByParentBatchId(java.lang.Integer)
java.lang.Exception
public boolean remoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
remoteSortingBatchFullVOsAreEqualOnIdentifiers
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.remoteSortingBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected abstract boolean handleRemoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond) throws java.lang.Exception
remoteSortingBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
java.lang.Exception
public boolean remoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
remoteSortingBatchFullVOsAreEqual
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.remoteSortingBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected abstract boolean handleRemoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond) throws java.lang.Exception
remoteSortingBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
java.lang.Exception
public RemoteSortingBatchNaturalId[] getSortingBatchNaturalIds()
getSortingBatchNaturalIds
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getSortingBatchNaturalIds()
protected abstract RemoteSortingBatchNaturalId[] handleGetSortingBatchNaturalIds() throws java.lang.Exception
getSortingBatchNaturalIds()
java.lang.Exception
public RemoteSortingBatchFullVO getSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
getSortingBatchByNaturalId
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getSortingBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchNaturalId)
protected abstract RemoteSortingBatchFullVO handleGetSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId) throws java.lang.Exception
getSortingBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchNaturalId)
java.lang.Exception
public RemoteSortingBatchNaturalId getSortingBatchNaturalIdById(java.lang.Integer id)
getSortingBatchNaturalIdById
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getSortingBatchNaturalIdById(java.lang.Integer)
protected abstract RemoteSortingBatchNaturalId handleGetSortingBatchNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSortingBatchNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSortingBatch[] getAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSortingBatch
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getAllClusterSortingBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSortingBatch[] handleGetAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSortingBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterSortingBatch getClusterSortingBatchByIdentifiers(java.lang.Integer id)
getClusterSortingBatchByIdentifiers
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.getClusterSortingBatchByIdentifiers(java.lang.Integer)
protected abstract ClusterSortingBatch handleGetClusterSortingBatchByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSortingBatchByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterSortingBatch addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
addOrUpdateClusterSortingBatch
in interface RemoteSortingBatchFullService
RemoteSortingBatchFullService.addOrUpdateClusterSortingBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch)
protected abstract ClusterSortingBatch handleAddOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch) throws java.lang.Exception
addOrUpdateClusterSortingBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch)
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 |