|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.generic.service.RemoteMatrixFullServiceBase
public abstract class RemoteMatrixFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.pmfm.generic.service.RemoteMatrixFullService
,
provides access to all services and entities referenced by this service.
RemoteMatrixFullService
Constructor Summary | |
---|---|
RemoteMatrixFullServiceBase()
|
Method Summary | |
---|---|
RemoteMatrixFullVO |
addMatrix(RemoteMatrixFullVO matrix)
|
ClusterMatrix |
addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
|
ClusterMatrix[] |
getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemoteMatrixFullVO[] |
getAllMatrix()
|
ClusterMatrix |
getClusterMatrixByIdentifiers(java.lang.Integer id)
|
protected FractionDao |
getFractionDao()
Gets the reference to fraction 's DAO. |
RemoteMatrixFullVO |
getMatrixById(java.lang.Integer id)
|
RemoteMatrixFullVO[] |
getMatrixByIds(java.lang.Integer[] id)
|
RemoteMatrixFullVO |
getMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
|
RemoteMatrixFullVO[] |
getMatrixByStatusCode(java.lang.String code)
|
protected MatrixDao |
getMatrixDao()
Gets the reference to matrix 's DAO. |
RemoteMatrixNaturalId |
getMatrixNaturalIdById(java.lang.Integer id)
|
RemoteMatrixNaturalId[] |
getMatrixNaturalIds()
|
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 StatusDao |
getStatusDao()
Gets the reference to status 's DAO. |
protected abstract RemoteMatrixFullVO |
handleAddMatrix(RemoteMatrixFullVO matrix)
Performs the core logic for addMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO) |
protected abstract ClusterMatrix |
handleAddOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
Performs the core logic for addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix) |
protected abstract ClusterMatrix[] |
handleGetAllClusterMatrixSinceDateSynchro(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 getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemoteMatrixFullVO[] |
handleGetAllMatrix()
Performs the core logic for getAllMatrix() |
protected abstract ClusterMatrix |
handleGetClusterMatrixByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterMatrixByIdentifiers(java.lang.Integer) |
protected abstract RemoteMatrixFullVO |
handleGetMatrixById(java.lang.Integer id)
Performs the core logic for getMatrixById(java.lang.Integer) |
protected abstract RemoteMatrixFullVO[] |
handleGetMatrixByIds(java.lang.Integer[] id)
Performs the core logic for getMatrixByIds(java.lang.Integer[]) |
protected abstract RemoteMatrixFullVO |
handleGetMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
Performs the core logic for getMatrixByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId) |
protected abstract RemoteMatrixFullVO[] |
handleGetMatrixByStatusCode(java.lang.String code)
Performs the core logic for getMatrixByStatusCode(java.lang.String) |
protected abstract RemoteMatrixNaturalId |
handleGetMatrixNaturalIdById(java.lang.Integer id)
Performs the core logic for getMatrixNaturalIdById(java.lang.Integer) |
protected abstract RemoteMatrixNaturalId[] |
handleGetMatrixNaturalIds()
Performs the core logic for getMatrixNaturalIds() |
protected abstract boolean |
handleRemoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst,
RemoteMatrixFullVO remoteMatrixFullVOSecond)
Performs the core logic for remoteMatrixFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO) |
protected abstract boolean |
handleRemoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst,
RemoteMatrixFullVO remoteMatrixFullVOSecond)
Performs the core logic for remoteMatrixFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO) |
protected abstract void |
handleRemoveMatrix(RemoteMatrixFullVO matrix)
Performs the core logic for removeMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO) |
protected abstract void |
handleUpdateMatrix(RemoteMatrixFullVO matrix)
Performs the core logic for updateMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO) |
boolean |
remoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst,
RemoteMatrixFullVO remoteMatrixFullVOSecond)
|
boolean |
remoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst,
RemoteMatrixFullVO remoteMatrixFullVOSecond)
|
void |
removeMatrix(RemoteMatrixFullVO matrix)
|
void |
setFractionDao(FractionDao fractionDao)
Sets the reference to fraction 's DAO. |
void |
setMatrixDao(MatrixDao matrixDao)
Sets the reference to matrix 's DAO. |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to status 's DAO. |
void |
updateMatrix(RemoteMatrixFullVO matrix)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteMatrixFullServiceBase()
Method Detail |
---|
public void setMatrixDao(MatrixDao matrixDao)
matrix
's DAO.
protected MatrixDao getMatrixDao()
matrix
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setFractionDao(FractionDao fractionDao)
fraction
's DAO.
protected FractionDao getFractionDao()
fraction
's DAO.
public RemoteMatrixFullVO addMatrix(RemoteMatrixFullVO matrix)
addMatrix
in interface RemoteMatrixFullService
RemoteMatrixFullService.addMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected abstract RemoteMatrixFullVO handleAddMatrix(RemoteMatrixFullVO matrix) throws java.lang.Exception
addMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
java.lang.Exception
public void updateMatrix(RemoteMatrixFullVO matrix)
updateMatrix
in interface RemoteMatrixFullService
RemoteMatrixFullService.updateMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected abstract void handleUpdateMatrix(RemoteMatrixFullVO matrix) throws java.lang.Exception
updateMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
java.lang.Exception
public void removeMatrix(RemoteMatrixFullVO matrix)
removeMatrix
in interface RemoteMatrixFullService
RemoteMatrixFullService.removeMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected abstract void handleRemoveMatrix(RemoteMatrixFullVO matrix) throws java.lang.Exception
removeMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
java.lang.Exception
public RemoteMatrixFullVO[] getAllMatrix()
getAllMatrix
in interface RemoteMatrixFullService
RemoteMatrixFullService.getAllMatrix()
protected abstract RemoteMatrixFullVO[] handleGetAllMatrix() throws java.lang.Exception
getAllMatrix()
java.lang.Exception
public RemoteMatrixFullVO getMatrixById(java.lang.Integer id)
getMatrixById
in interface RemoteMatrixFullService
RemoteMatrixFullService.getMatrixById(java.lang.Integer)
protected abstract RemoteMatrixFullVO handleGetMatrixById(java.lang.Integer id) throws java.lang.Exception
getMatrixById(java.lang.Integer)
java.lang.Exception
public RemoteMatrixFullVO[] getMatrixByIds(java.lang.Integer[] id)
getMatrixByIds
in interface RemoteMatrixFullService
RemoteMatrixFullService.getMatrixByIds(java.lang.Integer[])
protected abstract RemoteMatrixFullVO[] handleGetMatrixByIds(java.lang.Integer[] id) throws java.lang.Exception
getMatrixByIds(java.lang.Integer[])
java.lang.Exception
public RemoteMatrixFullVO[] getMatrixByStatusCode(java.lang.String code)
getMatrixByStatusCode
in interface RemoteMatrixFullService
RemoteMatrixFullService.getMatrixByStatusCode(java.lang.String)
protected abstract RemoteMatrixFullVO[] handleGetMatrixByStatusCode(java.lang.String code) throws java.lang.Exception
getMatrixByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst, RemoteMatrixFullVO remoteMatrixFullVOSecond)
remoteMatrixFullVOsAreEqualOnIdentifiers
in interface RemoteMatrixFullService
RemoteMatrixFullService.remoteMatrixFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected abstract boolean handleRemoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst, RemoteMatrixFullVO remoteMatrixFullVOSecond) throws java.lang.Exception
remoteMatrixFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
java.lang.Exception
public boolean remoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst, RemoteMatrixFullVO remoteMatrixFullVOSecond)
remoteMatrixFullVOsAreEqual
in interface RemoteMatrixFullService
RemoteMatrixFullService.remoteMatrixFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
protected abstract boolean handleRemoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst, RemoteMatrixFullVO remoteMatrixFullVOSecond) throws java.lang.Exception
remoteMatrixFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)
java.lang.Exception
public RemoteMatrixNaturalId[] getMatrixNaturalIds()
getMatrixNaturalIds
in interface RemoteMatrixFullService
RemoteMatrixFullService.getMatrixNaturalIds()
protected abstract RemoteMatrixNaturalId[] handleGetMatrixNaturalIds() throws java.lang.Exception
getMatrixNaturalIds()
java.lang.Exception
public RemoteMatrixFullVO getMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
getMatrixByNaturalId
in interface RemoteMatrixFullService
RemoteMatrixFullService.getMatrixByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId)
protected abstract RemoteMatrixFullVO handleGetMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId) throws java.lang.Exception
getMatrixByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId)
java.lang.Exception
public RemoteMatrixNaturalId getMatrixNaturalIdById(java.lang.Integer id)
getMatrixNaturalIdById
in interface RemoteMatrixFullService
RemoteMatrixFullService.getMatrixNaturalIdById(java.lang.Integer)
protected abstract RemoteMatrixNaturalId handleGetMatrixNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getMatrixNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterMatrix addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
addOrUpdateClusterMatrix
in interface RemoteMatrixFullService
RemoteMatrixFullService.addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
protected abstract ClusterMatrix handleAddOrUpdateClusterMatrix(ClusterMatrix clusterMatrix) throws java.lang.Exception
addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
java.lang.Exception
public ClusterMatrix[] getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterMatrixSinceDateSynchro
in interface RemoteMatrixFullService
RemoteMatrixFullService.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterMatrix[] handleGetAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterMatrix getClusterMatrixByIdentifiers(java.lang.Integer id)
getClusterMatrixByIdentifiers
in interface RemoteMatrixFullService
RemoteMatrixFullService.getClusterMatrixByIdentifiers(java.lang.Integer)
protected abstract ClusterMatrix handleGetClusterMatrixByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterMatrixByIdentifiers(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 |