|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationFullServiceBase
public abstract class RemoteTaxonInformationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationFullService
,
provides access to all services and entities referenced by this service.
RemoteTaxonInformationFullService
Constructor Summary | |
---|---|
RemoteTaxonInformationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTaxonInformationFullServiceBase()
Method Detail |
---|
public void setTaxonInformationDao(TaxonInformationDao taxonInformationDao)
taxonInformation
's DAO.
protected TaxonInformationDao getTaxonInformationDao()
taxonInformation
's DAO.
public void setTaxonNameDao(TaxonNameDao taxonNameDao)
taxonName
's DAO.
protected TaxonNameDao getTaxonNameDao()
taxonName
's DAO.
public void setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
referenceDocument
's DAO.
protected ReferenceDocumentDao getReferenceDocumentDao()
referenceDocument
's DAO.
public RemoteTaxonInformationFullVO addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
addTaxonInformation
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.addTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected abstract RemoteTaxonInformationFullVO handleAddTaxonInformation(RemoteTaxonInformationFullVO taxonInformation) throws java.lang.Exception
addTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
java.lang.Exception
public void updateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
updateTaxonInformation
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.updateTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected abstract void handleUpdateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation) throws java.lang.Exception
updateTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
java.lang.Exception
public void removeTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
removeTaxonInformation
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.removeTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected abstract void handleRemoveTaxonInformation(RemoteTaxonInformationFullVO taxonInformation) throws java.lang.Exception
removeTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
java.lang.Exception
public RemoteTaxonInformationFullVO[] getAllTaxonInformation()
getAllTaxonInformation
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.getAllTaxonInformation()
protected abstract RemoteTaxonInformationFullVO[] handleGetAllTaxonInformation() throws java.lang.Exception
getAllTaxonInformation()
java.lang.Exception
public RemoteTaxonInformationFullVO[] getTaxonInformationByTaxonNameId(java.lang.Integer id)
getTaxonInformationByTaxonNameId
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.getTaxonInformationByTaxonNameId(java.lang.Integer)
protected abstract RemoteTaxonInformationFullVO[] handleGetTaxonInformationByTaxonNameId(java.lang.Integer id) throws java.lang.Exception
getTaxonInformationByTaxonNameId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonInformationFullVO[] getTaxonInformationByReferenceDocumentId(java.lang.Integer id)
getTaxonInformationByReferenceDocumentId
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.getTaxonInformationByReferenceDocumentId(java.lang.Integer)
protected abstract RemoteTaxonInformationFullVO[] handleGetTaxonInformationByReferenceDocumentId(java.lang.Integer id) throws java.lang.Exception
getTaxonInformationByReferenceDocumentId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonInformationFullVO getTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
getTaxonInformationByIdentifiers
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.getTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteTaxonInformationFullVO handleGetTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId) throws java.lang.Exception
getTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
remoteTaxonInformationFullVOsAreEqualOnIdentifiers
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected abstract boolean handleRemoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond) throws java.lang.Exception
remoteTaxonInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
java.lang.Exception
public boolean remoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
remoteTaxonInformationFullVOsAreEqual
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.remoteTaxonInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected abstract boolean handleRemoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond) throws java.lang.Exception
remoteTaxonInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
java.lang.Exception
public RemoteTaxonInformationNaturalId[] getTaxonInformationNaturalIds()
getTaxonInformationNaturalIds
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.getTaxonInformationNaturalIds()
protected abstract RemoteTaxonInformationNaturalId[] handleGetTaxonInformationNaturalIds() throws java.lang.Exception
getTaxonInformationNaturalIds()
java.lang.Exception
public RemoteTaxonInformationFullVO getTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
getTaxonInformationByNaturalId
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.getTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationNaturalId)
protected abstract RemoteTaxonInformationFullVO handleGetTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId) throws java.lang.Exception
getTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationNaturalId)
java.lang.Exception
public ClusterTaxonInformation addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
addOrUpdateClusterTaxonInformation
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.addOrUpdateClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)
protected abstract ClusterTaxonInformation handleAddOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation) throws java.lang.Exception
addOrUpdateClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)
java.lang.Exception
public ClusterTaxonInformation[] getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTaxonInformationSinceDateSynchro
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTaxonInformation[] handleGetAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterTaxonInformation getClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
getClusterTaxonInformationByIdentifiers
in interface RemoteTaxonInformationFullService
RemoteTaxonInformationFullService.getClusterTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterTaxonInformation handleGetClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId) throws java.lang.Exception
getClusterTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
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 |