|
||||||||||
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.RemoteVirtualComponentFullServiceBase
public abstract class RemoteVirtualComponentFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteVirtualComponentFullService
,
provides access to all services and entities referenced by this service.
RemoteVirtualComponentFullService
Constructor Summary | |
---|---|
RemoteVirtualComponentFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVirtualComponentFullServiceBase()
Method Detail |
---|
public void setVirtualComponentDao(VirtualComponentDao virtualComponentDao)
virtualComponent
's DAO.
protected VirtualComponentDao getVirtualComponentDao()
virtualComponent
's DAO.
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 RemoteVirtualComponentFullVO addVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
addVirtualComponent
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.addVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected abstract RemoteVirtualComponentFullVO handleAddVirtualComponent(RemoteVirtualComponentFullVO virtualComponent) throws java.lang.Exception
addVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
java.lang.Exception
public void updateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
updateVirtualComponent
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.updateVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected abstract void handleUpdateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent) throws java.lang.Exception
updateVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
java.lang.Exception
public void removeVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
removeVirtualComponent
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.removeVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected abstract void handleRemoveVirtualComponent(RemoteVirtualComponentFullVO virtualComponent) throws java.lang.Exception
removeVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
java.lang.Exception
public RemoteVirtualComponentFullVO[] getAllVirtualComponent()
getAllVirtualComponent
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.getAllVirtualComponent()
protected abstract RemoteVirtualComponentFullVO[] handleGetAllVirtualComponent() throws java.lang.Exception
getAllVirtualComponent()
java.lang.Exception
public RemoteVirtualComponentFullVO[] getVirtualComponentByTaxonNameId(java.lang.Integer id)
getVirtualComponentByTaxonNameId
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.getVirtualComponentByTaxonNameId(java.lang.Integer)
protected abstract RemoteVirtualComponentFullVO[] handleGetVirtualComponentByTaxonNameId(java.lang.Integer id) throws java.lang.Exception
getVirtualComponentByTaxonNameId(java.lang.Integer)
java.lang.Exception
public RemoteVirtualComponentFullVO[] getVirtualComponentByReferenceTaxonId(java.lang.Integer id)
getVirtualComponentByReferenceTaxonId
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.getVirtualComponentByReferenceTaxonId(java.lang.Integer)
protected abstract RemoteVirtualComponentFullVO[] handleGetVirtualComponentByReferenceTaxonId(java.lang.Integer id) throws java.lang.Exception
getVirtualComponentByReferenceTaxonId(java.lang.Integer)
java.lang.Exception
public RemoteVirtualComponentFullVO getVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
getVirtualComponentByIdentifiers
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.getVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteVirtualComponentFullVO handleGetVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId) throws java.lang.Exception
getVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
remoteVirtualComponentFullVOsAreEqualOnIdentifiers
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.remoteVirtualComponentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected abstract boolean handleRemoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond) throws java.lang.Exception
remoteVirtualComponentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
java.lang.Exception
public boolean remoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
remoteVirtualComponentFullVOsAreEqual
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.remoteVirtualComponentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected abstract boolean handleRemoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond) throws java.lang.Exception
remoteVirtualComponentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
java.lang.Exception
public RemoteVirtualComponentNaturalId[] getVirtualComponentNaturalIds()
getVirtualComponentNaturalIds
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.getVirtualComponentNaturalIds()
protected abstract RemoteVirtualComponentNaturalId[] handleGetVirtualComponentNaturalIds() throws java.lang.Exception
getVirtualComponentNaturalIds()
java.lang.Exception
public RemoteVirtualComponentFullVO getVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId)
getVirtualComponentByNaturalId
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.getVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentNaturalId)
protected abstract RemoteVirtualComponentFullVO handleGetVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId) throws java.lang.Exception
getVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentNaturalId)
java.lang.Exception
public ClusterVirtualComponent addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
addOrUpdateClusterVirtualComponent
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.addOrUpdateClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent)
protected abstract ClusterVirtualComponent handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent) throws java.lang.Exception
addOrUpdateClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent)
java.lang.Exception
public ClusterVirtualComponent[] getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterVirtualComponentSinceDateSynchro
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterVirtualComponent[] handleGetAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterVirtualComponent getClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
getClusterVirtualComponentByIdentifiers
in interface RemoteVirtualComponentFullService
RemoteVirtualComponentFullService.getClusterVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterVirtualComponent handleGetClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId) throws java.lang.Exception
getClusterVirtualComponentByIdentifiers(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 |