|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.generic.service.RemotePmfmFullServiceBase
public abstract class RemotePmfmFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.pmfm.generic.service.RemotePmfmFullService
,
provides access to all services and entities referenced by this service.
RemotePmfmFullService
Constructor Summary | |
---|---|
RemotePmfmFullServiceBase()
|
Method Summary | |
---|---|
ClusterPmfm |
addOrUpdateClusterPmfm(ClusterPmfm clusterPmfm)
|
RemotePmfmFullVO |
addPmfm(RemotePmfmFullVO pmfm)
|
protected AggregationLevelDao |
getAggregationLevelDao()
Gets the reference to aggregationLevel 's DAO. |
ClusterPmfm[] |
getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemotePmfmFullVO[] |
getAllPmfm()
|
ClusterPmfm |
getClusterPmfmByIdentifiers(java.lang.Integer id)
|
protected FractionDao |
getFractionDao()
Gets the reference to fraction 's DAO. |
protected MatrixDao |
getMatrixDao()
Gets the reference to matrix 's DAO. |
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 MethodDao |
getMethodDao()
Gets the reference to method 's DAO. |
protected ParameterDao |
getParameterDao()
Gets the reference to parameter 's DAO. |
RemotePmfmFullVO[] |
getPmfmByAggregationLevelId(java.lang.Integer id)
|
RemotePmfmFullVO[] |
getPmfmByFractionId(java.lang.Integer id)
|
RemotePmfmFullVO |
getPmfmById(java.lang.Integer id)
|
RemotePmfmFullVO[] |
getPmfmByIds(java.lang.Integer[] id)
|
RemotePmfmFullVO[] |
getPmfmByMatrixId(java.lang.Integer id)
|
RemotePmfmFullVO[] |
getPmfmByMethodId(java.lang.Integer id)
|
RemotePmfmFullVO |
getPmfmByNaturalId(RemotePmfmNaturalId pmfmNaturalId)
|
RemotePmfmFullVO[] |
getPmfmByParameterCode(java.lang.String code)
|
RemotePmfmFullVO[] |
getPmfmByStatusCode(java.lang.String code)
|
RemotePmfmFullVO[] |
getPmfmByUnitId(java.lang.Integer id)
|
protected PmfmDao |
getPmfmDao()
Gets the reference to pmfm 's DAO. |
RemotePmfmNaturalId |
getPmfmNaturalIdById(java.lang.Integer id)
|
RemotePmfmNaturalId[] |
getPmfmNaturalIds()
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected QualitativeValueDao |
getQualitativeValueDao()
Gets the reference to qualitativeValue 's DAO. |
protected StatusDao |
getStatusDao()
Gets the reference to status 's DAO. |
protected UnitDao |
getUnitDao()
Gets the reference to unit 's DAO. |
protected abstract ClusterPmfm |
handleAddOrUpdateClusterPmfm(ClusterPmfm clusterPmfm)
Performs the core logic for addOrUpdateClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm) |
protected abstract RemotePmfmFullVO |
handleAddPmfm(RemotePmfmFullVO pmfm)
Performs the core logic for addPmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO) |
protected abstract ClusterPmfm[] |
handleGetAllClusterPmfmSinceDateSynchro(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 getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemotePmfmFullVO[] |
handleGetAllPmfm()
Performs the core logic for getAllPmfm() |
protected abstract ClusterPmfm |
handleGetClusterPmfmByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterPmfmByIdentifiers(java.lang.Integer) |
protected abstract RemotePmfmFullVO[] |
handleGetPmfmByAggregationLevelId(java.lang.Integer id)
Performs the core logic for getPmfmByAggregationLevelId(java.lang.Integer) |
protected abstract RemotePmfmFullVO[] |
handleGetPmfmByFractionId(java.lang.Integer id)
Performs the core logic for getPmfmByFractionId(java.lang.Integer) |
protected abstract RemotePmfmFullVO |
handleGetPmfmById(java.lang.Integer id)
Performs the core logic for getPmfmById(java.lang.Integer) |
protected abstract RemotePmfmFullVO[] |
handleGetPmfmByIds(java.lang.Integer[] id)
Performs the core logic for getPmfmByIds(java.lang.Integer[]) |
protected abstract RemotePmfmFullVO[] |
handleGetPmfmByMatrixId(java.lang.Integer id)
Performs the core logic for getPmfmByMatrixId(java.lang.Integer) |
protected abstract RemotePmfmFullVO[] |
handleGetPmfmByMethodId(java.lang.Integer id)
Performs the core logic for getPmfmByMethodId(java.lang.Integer) |
protected abstract RemotePmfmFullVO |
handleGetPmfmByNaturalId(RemotePmfmNaturalId pmfmNaturalId)
Performs the core logic for getPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmNaturalId) |
protected abstract RemotePmfmFullVO[] |
handleGetPmfmByParameterCode(java.lang.String code)
Performs the core logic for getPmfmByParameterCode(java.lang.String) |
protected abstract RemotePmfmFullVO[] |
handleGetPmfmByStatusCode(java.lang.String code)
Performs the core logic for getPmfmByStatusCode(java.lang.String) |
protected abstract RemotePmfmFullVO[] |
handleGetPmfmByUnitId(java.lang.Integer id)
Performs the core logic for getPmfmByUnitId(java.lang.Integer) |
protected abstract RemotePmfmNaturalId |
handleGetPmfmNaturalIdById(java.lang.Integer id)
Performs the core logic for getPmfmNaturalIdById(java.lang.Integer) |
protected abstract RemotePmfmNaturalId[] |
handleGetPmfmNaturalIds()
Performs the core logic for getPmfmNaturalIds() |
protected abstract boolean |
handleRemotePmfmFullVOsAreEqual(RemotePmfmFullVO remotePmfmFullVOFirst,
RemotePmfmFullVO remotePmfmFullVOSecond)
Performs the core logic for remotePmfmFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO) |
protected abstract boolean |
handleRemotePmfmFullVOsAreEqualOnIdentifiers(RemotePmfmFullVO remotePmfmFullVOFirst,
RemotePmfmFullVO remotePmfmFullVOSecond)
Performs the core logic for remotePmfmFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO) |
protected abstract void |
handleRemovePmfm(RemotePmfmFullVO pmfm)
Performs the core logic for removePmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO) |
protected abstract void |
handleUpdatePmfm(RemotePmfmFullVO pmfm)
Performs the core logic for updatePmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO) |
boolean |
remotePmfmFullVOsAreEqual(RemotePmfmFullVO remotePmfmFullVOFirst,
RemotePmfmFullVO remotePmfmFullVOSecond)
|
boolean |
remotePmfmFullVOsAreEqualOnIdentifiers(RemotePmfmFullVO remotePmfmFullVOFirst,
RemotePmfmFullVO remotePmfmFullVOSecond)
|
void |
removePmfm(RemotePmfmFullVO pmfm)
|
void |
setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
Sets the reference to aggregationLevel 's DAO. |
void |
setFractionDao(FractionDao fractionDao)
Sets the reference to fraction 's DAO. |
void |
setMatrixDao(MatrixDao matrixDao)
Sets the reference to matrix 's DAO. |
void |
setMethodDao(MethodDao methodDao)
Sets the reference to method 's DAO. |
void |
setParameterDao(ParameterDao parameterDao)
Sets the reference to parameter 's DAO. |
void |
setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfm 's DAO. |
void |
setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
Sets the reference to qualitativeValue 's DAO. |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to status 's DAO. |
void |
setUnitDao(UnitDao unitDao)
Sets the reference to unit 's DAO. |
void |
updatePmfm(RemotePmfmFullVO pmfm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemotePmfmFullServiceBase()
Method Detail |
---|
public void setPmfmDao(PmfmDao pmfmDao)
pmfm
's DAO.
protected PmfmDao getPmfmDao()
pmfm
's DAO.
public void setParameterDao(ParameterDao parameterDao)
parameter
's DAO.
protected ParameterDao getParameterDao()
parameter
's DAO.
public void setMatrixDao(MatrixDao matrixDao)
matrix
's DAO.
protected MatrixDao getMatrixDao()
matrix
's DAO.
public void setMethodDao(MethodDao methodDao)
method
's DAO.
protected MethodDao getMethodDao()
method
's DAO.
public void setUnitDao(UnitDao unitDao)
unit
's DAO.
protected UnitDao getUnitDao()
unit
's DAO.
public void setFractionDao(FractionDao fractionDao)
fraction
's DAO.
protected FractionDao getFractionDao()
fraction
's DAO.
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValue
's DAO.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValue
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
aggregationLevel
's DAO.
protected AggregationLevelDao getAggregationLevelDao()
aggregationLevel
's DAO.
public RemotePmfmFullVO addPmfm(RemotePmfmFullVO pmfm)
addPmfm
in interface RemotePmfmFullService
RemotePmfmFullService.addPmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
protected abstract RemotePmfmFullVO handleAddPmfm(RemotePmfmFullVO pmfm) throws java.lang.Exception
addPmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
java.lang.Exception
public void updatePmfm(RemotePmfmFullVO pmfm)
updatePmfm
in interface RemotePmfmFullService
RemotePmfmFullService.updatePmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
protected abstract void handleUpdatePmfm(RemotePmfmFullVO pmfm) throws java.lang.Exception
updatePmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
java.lang.Exception
public void removePmfm(RemotePmfmFullVO pmfm)
removePmfm
in interface RemotePmfmFullService
RemotePmfmFullService.removePmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
protected abstract void handleRemovePmfm(RemotePmfmFullVO pmfm) throws java.lang.Exception
removePmfm(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
java.lang.Exception
public RemotePmfmFullVO[] getAllPmfm()
getAllPmfm
in interface RemotePmfmFullService
RemotePmfmFullService.getAllPmfm()
protected abstract RemotePmfmFullVO[] handleGetAllPmfm() throws java.lang.Exception
getAllPmfm()
java.lang.Exception
public RemotePmfmFullVO getPmfmById(java.lang.Integer id)
getPmfmById
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmById(java.lang.Integer)
protected abstract RemotePmfmFullVO handleGetPmfmById(java.lang.Integer id) throws java.lang.Exception
getPmfmById(java.lang.Integer)
java.lang.Exception
public RemotePmfmFullVO[] getPmfmByIds(java.lang.Integer[] id)
getPmfmByIds
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByIds(java.lang.Integer[])
protected abstract RemotePmfmFullVO[] handleGetPmfmByIds(java.lang.Integer[] id) throws java.lang.Exception
getPmfmByIds(java.lang.Integer[])
java.lang.Exception
public RemotePmfmFullVO[] getPmfmByParameterCode(java.lang.String code)
getPmfmByParameterCode
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByParameterCode(java.lang.String)
protected abstract RemotePmfmFullVO[] handleGetPmfmByParameterCode(java.lang.String code) throws java.lang.Exception
getPmfmByParameterCode(java.lang.String)
java.lang.Exception
public RemotePmfmFullVO[] getPmfmByMatrixId(java.lang.Integer id)
getPmfmByMatrixId
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByMatrixId(java.lang.Integer)
protected abstract RemotePmfmFullVO[] handleGetPmfmByMatrixId(java.lang.Integer id) throws java.lang.Exception
getPmfmByMatrixId(java.lang.Integer)
java.lang.Exception
public RemotePmfmFullVO[] getPmfmByMethodId(java.lang.Integer id)
getPmfmByMethodId
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByMethodId(java.lang.Integer)
protected abstract RemotePmfmFullVO[] handleGetPmfmByMethodId(java.lang.Integer id) throws java.lang.Exception
getPmfmByMethodId(java.lang.Integer)
java.lang.Exception
public RemotePmfmFullVO[] getPmfmByUnitId(java.lang.Integer id)
getPmfmByUnitId
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByUnitId(java.lang.Integer)
protected abstract RemotePmfmFullVO[] handleGetPmfmByUnitId(java.lang.Integer id) throws java.lang.Exception
getPmfmByUnitId(java.lang.Integer)
java.lang.Exception
public RemotePmfmFullVO[] getPmfmByFractionId(java.lang.Integer id)
getPmfmByFractionId
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByFractionId(java.lang.Integer)
protected abstract RemotePmfmFullVO[] handleGetPmfmByFractionId(java.lang.Integer id) throws java.lang.Exception
getPmfmByFractionId(java.lang.Integer)
java.lang.Exception
public RemotePmfmFullVO[] getPmfmByStatusCode(java.lang.String code)
getPmfmByStatusCode
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByStatusCode(java.lang.String)
protected abstract RemotePmfmFullVO[] handleGetPmfmByStatusCode(java.lang.String code) throws java.lang.Exception
getPmfmByStatusCode(java.lang.String)
java.lang.Exception
public RemotePmfmFullVO[] getPmfmByAggregationLevelId(java.lang.Integer id)
getPmfmByAggregationLevelId
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByAggregationLevelId(java.lang.Integer)
protected abstract RemotePmfmFullVO[] handleGetPmfmByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getPmfmByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remotePmfmFullVOsAreEqualOnIdentifiers(RemotePmfmFullVO remotePmfmFullVOFirst, RemotePmfmFullVO remotePmfmFullVOSecond)
remotePmfmFullVOsAreEqualOnIdentifiers
in interface RemotePmfmFullService
RemotePmfmFullService.remotePmfmFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
protected abstract boolean handleRemotePmfmFullVOsAreEqualOnIdentifiers(RemotePmfmFullVO remotePmfmFullVOFirst, RemotePmfmFullVO remotePmfmFullVOSecond) throws java.lang.Exception
remotePmfmFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
java.lang.Exception
public boolean remotePmfmFullVOsAreEqual(RemotePmfmFullVO remotePmfmFullVOFirst, RemotePmfmFullVO remotePmfmFullVOSecond)
remotePmfmFullVOsAreEqual
in interface RemotePmfmFullService
RemotePmfmFullService.remotePmfmFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
protected abstract boolean handleRemotePmfmFullVOsAreEqual(RemotePmfmFullVO remotePmfmFullVOFirst, RemotePmfmFullVO remotePmfmFullVOSecond) throws java.lang.Exception
remotePmfmFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
java.lang.Exception
public RemotePmfmNaturalId[] getPmfmNaturalIds()
getPmfmNaturalIds
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmNaturalIds()
protected abstract RemotePmfmNaturalId[] handleGetPmfmNaturalIds() throws java.lang.Exception
getPmfmNaturalIds()
java.lang.Exception
public RemotePmfmFullVO getPmfmByNaturalId(RemotePmfmNaturalId pmfmNaturalId)
getPmfmByNaturalId
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmNaturalId)
protected abstract RemotePmfmFullVO handleGetPmfmByNaturalId(RemotePmfmNaturalId pmfmNaturalId) throws java.lang.Exception
getPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmNaturalId)
java.lang.Exception
public RemotePmfmNaturalId getPmfmNaturalIdById(java.lang.Integer id)
getPmfmNaturalIdById
in interface RemotePmfmFullService
RemotePmfmFullService.getPmfmNaturalIdById(java.lang.Integer)
protected abstract RemotePmfmNaturalId handleGetPmfmNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getPmfmNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterPmfm addOrUpdateClusterPmfm(ClusterPmfm clusterPmfm)
addOrUpdateClusterPmfm
in interface RemotePmfmFullService
RemotePmfmFullService.addOrUpdateClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
protected abstract ClusterPmfm handleAddOrUpdateClusterPmfm(ClusterPmfm clusterPmfm) throws java.lang.Exception
addOrUpdateClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
java.lang.Exception
public ClusterPmfm[] getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPmfmSinceDateSynchro
in interface RemotePmfmFullService
RemotePmfmFullService.getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterPmfm[] handleGetAllClusterPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterPmfm getClusterPmfmByIdentifiers(java.lang.Integer id)
getClusterPmfmByIdentifiers
in interface RemotePmfmFullService
RemotePmfmFullService.getClusterPmfmByIdentifiers(java.lang.Integer)
protected abstract ClusterPmfm handleGetClusterPmfmByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterPmfmByIdentifiers(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 |