|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.operation.generic.service.RemoteOperationFullServiceBase
public abstract class RemoteOperationFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.operation.generic.service.RemoteOperationFullService
,
provides access to all services and entities referenced by this service.
RemoteOperationFullService
Constructor Summary | |
---|---|
RemoteOperationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteOperationFullServiceBase()
Method Detail |
---|
public void setOperationDao(OperationDao operationDao)
operation
's DAO.
protected OperationDao getOperationDao()
operation
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeatures
's DAO.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeatures
's DAO.
public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
gearUseFeatures
's DAO.
protected GearUseFeaturesDao getGearUseFeaturesDao()
gearUseFeatures
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeatures
's DAO.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeatures
's DAO.
public void setVesselPositionDao(VesselPositionDao vesselPositionDao)
vesselPosition
's DAO.
protected VesselPositionDao getVesselPositionDao()
vesselPosition
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public RemoteOperationFullVO addOperation(RemoteOperationFullVO operation)
addOperation
in interface RemoteOperationFullService
RemoteOperationFullService.addOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected abstract RemoteOperationFullVO handleAddOperation(RemoteOperationFullVO operation) throws java.lang.Exception
addOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
java.lang.Exception
public void updateOperation(RemoteOperationFullVO operation)
updateOperation
in interface RemoteOperationFullService
RemoteOperationFullService.updateOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected abstract void handleUpdateOperation(RemoteOperationFullVO operation) throws java.lang.Exception
updateOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
java.lang.Exception
public void removeOperation(RemoteOperationFullVO operation)
removeOperation
in interface RemoteOperationFullService
RemoteOperationFullService.removeOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected abstract void handleRemoveOperation(RemoteOperationFullVO operation) throws java.lang.Exception
removeOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
java.lang.Exception
public RemoteOperationFullVO[] getAllOperation()
getAllOperation
in interface RemoteOperationFullService
RemoteOperationFullService.getAllOperation()
protected abstract RemoteOperationFullVO[] handleGetAllOperation() throws java.lang.Exception
getAllOperation()
java.lang.Exception
public RemoteOperationFullVO getOperationById(java.lang.Integer id)
getOperationById
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationById(java.lang.Integer)
protected abstract RemoteOperationFullVO handleGetOperationById(java.lang.Integer id) throws java.lang.Exception
getOperationById(java.lang.Integer)
java.lang.Exception
public RemoteOperationFullVO[] getOperationByIds(java.lang.Integer[] id)
getOperationByIds
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationByIds(java.lang.Integer[])
protected abstract RemoteOperationFullVO[] handleGetOperationByIds(java.lang.Integer[] id) throws java.lang.Exception
getOperationByIds(java.lang.Integer[])
java.lang.Exception
public RemoteOperationFullVO[] getOperationByVesselCode(java.lang.String code)
getOperationByVesselCode
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationByVesselCode(java.lang.String)
protected abstract RemoteOperationFullVO[] handleGetOperationByVesselCode(java.lang.String code) throws java.lang.Exception
getOperationByVesselCode(java.lang.String)
java.lang.Exception
public RemoteOperationFullVO[] getOperationByGearPhysicalFeaturesId(java.lang.Integer id)
getOperationByGearPhysicalFeaturesId
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationByGearPhysicalFeaturesId(java.lang.Integer)
protected abstract RemoteOperationFullVO[] handleGetOperationByGearPhysicalFeaturesId(java.lang.Integer id) throws java.lang.Exception
getOperationByGearPhysicalFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteOperationFullVO[] getOperationByFishingTripId(java.lang.Integer id)
getOperationByFishingTripId
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationByFishingTripId(java.lang.Integer)
protected abstract RemoteOperationFullVO[] handleGetOperationByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getOperationByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemoteOperationFullVO[] getOperationByQualityFlagCode(java.lang.String code)
getOperationByQualityFlagCode
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationByQualityFlagCode(java.lang.String)
protected abstract RemoteOperationFullVO[] handleGetOperationByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getOperationByQualityFlagCode(java.lang.String)
java.lang.Exception
public boolean remoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
remoteOperationFullVOsAreEqualOnIdentifiers
in interface RemoteOperationFullService
RemoteOperationFullService.remoteOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected abstract boolean handleRemoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond) throws java.lang.Exception
remoteOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
java.lang.Exception
public boolean remoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
remoteOperationFullVOsAreEqual
in interface RemoteOperationFullService
RemoteOperationFullService.remoteOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected abstract boolean handleRemoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond) throws java.lang.Exception
remoteOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
java.lang.Exception
public RemoteOperationNaturalId[] getOperationNaturalIds()
getOperationNaturalIds
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationNaturalIds()
protected abstract RemoteOperationNaturalId[] handleGetOperationNaturalIds() throws java.lang.Exception
getOperationNaturalIds()
java.lang.Exception
public RemoteOperationFullVO getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
getOperationByNaturalId
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)
protected abstract RemoteOperationFullVO handleGetOperationByNaturalId(RemoteOperationNaturalId operationNaturalId) throws java.lang.Exception
getOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)
java.lang.Exception
public RemoteOperationNaturalId getOperationNaturalIdById(java.lang.Integer id)
getOperationNaturalIdById
in interface RemoteOperationFullService
RemoteOperationFullService.getOperationNaturalIdById(java.lang.Integer)
protected abstract RemoteOperationNaturalId handleGetOperationNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getOperationNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterOperation[] getAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterOperation
in interface RemoteOperationFullService
RemoteOperationFullService.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterOperation[] handleGetAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterOperation getClusterOperationByIdentifiers(java.lang.Integer id)
getClusterOperationByIdentifiers
in interface RemoteOperationFullService
RemoteOperationFullService.getClusterOperationByIdentifiers(java.lang.Integer)
protected abstract ClusterOperation handleGetClusterOperationByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterOperationByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterOperation addOrUpdateClusterOperation(ClusterOperation clusterOperation)
addOrUpdateClusterOperation
in interface RemoteOperationFullService
RemoteOperationFullService.addOrUpdateClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
protected abstract ClusterOperation handleAddOrUpdateClusterOperation(ClusterOperation clusterOperation) throws java.lang.Exception
addOrUpdateClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
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 |