|
||||||||||
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.RemoteTaxonGroupHistoricalRecordFullServiceBase
public abstract class RemoteTaxonGroupHistoricalRecordFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupHistoricalRecordFullService
,
provides access to all services and entities referenced by this service.
RemoteTaxonGroupHistoricalRecordFullService
Constructor Summary | |
---|---|
RemoteTaxonGroupHistoricalRecordFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTaxonGroupHistoricalRecordFullServiceBase()
Method Detail |
---|
public void setTaxonGroupHistoricalRecordDao(TaxonGroupHistoricalRecordDao taxonGroupHistoricalRecordDao)
taxonGroupHistoricalRecord
's DAO.
protected TaxonGroupHistoricalRecordDao getTaxonGroupHistoricalRecordDao()
taxonGroupHistoricalRecord
'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 RemoteTaxonGroupHistoricalRecordFullVO addTaxonGroupHistoricalRecord(RemoteTaxonGroupHistoricalRecordFullVO taxonGroupHistoricalRecord)
addTaxonGroupHistoricalRecord
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.addTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
protected abstract RemoteTaxonGroupHistoricalRecordFullVO handleAddTaxonGroupHistoricalRecord(RemoteTaxonGroupHistoricalRecordFullVO taxonGroupHistoricalRecord) throws java.lang.Exception
addTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
java.lang.Exception
public void updateTaxonGroupHistoricalRecord(RemoteTaxonGroupHistoricalRecordFullVO taxonGroupHistoricalRecord)
updateTaxonGroupHistoricalRecord
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.updateTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
protected abstract void handleUpdateTaxonGroupHistoricalRecord(RemoteTaxonGroupHistoricalRecordFullVO taxonGroupHistoricalRecord) throws java.lang.Exception
updateTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
java.lang.Exception
public void removeTaxonGroupHistoricalRecord(RemoteTaxonGroupHistoricalRecordFullVO taxonGroupHistoricalRecord)
removeTaxonGroupHistoricalRecord
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.removeTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
protected abstract void handleRemoveTaxonGroupHistoricalRecord(RemoteTaxonGroupHistoricalRecordFullVO taxonGroupHistoricalRecord) throws java.lang.Exception
removeTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
java.lang.Exception
public RemoteTaxonGroupHistoricalRecordFullVO[] getAllTaxonGroupHistoricalRecord()
getAllTaxonGroupHistoricalRecord
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getAllTaxonGroupHistoricalRecord()
protected abstract RemoteTaxonGroupHistoricalRecordFullVO[] handleGetAllTaxonGroupHistoricalRecord() throws java.lang.Exception
getAllTaxonGroupHistoricalRecord()
java.lang.Exception
public RemoteTaxonGroupHistoricalRecordFullVO getTaxonGroupHistoricalRecordById(java.lang.Integer id)
getTaxonGroupHistoricalRecordById
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getTaxonGroupHistoricalRecordById(java.lang.Integer)
protected abstract RemoteTaxonGroupHistoricalRecordFullVO handleGetTaxonGroupHistoricalRecordById(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupHistoricalRecordById(java.lang.Integer)
java.lang.Exception
public RemoteTaxonGroupHistoricalRecordFullVO[] getTaxonGroupHistoricalRecordByIds(java.lang.Integer[] id)
getTaxonGroupHistoricalRecordByIds
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getTaxonGroupHistoricalRecordByIds(java.lang.Integer[])
protected abstract RemoteTaxonGroupHistoricalRecordFullVO[] handleGetTaxonGroupHistoricalRecordByIds(java.lang.Integer[] id) throws java.lang.Exception
getTaxonGroupHistoricalRecordByIds(java.lang.Integer[])
java.lang.Exception
public RemoteTaxonGroupHistoricalRecordFullVO[] getTaxonGroupHistoricalRecordByTaxonGroupId(java.lang.Integer id)
getTaxonGroupHistoricalRecordByTaxonGroupId
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getTaxonGroupHistoricalRecordByTaxonGroupId(java.lang.Integer)
protected abstract RemoteTaxonGroupHistoricalRecordFullVO[] handleGetTaxonGroupHistoricalRecordByTaxonGroupId(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupHistoricalRecordByTaxonGroupId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonGroupHistoricalRecordFullVO[] getTaxonGroupHistoricalRecordByReferenceTaxonId(java.lang.Integer id)
getTaxonGroupHistoricalRecordByReferenceTaxonId
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getTaxonGroupHistoricalRecordByReferenceTaxonId(java.lang.Integer)
protected abstract RemoteTaxonGroupHistoricalRecordFullVO[] handleGetTaxonGroupHistoricalRecordByReferenceTaxonId(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupHistoricalRecordByReferenceTaxonId(java.lang.Integer)
java.lang.Exception
public boolean remoteTaxonGroupHistoricalRecordFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupHistoricalRecordFullVO remoteTaxonGroupHistoricalRecordFullVOFirst, RemoteTaxonGroupHistoricalRecordFullVO remoteTaxonGroupHistoricalRecordFullVOSecond)
remoteTaxonGroupHistoricalRecordFullVOsAreEqualOnIdentifiers
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.remoteTaxonGroupHistoricalRecordFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
protected abstract boolean handleRemoteTaxonGroupHistoricalRecordFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupHistoricalRecordFullVO remoteTaxonGroupHistoricalRecordFullVOFirst, RemoteTaxonGroupHistoricalRecordFullVO remoteTaxonGroupHistoricalRecordFullVOSecond) throws java.lang.Exception
remoteTaxonGroupHistoricalRecordFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
java.lang.Exception
public boolean remoteTaxonGroupHistoricalRecordFullVOsAreEqual(RemoteTaxonGroupHistoricalRecordFullVO remoteTaxonGroupHistoricalRecordFullVOFirst, RemoteTaxonGroupHistoricalRecordFullVO remoteTaxonGroupHistoricalRecordFullVOSecond)
remoteTaxonGroupHistoricalRecordFullVOsAreEqual
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.remoteTaxonGroupHistoricalRecordFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
protected abstract boolean handleRemoteTaxonGroupHistoricalRecordFullVOsAreEqual(RemoteTaxonGroupHistoricalRecordFullVO remoteTaxonGroupHistoricalRecordFullVOFirst, RemoteTaxonGroupHistoricalRecordFullVO remoteTaxonGroupHistoricalRecordFullVOSecond) throws java.lang.Exception
remoteTaxonGroupHistoricalRecordFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
java.lang.Exception
public RemoteTaxonGroupHistoricalRecordNaturalId[] getTaxonGroupHistoricalRecordNaturalIds()
getTaxonGroupHistoricalRecordNaturalIds
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getTaxonGroupHistoricalRecordNaturalIds()
protected abstract RemoteTaxonGroupHistoricalRecordNaturalId[] handleGetTaxonGroupHistoricalRecordNaturalIds() throws java.lang.Exception
getTaxonGroupHistoricalRecordNaturalIds()
java.lang.Exception
public RemoteTaxonGroupHistoricalRecordFullVO getTaxonGroupHistoricalRecordByNaturalId(RemoteTaxonGroupHistoricalRecordNaturalId taxonGroupHistoricalRecordNaturalId)
getTaxonGroupHistoricalRecordByNaturalId
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getTaxonGroupHistoricalRecordByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordNaturalId)
protected abstract RemoteTaxonGroupHistoricalRecordFullVO handleGetTaxonGroupHistoricalRecordByNaturalId(RemoteTaxonGroupHistoricalRecordNaturalId taxonGroupHistoricalRecordNaturalId) throws java.lang.Exception
getTaxonGroupHistoricalRecordByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordNaturalId)
java.lang.Exception
public RemoteTaxonGroupHistoricalRecordNaturalId getTaxonGroupHistoricalRecordNaturalIdById(java.lang.Integer id)
getTaxonGroupHistoricalRecordNaturalIdById
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getTaxonGroupHistoricalRecordNaturalIdById(java.lang.Integer)
protected abstract RemoteTaxonGroupHistoricalRecordNaturalId handleGetTaxonGroupHistoricalRecordNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupHistoricalRecordNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterTaxonGroupHistoricalRecord getClusterTaxonGroupHistoricalRecordByIdentifiers(java.lang.Integer id)
getClusterTaxonGroupHistoricalRecordByIdentifiers
in interface RemoteTaxonGroupHistoricalRecordFullService
RemoteTaxonGroupHistoricalRecordFullService.getClusterTaxonGroupHistoricalRecordByIdentifiers(java.lang.Integer)
protected abstract ClusterTaxonGroupHistoricalRecord handleGetClusterTaxonGroupHistoricalRecordByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterTaxonGroupHistoricalRecordByIdentifiers(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 |