|
||||||||||
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.RemoteTaxonNameHistoryFullServiceBase
public abstract class RemoteTaxonNameHistoryFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonNameHistoryFullService
,
provides access to all services and entities referenced by this service.
RemoteTaxonNameHistoryFullService
Constructor Summary | |
---|---|
RemoteTaxonNameHistoryFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTaxonNameHistoryFullServiceBase()
Method Detail |
---|
public void setTaxonNameHistoryDao(TaxonNameHistoryDao taxonNameHistoryDao)
taxonNameHistory
's DAO.
protected TaxonNameHistoryDao getTaxonNameHistoryDao()
taxonNameHistory
's DAO.
public void setCitationDao(CitationDao citationDao)
citation
's DAO.
protected CitationDao getCitationDao()
citation
's DAO.
public void setTaxonNameDao(TaxonNameDao taxonNameDao)
taxonName
's DAO.
protected TaxonNameDao getTaxonNameDao()
taxonName
's DAO.
public RemoteTaxonNameHistoryFullVO addTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
addTaxonNameHistory
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.addTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected abstract RemoteTaxonNameHistoryFullVO handleAddTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory) throws java.lang.Exception
addTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
java.lang.Exception
public void updateTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
updateTaxonNameHistory
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.updateTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected abstract void handleUpdateTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory) throws java.lang.Exception
updateTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
java.lang.Exception
public void removeTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
removeTaxonNameHistory
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.removeTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected abstract void handleRemoveTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory) throws java.lang.Exception
removeTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
java.lang.Exception
public RemoteTaxonNameHistoryFullVO[] getAllTaxonNameHistory()
getAllTaxonNameHistory
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getAllTaxonNameHistory()
protected abstract RemoteTaxonNameHistoryFullVO[] handleGetAllTaxonNameHistory() throws java.lang.Exception
getAllTaxonNameHistory()
java.lang.Exception
public RemoteTaxonNameHistoryFullVO getTaxonNameHistoryById(java.lang.Integer id)
getTaxonNameHistoryById
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryById(java.lang.Integer)
protected abstract RemoteTaxonNameHistoryFullVO handleGetTaxonNameHistoryById(java.lang.Integer id) throws java.lang.Exception
getTaxonNameHistoryById(java.lang.Integer)
java.lang.Exception
public RemoteTaxonNameHistoryFullVO[] getTaxonNameHistoryByIds(java.lang.Integer[] id)
getTaxonNameHistoryByIds
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByIds(java.lang.Integer[])
protected abstract RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByIds(java.lang.Integer[] id) throws java.lang.Exception
getTaxonNameHistoryByIds(java.lang.Integer[])
java.lang.Exception
public RemoteTaxonNameHistoryFullVO[] getTaxonNameHistoryByCitationId(java.lang.Integer id)
getTaxonNameHistoryByCitationId
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByCitationId(java.lang.Integer)
protected abstract RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByCitationId(java.lang.Integer id) throws java.lang.Exception
getTaxonNameHistoryByCitationId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonNameHistoryFullVO[] getTaxonNameHistoryByTaxonNameId(java.lang.Integer id)
getTaxonNameHistoryByTaxonNameId
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByTaxonNameId(java.lang.Integer)
protected abstract RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByTaxonNameId(java.lang.Integer id) throws java.lang.Exception
getTaxonNameHistoryByTaxonNameId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonNameHistoryFullVO[] getTaxonNameHistoryByParentTaxonNameId(java.lang.Integer id)
getTaxonNameHistoryByParentTaxonNameId
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByParentTaxonNameId(java.lang.Integer)
protected abstract RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByParentTaxonNameId(java.lang.Integer id) throws java.lang.Exception
getTaxonNameHistoryByParentTaxonNameId(java.lang.Integer)
java.lang.Exception
public boolean remoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOFirst, RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOSecond)
remoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.remoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected abstract boolean handleRemoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOFirst, RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOSecond) throws java.lang.Exception
remoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
java.lang.Exception
public boolean remoteTaxonNameHistoryFullVOsAreEqual(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOFirst, RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOSecond)
remoteTaxonNameHistoryFullVOsAreEqual
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.remoteTaxonNameHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected abstract boolean handleRemoteTaxonNameHistoryFullVOsAreEqual(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOFirst, RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOSecond) throws java.lang.Exception
remoteTaxonNameHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
java.lang.Exception
public RemoteTaxonNameHistoryNaturalId[] getTaxonNameHistoryNaturalIds()
getTaxonNameHistoryNaturalIds
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryNaturalIds()
protected abstract RemoteTaxonNameHistoryNaturalId[] handleGetTaxonNameHistoryNaturalIds() throws java.lang.Exception
getTaxonNameHistoryNaturalIds()
java.lang.Exception
public RemoteTaxonNameHistoryFullVO getTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
getTaxonNameHistoryByNaturalId
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryNaturalId)
protected abstract RemoteTaxonNameHistoryFullVO handleGetTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId) throws java.lang.Exception
getTaxonNameHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryNaturalId)
java.lang.Exception
public RemoteTaxonNameHistoryNaturalId getTaxonNameHistoryNaturalIdById(java.lang.Integer id)
getTaxonNameHistoryNaturalIdById
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryNaturalIdById(java.lang.Integer)
protected abstract RemoteTaxonNameHistoryNaturalId handleGetTaxonNameHistoryNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getTaxonNameHistoryNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterTaxonNameHistory[] getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTaxonNameHistorySinceDateSynchro
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTaxonNameHistory[] handleGetAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterTaxonNameHistory getClusterTaxonNameHistoryByIdentifiers(java.lang.Integer id)
getClusterTaxonNameHistoryByIdentifiers
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.getClusterTaxonNameHistoryByIdentifiers(java.lang.Integer)
protected abstract ClusterTaxonNameHistory handleGetClusterTaxonNameHistoryByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterTaxonNameHistoryByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterTaxonNameHistory addOrUpdateClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
addOrUpdateClusterTaxonNameHistory
in interface RemoteTaxonNameHistoryFullService
RemoteTaxonNameHistoryFullService.addOrUpdateClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)
protected abstract ClusterTaxonNameHistory handleAddOrUpdateClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory) throws java.lang.Exception
addOrUpdateClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)
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 |