|
||||||||||
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.RemoteTaxonNameFullServiceBase
public abstract class RemoteTaxonNameFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonNameFullService
,
provides access to all services and entities referenced by this service.
RemoteTaxonNameFullService
Constructor Summary | |
---|---|
RemoteTaxonNameFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTaxonNameFullServiceBase()
Method Detail |
---|
public void setTaxonNameDao(TaxonNameDao taxonNameDao)
taxonName
's DAO.
protected TaxonNameDao getTaxonNameDao()
taxonName
's DAO.
public void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
referenceTaxon
's DAO.
protected ReferenceTaxonDao getReferenceTaxonDao()
referenceTaxon
's DAO.
public void setTaxonomicLevelDao(TaxonomicLevelDao taxonomicLevelDao)
taxonomicLevel
's DAO.
protected TaxonomicLevelDao getTaxonomicLevelDao()
taxonomicLevel
's DAO.
public void setCitationDao(CitationDao citationDao)
citation
's DAO.
protected CitationDao getCitationDao()
citation
's DAO.
public void setTaxonNameHistoryDao(TaxonNameHistoryDao taxonNameHistoryDao)
taxonNameHistory
's DAO.
protected TaxonNameHistoryDao getTaxonNameHistoryDao()
taxonNameHistory
's DAO.
public RemoteTaxonNameFullVO addTaxonName(RemoteTaxonNameFullVO taxonName)
addTaxonName
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.addTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected abstract RemoteTaxonNameFullVO handleAddTaxonName(RemoteTaxonNameFullVO taxonName) throws java.lang.Exception
addTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
java.lang.Exception
public void updateTaxonName(RemoteTaxonNameFullVO taxonName)
updateTaxonName
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.updateTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected abstract void handleUpdateTaxonName(RemoteTaxonNameFullVO taxonName) throws java.lang.Exception
updateTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
java.lang.Exception
public void removeTaxonName(RemoteTaxonNameFullVO taxonName)
removeTaxonName
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.removeTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected abstract void handleRemoveTaxonName(RemoteTaxonNameFullVO taxonName) throws java.lang.Exception
removeTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
java.lang.Exception
public RemoteTaxonNameFullVO[] getAllTaxonName()
getAllTaxonName
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getAllTaxonName()
protected abstract RemoteTaxonNameFullVO[] handleGetAllTaxonName() throws java.lang.Exception
getAllTaxonName()
java.lang.Exception
public RemoteTaxonNameFullVO getTaxonNameById(java.lang.Integer id)
getTaxonNameById
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameById(java.lang.Integer)
protected abstract RemoteTaxonNameFullVO handleGetTaxonNameById(java.lang.Integer id) throws java.lang.Exception
getTaxonNameById(java.lang.Integer)
java.lang.Exception
public RemoteTaxonNameFullVO[] getTaxonNameByIds(java.lang.Integer[] id)
getTaxonNameByIds
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameByIds(java.lang.Integer[])
protected abstract RemoteTaxonNameFullVO[] handleGetTaxonNameByIds(java.lang.Integer[] id) throws java.lang.Exception
getTaxonNameByIds(java.lang.Integer[])
java.lang.Exception
public RemoteTaxonNameFullVO[] getTaxonNameByReferenceTaxonId(java.lang.Integer id)
getTaxonNameByReferenceTaxonId
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameByReferenceTaxonId(java.lang.Integer)
protected abstract RemoteTaxonNameFullVO[] handleGetTaxonNameByReferenceTaxonId(java.lang.Integer id) throws java.lang.Exception
getTaxonNameByReferenceTaxonId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonNameFullVO[] getTaxonNameByTaxonomicLevelCode(java.lang.String code)
getTaxonNameByTaxonomicLevelCode
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameByTaxonomicLevelCode(java.lang.String)
protected abstract RemoteTaxonNameFullVO[] handleGetTaxonNameByTaxonomicLevelCode(java.lang.String code) throws java.lang.Exception
getTaxonNameByTaxonomicLevelCode(java.lang.String)
java.lang.Exception
public RemoteTaxonNameFullVO[] getTaxonNameByCitationId(java.lang.Integer id)
getTaxonNameByCitationId
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameByCitationId(java.lang.Integer)
protected abstract RemoteTaxonNameFullVO[] handleGetTaxonNameByCitationId(java.lang.Integer id) throws java.lang.Exception
getTaxonNameByCitationId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonNameFullVO[] getTaxonNameByParentTaxonNameId(java.lang.Integer id)
getTaxonNameByParentTaxonNameId
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameByParentTaxonNameId(java.lang.Integer)
protected abstract RemoteTaxonNameFullVO[] handleGetTaxonNameByParentTaxonNameId(java.lang.Integer id) throws java.lang.Exception
getTaxonNameByParentTaxonNameId(java.lang.Integer)
java.lang.Exception
public boolean remoteTaxonNameFullVOsAreEqualOnIdentifiers(RemoteTaxonNameFullVO remoteTaxonNameFullVOFirst, RemoteTaxonNameFullVO remoteTaxonNameFullVOSecond)
remoteTaxonNameFullVOsAreEqualOnIdentifiers
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.remoteTaxonNameFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected abstract boolean handleRemoteTaxonNameFullVOsAreEqualOnIdentifiers(RemoteTaxonNameFullVO remoteTaxonNameFullVOFirst, RemoteTaxonNameFullVO remoteTaxonNameFullVOSecond) throws java.lang.Exception
remoteTaxonNameFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
java.lang.Exception
public boolean remoteTaxonNameFullVOsAreEqual(RemoteTaxonNameFullVO remoteTaxonNameFullVOFirst, RemoteTaxonNameFullVO remoteTaxonNameFullVOSecond)
remoteTaxonNameFullVOsAreEqual
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.remoteTaxonNameFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected abstract boolean handleRemoteTaxonNameFullVOsAreEqual(RemoteTaxonNameFullVO remoteTaxonNameFullVOFirst, RemoteTaxonNameFullVO remoteTaxonNameFullVOSecond) throws java.lang.Exception
remoteTaxonNameFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
java.lang.Exception
public RemoteTaxonNameNaturalId[] getTaxonNameNaturalIds()
getTaxonNameNaturalIds
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameNaturalIds()
protected abstract RemoteTaxonNameNaturalId[] handleGetTaxonNameNaturalIds() throws java.lang.Exception
getTaxonNameNaturalIds()
java.lang.Exception
public RemoteTaxonNameFullVO getTaxonNameByNaturalId(RemoteTaxonNameNaturalId taxonNameNaturalId)
getTaxonNameByNaturalId
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameNaturalId)
protected abstract RemoteTaxonNameFullVO handleGetTaxonNameByNaturalId(RemoteTaxonNameNaturalId taxonNameNaturalId) throws java.lang.Exception
getTaxonNameByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameNaturalId)
java.lang.Exception
public RemoteTaxonNameNaturalId getTaxonNameNaturalIdById(java.lang.Integer id)
getTaxonNameNaturalIdById
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getTaxonNameNaturalIdById(java.lang.Integer)
protected abstract RemoteTaxonNameNaturalId handleGetTaxonNameNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getTaxonNameNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterTaxonName addOrUpdateClusterTaxonName(ClusterTaxonName clusterTaxonName)
addOrUpdateClusterTaxonName
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.addOrUpdateClusterTaxonName(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonName)
protected abstract ClusterTaxonName handleAddOrUpdateClusterTaxonName(ClusterTaxonName clusterTaxonName) throws java.lang.Exception
addOrUpdateClusterTaxonName(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonName)
java.lang.Exception
public ClusterTaxonName[] getAllClusterTaxonNameSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTaxonNameSinceDateSynchro
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getAllClusterTaxonNameSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTaxonName[] handleGetAllClusterTaxonNameSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTaxonNameSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterTaxonName getClusterTaxonNameByIdentifiers(java.lang.Integer id)
getClusterTaxonNameByIdentifiers
in interface RemoteTaxonNameFullService
RemoteTaxonNameFullService.getClusterTaxonNameByIdentifiers(java.lang.Integer)
protected abstract ClusterTaxonName handleGetClusterTaxonNameByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterTaxonNameByIdentifiers(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 |