|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupInformationFullServiceBase
public abstract class RemoteTaxonGroupInformationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupInformationFullService
,
provides access to all services and entities referenced by this service.
RemoteTaxonGroupInformationFullService
Constructor Summary | |
---|---|
RemoteTaxonGroupInformationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTaxonGroupInformationFullServiceBase()
Method Detail |
---|
public void setTaxonGroupInformationDao(TaxonGroupInformationDao taxonGroupInformationDao)
taxonGroupInformation
's DAO.
protected TaxonGroupInformationDao getTaxonGroupInformationDao()
taxonGroupInformation
's DAO.
public void setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
referenceDocument
's DAO.
protected ReferenceDocumentDao getReferenceDocumentDao()
referenceDocument
's DAO.
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroup
's DAO.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroup
's DAO.
public RemoteTaxonGroupInformationFullVO addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
addTaxonGroupInformation
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.addTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected abstract RemoteTaxonGroupInformationFullVO handleAddTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation) throws java.lang.Exception
addTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
java.lang.Exception
public void updateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
updateTaxonGroupInformation
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.updateTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected abstract void handleUpdateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation) throws java.lang.Exception
updateTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
java.lang.Exception
public void removeTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
removeTaxonGroupInformation
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.removeTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected abstract void handleRemoveTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation) throws java.lang.Exception
removeTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
java.lang.Exception
public RemoteTaxonGroupInformationFullVO[] getAllTaxonGroupInformation()
getAllTaxonGroupInformation
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.getAllTaxonGroupInformation()
protected abstract RemoteTaxonGroupInformationFullVO[] handleGetAllTaxonGroupInformation() throws java.lang.Exception
getAllTaxonGroupInformation()
java.lang.Exception
public RemoteTaxonGroupInformationFullVO[] getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
getTaxonGroupInformationByReferenceDocumentId
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer)
protected abstract RemoteTaxonGroupInformationFullVO[] handleGetTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonGroupInformationFullVO[] getTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
getTaxonGroupInformationByTaxonGroupId
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer)
protected abstract RemoteTaxonGroupInformationFullVO[] handleGetTaxonGroupInformationByTaxonGroupId(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupInformationByTaxonGroupId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonGroupInformationFullVO getTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
getTaxonGroupInformationByIdentifiers
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteTaxonGroupInformationFullVO handleGetTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId) throws java.lang.Exception
getTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected abstract boolean handleRemoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond) throws java.lang.Exception
remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
java.lang.Exception
public boolean remoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
remoteTaxonGroupInformationFullVOsAreEqual
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.remoteTaxonGroupInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected abstract boolean handleRemoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond) throws java.lang.Exception
remoteTaxonGroupInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
java.lang.Exception
public RemoteTaxonGroupInformationNaturalId[] getTaxonGroupInformationNaturalIds()
getTaxonGroupInformationNaturalIds
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationNaturalIds()
protected abstract RemoteTaxonGroupInformationNaturalId[] handleGetTaxonGroupInformationNaturalIds() throws java.lang.Exception
getTaxonGroupInformationNaturalIds()
java.lang.Exception
public RemoteTaxonGroupInformationFullVO getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
getTaxonGroupInformationByNaturalId
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId)
protected abstract RemoteTaxonGroupInformationFullVO handleGetTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId) throws java.lang.Exception
getTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId)
java.lang.Exception
public ClusterTaxonGroupInformation getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
getClusterTaxonGroupInformationByIdentifiers
in interface RemoteTaxonGroupInformationFullService
RemoteTaxonGroupInformationFullService.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterTaxonGroupInformation handleGetClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId) throws java.lang.Exception
getClusterTaxonGroupInformationByIdentifiers(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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |