|
||||||||||
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.RemoteAuthorFullServiceBase
public abstract class RemoteAuthorFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.taxon.generic.service.RemoteAuthorFullService
,
provides access to all services and entities referenced by this service.
RemoteAuthorFullService
Constructor Summary | |
---|---|
RemoteAuthorFullServiceBase()
|
Method Summary | |
---|---|
RemoteAuthorFullVO |
addAuthor(RemoteAuthorFullVO author)
|
ClusterAuthor |
addOrUpdateClusterAuthor(ClusterAuthor clusterAuthor)
|
RemoteAuthorFullVO[] |
getAllAuthor()
|
ClusterAuthor[] |
getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemoteAuthorFullVO |
getAuthorById(java.lang.Integer id)
|
RemoteAuthorFullVO[] |
getAuthorByIds(java.lang.Integer[] id)
|
RemoteAuthorFullVO |
getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
RemoteAuthorFullVO[] |
getAuthorByStatusCode(java.lang.String code)
|
protected AuthorDao |
getAuthorDao()
Gets the reference to author 's DAO. |
RemoteAuthorNaturalId |
getAuthorNaturalIdById(java.lang.Integer id)
|
RemoteAuthorNaturalId[] |
getAuthorNaturalIds()
|
ClusterAuthor |
getClusterAuthorByIdentifiers(java.lang.Integer id)
|
protected java.lang.String |
getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle. |
protected java.lang.String |
getMessage(java.lang.String key,
java.lang.Object[] arguments)
Gets the message having the given key and arguments in the
underlying message bundle. |
protected java.lang.String |
getMessage(java.lang.String key,
java.lang.Object[] arguments,
java.util.Locale locale)
Gets the message having the given key using the given arguments
for the given locale . |
protected org.springframework.context.MessageSource |
getMessages()
Gets the message source available to this service. |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ReferenceDocumentDao |
getReferenceDocumentDao()
Gets the reference to referenceDocument 's DAO. |
protected StatusDao |
getStatusDao()
Gets the reference to status 's DAO. |
protected abstract RemoteAuthorFullVO |
handleAddAuthor(RemoteAuthorFullVO author)
Performs the core logic for addAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO) |
protected abstract ClusterAuthor |
handleAddOrUpdateClusterAuthor(ClusterAuthor clusterAuthor)
Performs the core logic for addOrUpdateClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor) |
protected abstract RemoteAuthorFullVO[] |
handleGetAllAuthor()
Performs the core logic for getAllAuthor() |
protected abstract ClusterAuthor[] |
handleGetAllClusterAuthorSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemoteAuthorFullVO |
handleGetAuthorById(java.lang.Integer id)
Performs the core logic for getAuthorById(java.lang.Integer) |
protected abstract RemoteAuthorFullVO[] |
handleGetAuthorByIds(java.lang.Integer[] id)
Performs the core logic for getAuthorByIds(java.lang.Integer[]) |
protected abstract RemoteAuthorFullVO |
handleGetAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
Performs the core logic for getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId) |
protected abstract RemoteAuthorFullVO[] |
handleGetAuthorByStatusCode(java.lang.String code)
Performs the core logic for getAuthorByStatusCode(java.lang.String) |
protected abstract RemoteAuthorNaturalId |
handleGetAuthorNaturalIdById(java.lang.Integer id)
Performs the core logic for getAuthorNaturalIdById(java.lang.Integer) |
protected abstract RemoteAuthorNaturalId[] |
handleGetAuthorNaturalIds()
Performs the core logic for getAuthorNaturalIds() |
protected abstract ClusterAuthor |
handleGetClusterAuthorByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterAuthorByIdentifiers(java.lang.Integer) |
protected abstract boolean |
handleRemoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst,
RemoteAuthorFullVO remoteAuthorFullVOSecond)
Performs the core logic for remoteAuthorFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO) |
protected abstract boolean |
handleRemoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst,
RemoteAuthorFullVO remoteAuthorFullVOSecond)
Performs the core logic for remoteAuthorFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO) |
protected abstract void |
handleRemoveAuthor(RemoteAuthorFullVO author)
Performs the core logic for removeAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO) |
protected abstract void |
handleUpdateAuthor(RemoteAuthorFullVO author)
Performs the core logic for updateAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO) |
boolean |
remoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst,
RemoteAuthorFullVO remoteAuthorFullVOSecond)
|
boolean |
remoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst,
RemoteAuthorFullVO remoteAuthorFullVOSecond)
|
void |
removeAuthor(RemoteAuthorFullVO author)
|
void |
setAuthorDao(AuthorDao authorDao)
Sets the reference to author 's DAO. |
void |
setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
Sets the reference to referenceDocument 's DAO. |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to status 's DAO. |
void |
updateAuthor(RemoteAuthorFullVO author)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteAuthorFullServiceBase()
Method Detail |
---|
public void setAuthorDao(AuthorDao authorDao)
author
's DAO.
protected AuthorDao getAuthorDao()
author
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
referenceDocument
's DAO.
protected ReferenceDocumentDao getReferenceDocumentDao()
referenceDocument
's DAO.
public RemoteAuthorFullVO addAuthor(RemoteAuthorFullVO author)
addAuthor
in interface RemoteAuthorFullService
RemoteAuthorFullService.addAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected abstract RemoteAuthorFullVO handleAddAuthor(RemoteAuthorFullVO author) throws java.lang.Exception
addAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
java.lang.Exception
public void updateAuthor(RemoteAuthorFullVO author)
updateAuthor
in interface RemoteAuthorFullService
RemoteAuthorFullService.updateAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected abstract void handleUpdateAuthor(RemoteAuthorFullVO author) throws java.lang.Exception
updateAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
java.lang.Exception
public void removeAuthor(RemoteAuthorFullVO author)
removeAuthor
in interface RemoteAuthorFullService
RemoteAuthorFullService.removeAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected abstract void handleRemoveAuthor(RemoteAuthorFullVO author) throws java.lang.Exception
removeAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
java.lang.Exception
public RemoteAuthorFullVO[] getAllAuthor()
getAllAuthor
in interface RemoteAuthorFullService
RemoteAuthorFullService.getAllAuthor()
protected abstract RemoteAuthorFullVO[] handleGetAllAuthor() throws java.lang.Exception
getAllAuthor()
java.lang.Exception
public RemoteAuthorFullVO getAuthorById(java.lang.Integer id)
getAuthorById
in interface RemoteAuthorFullService
RemoteAuthorFullService.getAuthorById(java.lang.Integer)
protected abstract RemoteAuthorFullVO handleGetAuthorById(java.lang.Integer id) throws java.lang.Exception
getAuthorById(java.lang.Integer)
java.lang.Exception
public RemoteAuthorFullVO[] getAuthorByIds(java.lang.Integer[] id)
getAuthorByIds
in interface RemoteAuthorFullService
RemoteAuthorFullService.getAuthorByIds(java.lang.Integer[])
protected abstract RemoteAuthorFullVO[] handleGetAuthorByIds(java.lang.Integer[] id) throws java.lang.Exception
getAuthorByIds(java.lang.Integer[])
java.lang.Exception
public RemoteAuthorFullVO[] getAuthorByStatusCode(java.lang.String code)
getAuthorByStatusCode
in interface RemoteAuthorFullService
RemoteAuthorFullService.getAuthorByStatusCode(java.lang.String)
protected abstract RemoteAuthorFullVO[] handleGetAuthorByStatusCode(java.lang.String code) throws java.lang.Exception
getAuthorByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
remoteAuthorFullVOsAreEqualOnIdentifiers
in interface RemoteAuthorFullService
RemoteAuthorFullService.remoteAuthorFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected abstract boolean handleRemoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond) throws java.lang.Exception
remoteAuthorFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
java.lang.Exception
public boolean remoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
remoteAuthorFullVOsAreEqual
in interface RemoteAuthorFullService
RemoteAuthorFullService.remoteAuthorFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected abstract boolean handleRemoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond) throws java.lang.Exception
remoteAuthorFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
java.lang.Exception
public RemoteAuthorNaturalId[] getAuthorNaturalIds()
getAuthorNaturalIds
in interface RemoteAuthorFullService
RemoteAuthorFullService.getAuthorNaturalIds()
protected abstract RemoteAuthorNaturalId[] handleGetAuthorNaturalIds() throws java.lang.Exception
getAuthorNaturalIds()
java.lang.Exception
public RemoteAuthorFullVO getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
getAuthorByNaturalId
in interface RemoteAuthorFullService
RemoteAuthorFullService.getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId)
protected abstract RemoteAuthorFullVO handleGetAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId) throws java.lang.Exception
getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId)
java.lang.Exception
public RemoteAuthorNaturalId getAuthorNaturalIdById(java.lang.Integer id)
getAuthorNaturalIdById
in interface RemoteAuthorFullService
RemoteAuthorFullService.getAuthorNaturalIdById(java.lang.Integer)
protected abstract RemoteAuthorNaturalId handleGetAuthorNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getAuthorNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterAuthor addOrUpdateClusterAuthor(ClusterAuthor clusterAuthor)
addOrUpdateClusterAuthor
in interface RemoteAuthorFullService
RemoteAuthorFullService.addOrUpdateClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)
protected abstract ClusterAuthor handleAddOrUpdateClusterAuthor(ClusterAuthor clusterAuthor) throws java.lang.Exception
addOrUpdateClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)
java.lang.Exception
public ClusterAuthor[] getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterAuthorSinceDateSynchro
in interface RemoteAuthorFullService
RemoteAuthorFullService.getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterAuthor[] handleGetAllClusterAuthorSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterAuthor getClusterAuthorByIdentifiers(java.lang.Integer id)
getClusterAuthorByIdentifiers
in interface RemoteAuthorFullService
RemoteAuthorFullService.getClusterAuthorByIdentifiers(java.lang.Integer)
protected abstract ClusterAuthor handleGetClusterAuthorByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterAuthorByIdentifiers(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 |