|
||||||||||
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.RemoteTaxonGroupFullServiceBase
public abstract class RemoteTaxonGroupFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupFullService
,
provides access to all services and entities referenced by this service.
RemoteTaxonGroupFullService
Constructor Summary | |
---|---|
RemoteTaxonGroupFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTaxonGroupFullServiceBase()
Method Detail |
---|
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroup
's DAO.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroup
's DAO.
public void setTaxonGroupTypeDao(TaxonGroupTypeDao taxonGroupTypeDao)
taxonGroupType
's DAO.
protected TaxonGroupTypeDao getTaxonGroupTypeDao()
taxonGroupType
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setTaxonGroupHistoricalRecordDao(TaxonGroupHistoricalRecordDao taxonGroupHistoricalRecordDao)
taxonGroupHistoricalRecord
's DAO.
protected TaxonGroupHistoricalRecordDao getTaxonGroupHistoricalRecordDao()
taxonGroupHistoricalRecord
's DAO.
public RemoteTaxonGroupFullVO addTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
addTaxonGroup
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.addTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected abstract RemoteTaxonGroupFullVO handleAddTaxonGroup(RemoteTaxonGroupFullVO taxonGroup) throws java.lang.Exception
addTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
java.lang.Exception
public void updateTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
updateTaxonGroup
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.updateTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected abstract void handleUpdateTaxonGroup(RemoteTaxonGroupFullVO taxonGroup) throws java.lang.Exception
updateTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
java.lang.Exception
public void removeTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
removeTaxonGroup
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.removeTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected abstract void handleRemoveTaxonGroup(RemoteTaxonGroupFullVO taxonGroup) throws java.lang.Exception
removeTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
java.lang.Exception
public RemoteTaxonGroupFullVO[] getAllTaxonGroup()
getAllTaxonGroup
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getAllTaxonGroup()
protected abstract RemoteTaxonGroupFullVO[] handleGetAllTaxonGroup() throws java.lang.Exception
getAllTaxonGroup()
java.lang.Exception
public RemoteTaxonGroupFullVO getTaxonGroupById(java.lang.Integer id)
getTaxonGroupById
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getTaxonGroupById(java.lang.Integer)
protected abstract RemoteTaxonGroupFullVO handleGetTaxonGroupById(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupById(java.lang.Integer)
java.lang.Exception
public RemoteTaxonGroupFullVO[] getTaxonGroupByIds(java.lang.Integer[] id)
getTaxonGroupByIds
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getTaxonGroupByIds(java.lang.Integer[])
protected abstract RemoteTaxonGroupFullVO[] handleGetTaxonGroupByIds(java.lang.Integer[] id) throws java.lang.Exception
getTaxonGroupByIds(java.lang.Integer[])
java.lang.Exception
public RemoteTaxonGroupFullVO[] getTaxonGroupByTaxonGroupTypeCode(java.lang.String code)
getTaxonGroupByTaxonGroupTypeCode
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getTaxonGroupByTaxonGroupTypeCode(java.lang.String)
protected abstract RemoteTaxonGroupFullVO[] handleGetTaxonGroupByTaxonGroupTypeCode(java.lang.String code) throws java.lang.Exception
getTaxonGroupByTaxonGroupTypeCode(java.lang.String)
java.lang.Exception
public RemoteTaxonGroupFullVO[] getTaxonGroupByParentTaxonGroupId(java.lang.Integer id)
getTaxonGroupByParentTaxonGroupId
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getTaxonGroupByParentTaxonGroupId(java.lang.Integer)
protected abstract RemoteTaxonGroupFullVO[] handleGetTaxonGroupByParentTaxonGroupId(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupByParentTaxonGroupId(java.lang.Integer)
java.lang.Exception
public RemoteTaxonGroupFullVO[] getTaxonGroupByStatusCode(java.lang.String code)
getTaxonGroupByStatusCode
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getTaxonGroupByStatusCode(java.lang.String)
protected abstract RemoteTaxonGroupFullVO[] handleGetTaxonGroupByStatusCode(java.lang.String code) throws java.lang.Exception
getTaxonGroupByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteTaxonGroupFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupFullVO remoteTaxonGroupFullVOFirst, RemoteTaxonGroupFullVO remoteTaxonGroupFullVOSecond)
remoteTaxonGroupFullVOsAreEqualOnIdentifiers
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.remoteTaxonGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected abstract boolean handleRemoteTaxonGroupFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupFullVO remoteTaxonGroupFullVOFirst, RemoteTaxonGroupFullVO remoteTaxonGroupFullVOSecond) throws java.lang.Exception
remoteTaxonGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
java.lang.Exception
public boolean remoteTaxonGroupFullVOsAreEqual(RemoteTaxonGroupFullVO remoteTaxonGroupFullVOFirst, RemoteTaxonGroupFullVO remoteTaxonGroupFullVOSecond)
remoteTaxonGroupFullVOsAreEqual
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.remoteTaxonGroupFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected abstract boolean handleRemoteTaxonGroupFullVOsAreEqual(RemoteTaxonGroupFullVO remoteTaxonGroupFullVOFirst, RemoteTaxonGroupFullVO remoteTaxonGroupFullVOSecond) throws java.lang.Exception
remoteTaxonGroupFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
java.lang.Exception
public RemoteTaxonGroupNaturalId[] getTaxonGroupNaturalIds()
getTaxonGroupNaturalIds
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getTaxonGroupNaturalIds()
protected abstract RemoteTaxonGroupNaturalId[] handleGetTaxonGroupNaturalIds() throws java.lang.Exception
getTaxonGroupNaturalIds()
java.lang.Exception
public RemoteTaxonGroupFullVO getTaxonGroupByNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)
getTaxonGroupByNaturalId
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getTaxonGroupByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupNaturalId)
protected abstract RemoteTaxonGroupFullVO handleGetTaxonGroupByNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId) throws java.lang.Exception
getTaxonGroupByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupNaturalId)
java.lang.Exception
public RemoteTaxonGroupNaturalId getTaxonGroupNaturalIdById(java.lang.Integer id)
getTaxonGroupNaturalIdById
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getTaxonGroupNaturalIdById(java.lang.Integer)
protected abstract RemoteTaxonGroupNaturalId handleGetTaxonGroupNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getTaxonGroupNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterTaxonGroup addOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
addOrUpdateClusterTaxonGroup
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.addOrUpdateClusterTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroup)
protected abstract ClusterTaxonGroup handleAddOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup) throws java.lang.Exception
addOrUpdateClusterTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroup)
java.lang.Exception
public ClusterTaxonGroup[] getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTaxonGroupSinceDateSynchro
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTaxonGroup[] handleGetAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterTaxonGroup getClusterTaxonGroupByIdentifiers(java.lang.Integer id)
getClusterTaxonGroupByIdentifiers
in interface RemoteTaxonGroupFullService
RemoteTaxonGroupFullService.getClusterTaxonGroupByIdentifiers(java.lang.Integer)
protected abstract ClusterTaxonGroup handleGetClusterTaxonGroupByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterTaxonGroupByIdentifiers(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 |