|
||||||||||
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.RemoteCitationFullServiceBase
public abstract class RemoteCitationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteCitationFullService
,
provides access to all services and entities referenced by this service.
RemoteCitationFullService
Constructor Summary | |
---|---|
RemoteCitationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteCitationFullServiceBase()
Method Detail |
---|
public void setCitationDao(CitationDao citationDao)
citation
's DAO.
protected CitationDao getCitationDao()
citation
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteCitationFullVO addCitation(RemoteCitationFullVO citation)
addCitation
in interface RemoteCitationFullService
RemoteCitationFullService.addCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected abstract RemoteCitationFullVO handleAddCitation(RemoteCitationFullVO citation) throws java.lang.Exception
addCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
java.lang.Exception
public void updateCitation(RemoteCitationFullVO citation)
updateCitation
in interface RemoteCitationFullService
RemoteCitationFullService.updateCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected abstract void handleUpdateCitation(RemoteCitationFullVO citation) throws java.lang.Exception
updateCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
java.lang.Exception
public void removeCitation(RemoteCitationFullVO citation)
removeCitation
in interface RemoteCitationFullService
RemoteCitationFullService.removeCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected abstract void handleRemoveCitation(RemoteCitationFullVO citation) throws java.lang.Exception
removeCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
java.lang.Exception
public RemoteCitationFullVO[] getAllCitation()
getAllCitation
in interface RemoteCitationFullService
RemoteCitationFullService.getAllCitation()
protected abstract RemoteCitationFullVO[] handleGetAllCitation() throws java.lang.Exception
getAllCitation()
java.lang.Exception
public RemoteCitationFullVO getCitationById(java.lang.Integer id)
getCitationById
in interface RemoteCitationFullService
RemoteCitationFullService.getCitationById(java.lang.Integer)
protected abstract RemoteCitationFullVO handleGetCitationById(java.lang.Integer id) throws java.lang.Exception
getCitationById(java.lang.Integer)
java.lang.Exception
public RemoteCitationFullVO[] getCitationByIds(java.lang.Integer[] id)
getCitationByIds
in interface RemoteCitationFullService
RemoteCitationFullService.getCitationByIds(java.lang.Integer[])
protected abstract RemoteCitationFullVO[] handleGetCitationByIds(java.lang.Integer[] id) throws java.lang.Exception
getCitationByIds(java.lang.Integer[])
java.lang.Exception
public RemoteCitationFullVO[] getCitationByStatusCode(java.lang.String code)
getCitationByStatusCode
in interface RemoteCitationFullService
RemoteCitationFullService.getCitationByStatusCode(java.lang.String)
protected abstract RemoteCitationFullVO[] handleGetCitationByStatusCode(java.lang.String code) throws java.lang.Exception
getCitationByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
remoteCitationFullVOsAreEqualOnIdentifiers
in interface RemoteCitationFullService
RemoteCitationFullService.remoteCitationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected abstract boolean handleRemoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond) throws java.lang.Exception
remoteCitationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
java.lang.Exception
public boolean remoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
remoteCitationFullVOsAreEqual
in interface RemoteCitationFullService
RemoteCitationFullService.remoteCitationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected abstract boolean handleRemoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond) throws java.lang.Exception
remoteCitationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
java.lang.Exception
public RemoteCitationNaturalId[] getCitationNaturalIds()
getCitationNaturalIds
in interface RemoteCitationFullService
RemoteCitationFullService.getCitationNaturalIds()
protected abstract RemoteCitationNaturalId[] handleGetCitationNaturalIds() throws java.lang.Exception
getCitationNaturalIds()
java.lang.Exception
public RemoteCitationFullVO getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
getCitationByNaturalId
in interface RemoteCitationFullService
RemoteCitationFullService.getCitationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationNaturalId)
protected abstract RemoteCitationFullVO handleGetCitationByNaturalId(RemoteCitationNaturalId citationNaturalId) throws java.lang.Exception
getCitationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationNaturalId)
java.lang.Exception
public RemoteCitationNaturalId getCitationNaturalIdById(java.lang.Integer id)
getCitationNaturalIdById
in interface RemoteCitationFullService
RemoteCitationFullService.getCitationNaturalIdById(java.lang.Integer)
protected abstract RemoteCitationNaturalId handleGetCitationNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getCitationNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterCitation addOrUpdateClusterCitation(ClusterCitation clusterCitation)
addOrUpdateClusterCitation
in interface RemoteCitationFullService
RemoteCitationFullService.addOrUpdateClusterCitation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterCitation)
protected abstract ClusterCitation handleAddOrUpdateClusterCitation(ClusterCitation clusterCitation) throws java.lang.Exception
addOrUpdateClusterCitation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterCitation)
java.lang.Exception
public ClusterCitation[] getAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterCitationSinceDateSynchro
in interface RemoteCitationFullService
RemoteCitationFullService.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterCitation[] handleGetAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterCitationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterCitation getClusterCitationByIdentifiers(java.lang.Integer id)
getClusterCitationByIdentifiers
in interface RemoteCitationFullService
RemoteCitationFullService.getClusterCitationByIdentifiers(java.lang.Integer)
protected abstract ClusterCitation handleGetClusterCitationByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterCitationByIdentifiers(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 |