|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.measure.file.generic.service.RemoteMeasurementFileFullServiceBase
public abstract class RemoteMeasurementFileFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.file.generic.service.RemoteMeasurementFileFullService
,
provides access to all services and entities referenced by this service.
RemoteMeasurementFileFullService
Constructor Summary | |
---|---|
RemoteMeasurementFileFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteMeasurementFileFullServiceBase()
Method Detail |
---|
public void setMeasurementFileDao(MeasurementFileDao measurementFileDao)
measurementFile
's DAO.
protected MeasurementFileDao getMeasurementFileDao()
measurementFile
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setObjectTypeDao(ObjectTypeDao objectTypeDao)
objectType
's DAO.
protected ObjectTypeDao getObjectTypeDao()
objectType
's DAO.
public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
analysisInstrument
's DAO.
protected AnalysisInstrumentDao getAnalysisInstrumentDao()
analysisInstrument
's DAO.
public void setPmfmDao(PmfmDao pmfmDao)
pmfm
's DAO.
protected PmfmDao getPmfmDao()
pmfm
's DAO.
public RemoteMeasurementFileFullVO addMeasurementFile(RemoteMeasurementFileFullVO measurementFile)
addMeasurementFile
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.addMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
protected abstract RemoteMeasurementFileFullVO handleAddMeasurementFile(RemoteMeasurementFileFullVO measurementFile) throws java.lang.Exception
addMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
java.lang.Exception
public void updateMeasurementFile(RemoteMeasurementFileFullVO measurementFile)
updateMeasurementFile
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.updateMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
protected abstract void handleUpdateMeasurementFile(RemoteMeasurementFileFullVO measurementFile) throws java.lang.Exception
updateMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
java.lang.Exception
public void removeMeasurementFile(RemoteMeasurementFileFullVO measurementFile)
removeMeasurementFile
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.removeMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
protected abstract void handleRemoveMeasurementFile(RemoteMeasurementFileFullVO measurementFile) throws java.lang.Exception
removeMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
java.lang.Exception
public RemoteMeasurementFileFullVO[] getAllMeasurementFile()
getAllMeasurementFile
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getAllMeasurementFile()
protected abstract RemoteMeasurementFileFullVO[] handleGetAllMeasurementFile() throws java.lang.Exception
getAllMeasurementFile()
java.lang.Exception
public RemoteMeasurementFileFullVO getMeasurementFileById(java.lang.Integer id)
getMeasurementFileById
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileById(java.lang.Integer)
protected abstract RemoteMeasurementFileFullVO handleGetMeasurementFileById(java.lang.Integer id) throws java.lang.Exception
getMeasurementFileById(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFileFullVO[] getMeasurementFileByIds(java.lang.Integer[] id)
getMeasurementFileByIds
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileByIds(java.lang.Integer[])
protected abstract RemoteMeasurementFileFullVO[] handleGetMeasurementFileByIds(java.lang.Integer[] id) throws java.lang.Exception
getMeasurementFileByIds(java.lang.Integer[])
java.lang.Exception
public RemoteMeasurementFileFullVO[] getMeasurementFileByDepartmentId(java.lang.Integer id)
getMeasurementFileByDepartmentId
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileByDepartmentId(java.lang.Integer)
protected abstract RemoteMeasurementFileFullVO[] handleGetMeasurementFileByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getMeasurementFileByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFileFullVO[] getMeasurementFileByQualityFlagCode(java.lang.String code)
getMeasurementFileByQualityFlagCode
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileByQualityFlagCode(java.lang.String)
protected abstract RemoteMeasurementFileFullVO[] handleGetMeasurementFileByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getMeasurementFileByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteMeasurementFileFullVO[] getMeasurementFileByObjectTypeCode(java.lang.String code)
getMeasurementFileByObjectTypeCode
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileByObjectTypeCode(java.lang.String)
protected abstract RemoteMeasurementFileFullVO[] handleGetMeasurementFileByObjectTypeCode(java.lang.String code) throws java.lang.Exception
getMeasurementFileByObjectTypeCode(java.lang.String)
java.lang.Exception
public RemoteMeasurementFileFullVO[] getMeasurementFileByAnalysisInstrumentId(java.lang.Integer id)
getMeasurementFileByAnalysisInstrumentId
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteMeasurementFileFullVO[] handleGetMeasurementFileByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getMeasurementFileByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFileFullVO[] getMeasurementFileByPmfmId(java.lang.Integer id)
getMeasurementFileByPmfmId
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileByPmfmId(java.lang.Integer)
protected abstract RemoteMeasurementFileFullVO[] handleGetMeasurementFileByPmfmId(java.lang.Integer id) throws java.lang.Exception
getMeasurementFileByPmfmId(java.lang.Integer)
java.lang.Exception
public boolean remoteMeasurementFileFullVOsAreEqualOnIdentifiers(RemoteMeasurementFileFullVO remoteMeasurementFileFullVOFirst, RemoteMeasurementFileFullVO remoteMeasurementFileFullVOSecond)
remoteMeasurementFileFullVOsAreEqualOnIdentifiers
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.remoteMeasurementFileFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO, fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
protected abstract boolean handleRemoteMeasurementFileFullVOsAreEqualOnIdentifiers(RemoteMeasurementFileFullVO remoteMeasurementFileFullVOFirst, RemoteMeasurementFileFullVO remoteMeasurementFileFullVOSecond) throws java.lang.Exception
remoteMeasurementFileFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO, fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
java.lang.Exception
public boolean remoteMeasurementFileFullVOsAreEqual(RemoteMeasurementFileFullVO remoteMeasurementFileFullVOFirst, RemoteMeasurementFileFullVO remoteMeasurementFileFullVOSecond)
remoteMeasurementFileFullVOsAreEqual
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.remoteMeasurementFileFullVOsAreEqual(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO, fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
protected abstract boolean handleRemoteMeasurementFileFullVOsAreEqual(RemoteMeasurementFileFullVO remoteMeasurementFileFullVOFirst, RemoteMeasurementFileFullVO remoteMeasurementFileFullVOSecond) throws java.lang.Exception
remoteMeasurementFileFullVOsAreEqual(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO, fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
java.lang.Exception
public RemoteMeasurementFileNaturalId[] getMeasurementFileNaturalIds()
getMeasurementFileNaturalIds
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileNaturalIds()
protected abstract RemoteMeasurementFileNaturalId[] handleGetMeasurementFileNaturalIds() throws java.lang.Exception
getMeasurementFileNaturalIds()
java.lang.Exception
public RemoteMeasurementFileFullVO getMeasurementFileByNaturalId(RemoteMeasurementFileNaturalId measurementFileNaturalId)
getMeasurementFileByNaturalId
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileByNaturalId(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileNaturalId)
protected abstract RemoteMeasurementFileFullVO handleGetMeasurementFileByNaturalId(RemoteMeasurementFileNaturalId measurementFileNaturalId) throws java.lang.Exception
getMeasurementFileByNaturalId(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileNaturalId)
java.lang.Exception
public RemoteMeasurementFileNaturalId getMeasurementFileNaturalIdById(java.lang.Integer id)
getMeasurementFileNaturalIdById
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getMeasurementFileNaturalIdById(java.lang.Integer)
protected abstract RemoteMeasurementFileNaturalId handleGetMeasurementFileNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getMeasurementFileNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterMeasurementFile addOrUpdateClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)
addOrUpdateClusterMeasurementFile
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.addOrUpdateClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile)
protected abstract ClusterMeasurementFile handleAddOrUpdateClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile) throws java.lang.Exception
addOrUpdateClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile)
java.lang.Exception
public ClusterMeasurementFile[] getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterMeasurementFileSinceDateSynchro
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterMeasurementFile[] handleGetAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterMeasurementFile getClusterMeasurementFileByIdentifiers(java.lang.Integer id)
getClusterMeasurementFileByIdentifiers
in interface RemoteMeasurementFileFullService
RemoteMeasurementFileFullService.getClusterMeasurementFileByIdentifiers(java.lang.Integer)
protected abstract ClusterMeasurementFile handleGetClusterMeasurementFileByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterMeasurementFileByIdentifiers(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 |