|
||||||||||
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.RemoteFishingOperationFullServiceBase
public abstract class RemoteFishingOperationFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.operation.generic.service.RemoteFishingOperationFullService
,
provides access to all services and entities referenced by this service.
RemoteFishingOperationFullService
Constructor Summary | |
---|---|
RemoteFishingOperationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteFishingOperationFullServiceBase()
Method Detail |
---|
public void setFishingOperationDao(FishingOperationDao fishingOperationDao)
fishingOperation
's DAO.
protected FishingOperationDao getFishingOperationDao()
fishingOperation
's DAO.
public void setSampleDao(SampleDao sampleDao)
sample
's DAO.
protected SampleDao getSampleDao()
sample
's DAO.
public void setCatchBatchDao(CatchBatchDao catchBatchDao)
catchBatch
's DAO.
protected CatchBatchDao getCatchBatchDao()
catchBatch
's DAO.
public void setProduceDao(ProduceDao produceDao)
produce
's DAO.
protected ProduceDao getProduceDao()
produce
's DAO.
public void setOperationVesselAssociationDao(OperationVesselAssociationDao operationVesselAssociationDao)
operationVesselAssociation
's DAO.
protected OperationVesselAssociationDao getOperationVesselAssociationDao()
operationVesselAssociation
'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 RemoteFishingOperationFullVO addFishingOperation(RemoteFishingOperationFullVO fishingOperation)
addFishingOperation
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.addFishingOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
protected abstract RemoteFishingOperationFullVO handleAddFishingOperation(RemoteFishingOperationFullVO fishingOperation) throws java.lang.Exception
addFishingOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
java.lang.Exception
public void updateFishingOperation(RemoteFishingOperationFullVO fishingOperation)
updateFishingOperation
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.updateFishingOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
protected abstract void handleUpdateFishingOperation(RemoteFishingOperationFullVO fishingOperation) throws java.lang.Exception
updateFishingOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
java.lang.Exception
public void removeFishingOperation(RemoteFishingOperationFullVO fishingOperation)
removeFishingOperation
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.removeFishingOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
protected abstract void handleRemoveFishingOperation(RemoteFishingOperationFullVO fishingOperation) throws java.lang.Exception
removeFishingOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
java.lang.Exception
public RemoteFishingOperationFullVO[] getAllFishingOperation()
getAllFishingOperation
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getAllFishingOperation()
protected abstract RemoteFishingOperationFullVO[] handleGetAllFishingOperation() throws java.lang.Exception
getAllFishingOperation()
java.lang.Exception
public RemoteFishingOperationFullVO getFishingOperationById(java.lang.Integer id)
getFishingOperationById
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationById(java.lang.Integer)
protected abstract RemoteFishingOperationFullVO handleGetFishingOperationById(java.lang.Integer id) throws java.lang.Exception
getFishingOperationById(java.lang.Integer)
java.lang.Exception
public RemoteFishingOperationFullVO[] getFishingOperationByIds(java.lang.Integer[] id)
getFishingOperationByIds
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationByIds(java.lang.Integer[])
protected abstract RemoteFishingOperationFullVO[] handleGetFishingOperationByIds(java.lang.Integer[] id) throws java.lang.Exception
getFishingOperationByIds(java.lang.Integer[])
java.lang.Exception
public RemoteFishingOperationFullVO getFishingOperationByCatchBatchId(java.lang.Integer id)
getFishingOperationByCatchBatchId
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationByCatchBatchId(java.lang.Integer)
protected abstract RemoteFishingOperationFullVO handleGetFishingOperationByCatchBatchId(java.lang.Integer id) throws java.lang.Exception
getFishingOperationByCatchBatchId(java.lang.Integer)
java.lang.Exception
public RemoteFishingOperationFullVO[] getFishingOperationByVesselCode(java.lang.String code)
getFishingOperationByVesselCode
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationByVesselCode(java.lang.String)
protected abstract RemoteFishingOperationFullVO[] handleGetFishingOperationByVesselCode(java.lang.String code) throws java.lang.Exception
getFishingOperationByVesselCode(java.lang.String)
java.lang.Exception
public RemoteFishingOperationFullVO[] getFishingOperationByGearPhysicalFeaturesId(java.lang.Integer id)
getFishingOperationByGearPhysicalFeaturesId
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationByGearPhysicalFeaturesId(java.lang.Integer)
protected abstract RemoteFishingOperationFullVO[] handleGetFishingOperationByGearPhysicalFeaturesId(java.lang.Integer id) throws java.lang.Exception
getFishingOperationByGearPhysicalFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteFishingOperationFullVO[] getFishingOperationByFishingTripId(java.lang.Integer id)
getFishingOperationByFishingTripId
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationByFishingTripId(java.lang.Integer)
protected abstract RemoteFishingOperationFullVO[] handleGetFishingOperationByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getFishingOperationByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemoteFishingOperationFullVO[] getFishingOperationByQualityFlagCode(java.lang.String code)
getFishingOperationByQualityFlagCode
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationByQualityFlagCode(java.lang.String)
protected abstract RemoteFishingOperationFullVO[] handleGetFishingOperationByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getFishingOperationByQualityFlagCode(java.lang.String)
java.lang.Exception
public boolean remoteFishingOperationFullVOsAreEqualOnIdentifiers(RemoteFishingOperationFullVO remoteFishingOperationFullVOFirst, RemoteFishingOperationFullVO remoteFishingOperationFullVOSecond)
remoteFishingOperationFullVOsAreEqualOnIdentifiers
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.remoteFishingOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
protected abstract boolean handleRemoteFishingOperationFullVOsAreEqualOnIdentifiers(RemoteFishingOperationFullVO remoteFishingOperationFullVOFirst, RemoteFishingOperationFullVO remoteFishingOperationFullVOSecond) throws java.lang.Exception
remoteFishingOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
java.lang.Exception
public boolean remoteFishingOperationFullVOsAreEqual(RemoteFishingOperationFullVO remoteFishingOperationFullVOFirst, RemoteFishingOperationFullVO remoteFishingOperationFullVOSecond)
remoteFishingOperationFullVOsAreEqual
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.remoteFishingOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
protected abstract boolean handleRemoteFishingOperationFullVOsAreEqual(RemoteFishingOperationFullVO remoteFishingOperationFullVOFirst, RemoteFishingOperationFullVO remoteFishingOperationFullVOSecond) throws java.lang.Exception
remoteFishingOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationFullVO)
java.lang.Exception
public RemoteFishingOperationNaturalId[] getFishingOperationNaturalIds()
getFishingOperationNaturalIds
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationNaturalIds()
protected abstract RemoteFishingOperationNaturalId[] handleGetFishingOperationNaturalIds() throws java.lang.Exception
getFishingOperationNaturalIds()
java.lang.Exception
public RemoteFishingOperationFullVO getFishingOperationByNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
getFishingOperationByNaturalId
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationNaturalId)
protected abstract RemoteFishingOperationFullVO handleGetFishingOperationByNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId) throws java.lang.Exception
getFishingOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationNaturalId)
java.lang.Exception
public RemoteFishingOperationNaturalId getFishingOperationNaturalIdById(java.lang.Integer id)
getFishingOperationNaturalIdById
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getFishingOperationNaturalIdById(java.lang.Integer)
protected abstract RemoteFishingOperationNaturalId handleGetFishingOperationNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getFishingOperationNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterFishingOperation[] getAllClusterFishingOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFishingOperation
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getAllClusterFishingOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishingOperation[] handleGetAllClusterFishingOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFishingOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterFishingOperation getClusterFishingOperationByIdentifiers(java.lang.Integer id)
getClusterFishingOperationByIdentifiers
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.getClusterFishingOperationByIdentifiers(java.lang.Integer)
protected abstract ClusterFishingOperation handleGetClusterFishingOperationByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterFishingOperationByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterFishingOperation addOrUpdateClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
addOrUpdateClusterFishingOperation
in interface RemoteFishingOperationFullService
RemoteFishingOperationFullService.addOrUpdateClusterFishingOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterFishingOperation)
protected abstract ClusterFishingOperation handleAddOrUpdateClusterFishingOperation(ClusterFishingOperation clusterFishingOperation) throws java.lang.Exception
addOrUpdateClusterFishingOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterFishingOperation)
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 |