|
||||||||||
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.RemoteTaxonInformationHistoryFullServiceBase
public abstract class RemoteTaxonInformationHistoryFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationHistoryFullService
,
provides access to all services and entities referenced by this service.
RemoteTaxonInformationHistoryFullService
Constructor Summary | |
---|---|
RemoteTaxonInformationHistoryFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTaxonInformationHistoryFullServiceBase()
Method Detail |
---|
public void setTaxonInformationHistoryDao(TaxonInformationHistoryDao taxonInformationHistoryDao)
taxonInformationHistory
's DAO.
protected TaxonInformationHistoryDao getTaxonInformationHistoryDao()
taxonInformationHistory
's DAO.
public void setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
referenceDocument
's DAO.
protected ReferenceDocumentDao getReferenceDocumentDao()
referenceDocument
's DAO.
public void setTaxonNameHistoryDao(TaxonNameHistoryDao taxonNameHistoryDao)
taxonNameHistory
's DAO.
protected TaxonNameHistoryDao getTaxonNameHistoryDao()
taxonNameHistory
's DAO.
public RemoteTaxonInformationHistoryFullVO addTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
addTaxonInformationHistory
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.addTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected abstract RemoteTaxonInformationHistoryFullVO handleAddTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory) throws java.lang.Exception
addTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
java.lang.Exception
public void updateTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
updateTaxonInformationHistory
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.updateTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected abstract void handleUpdateTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory) throws java.lang.Exception
updateTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
java.lang.Exception
public void removeTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
removeTaxonInformationHistory
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.removeTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected abstract void handleRemoveTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory) throws java.lang.Exception
removeTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
java.lang.Exception
public RemoteTaxonInformationHistoryFullVO[] getAllTaxonInformationHistory()
getAllTaxonInformationHistory
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.getAllTaxonInformationHistory()
protected abstract RemoteTaxonInformationHistoryFullVO[] handleGetAllTaxonInformationHistory() throws java.lang.Exception
getAllTaxonInformationHistory()
java.lang.Exception
public RemoteTaxonInformationHistoryFullVO[] getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer id)
getTaxonInformationHistoryByReferenceDocumentId
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer)
protected abstract RemoteTaxonInformationHistoryFullVO[] handleGetTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer id) throws java.lang.Exception
getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonInformationHistoryFullVO[] getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer id)
getTaxonInformationHistoryByTaxonNameHistoryId
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer)
protected abstract RemoteTaxonInformationHistoryFullVO[] handleGetTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer id) throws java.lang.Exception
getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonInformationHistoryFullVO getTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId)
getTaxonInformationHistoryByIdentifiers
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteTaxonInformationHistoryFullVO handleGetTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId) throws java.lang.Exception
getTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst, RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected abstract boolean handleRemoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst, RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond) throws java.lang.Exception
remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
java.lang.Exception
public boolean remoteTaxonInformationHistoryFullVOsAreEqual(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst, RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
remoteTaxonInformationHistoryFullVOsAreEqual
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.remoteTaxonInformationHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected abstract boolean handleRemoteTaxonInformationHistoryFullVOsAreEqual(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst, RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond) throws java.lang.Exception
remoteTaxonInformationHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
java.lang.Exception
public RemoteTaxonInformationHistoryNaturalId[] getTaxonInformationHistoryNaturalIds()
getTaxonInformationHistoryNaturalIds
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryNaturalIds()
protected abstract RemoteTaxonInformationHistoryNaturalId[] handleGetTaxonInformationHistoryNaturalIds() throws java.lang.Exception
getTaxonInformationHistoryNaturalIds()
java.lang.Exception
public RemoteTaxonInformationHistoryFullVO getTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
getTaxonInformationHistoryByNaturalId
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId)
protected abstract RemoteTaxonInformationHistoryFullVO handleGetTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId) throws java.lang.Exception
getTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId)
java.lang.Exception
public ClusterTaxonInformationHistory getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId)
getClusterTaxonInformationHistoryByIdentifiers
in interface RemoteTaxonInformationHistoryFullService
RemoteTaxonInformationHistoryFullService.getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterTaxonInformationHistory handleGetClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId) throws java.lang.Exception
getClusterTaxonInformationHistoryByIdentifiers(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 |