|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.specific.service.RemoteCompetenceZoneFullServiceBase
public abstract class RemoteCompetenceZoneFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.vessel.specific.service.RemoteCompetenceZoneFullService
,
provides access to all services and entities referenced by this service.
RemoteCompetenceZoneFullService
Constructor Summary | |
---|---|
RemoteCompetenceZoneFullServiceBase()
|
Method Summary | |
---|---|
java.lang.Object |
getAllVesselOwnersByCompetenceZonesSinceDateSynchro(java.lang.Integer[] locationIds,
java.sql.Timestamp updateDate)
|
protected FishingVesselDao |
getFishingVesselDao()
Gets the reference to fishingVessel 's DAO. |
java.lang.Object |
getFishingVesselsByCompetenceZones(java.lang.Integer[] locationIds)
|
protected LocationDao |
getLocationDao()
Gets the reference to location 's DAO. |
protected ManagedDataDao |
getManagedDataDao()
Gets the reference to managedData '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 java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected VesselManagePeriodDao |
getVesselManagePeriodDao()
Gets the reference to vesselManagePeriod 's DAO. |
protected VesselOwnerDao |
getVesselOwnerDao()
Gets the reference to vesselOwner 's DAO. |
protected VesselOwnerPeriodDao |
getVesselOwnerPeriodDao()
Gets the reference to vesselOwnerPeriod 's DAO. |
protected VesselRegistrationPeriodDao |
getVesselRegistrationPeriodDao()
Gets the reference to vesselRegistrationPeriod 's DAO. |
protected abstract java.lang.Object |
handleGetAllVesselOwnersByCompetenceZonesSinceDateSynchro(java.lang.Integer[] locationIds,
java.sql.Timestamp updateDate)
Performs the core logic for getAllVesselOwnersByCompetenceZonesSinceDateSynchro(java.lang.Integer[], java.sql.Timestamp) |
protected abstract java.lang.Object |
handleGetFishingVesselsByCompetenceZones(java.lang.Integer[] locationIds)
Performs the core logic for getFishingVesselsByCompetenceZones(java.lang.Integer[]) |
void |
setFishingVesselDao(FishingVesselDao fishingVesselDao)
Sets the reference to fishingVessel 's DAO. |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to location 's DAO. |
void |
setManagedDataDao(ManagedDataDao managedDataDao)
Sets the reference to managedData 's DAO. |
void |
setVesselManagePeriodDao(VesselManagePeriodDao vesselManagePeriodDao)
Sets the reference to vesselManagePeriod 's DAO. |
void |
setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
Sets the reference to vesselOwner 's DAO. |
void |
setVesselOwnerPeriodDao(VesselOwnerPeriodDao vesselOwnerPeriodDao)
Sets the reference to vesselOwnerPeriod 's DAO. |
void |
setVesselRegistrationPeriodDao(VesselRegistrationPeriodDao vesselRegistrationPeriodDao)
Sets the reference to vesselRegistrationPeriod 's DAO. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteCompetenceZoneFullServiceBase()
Method Detail |
---|
public void setFishingVesselDao(FishingVesselDao fishingVesselDao)
fishingVessel
's DAO.
protected FishingVesselDao getFishingVesselDao()
fishingVessel
's DAO.
public void setVesselRegistrationPeriodDao(VesselRegistrationPeriodDao vesselRegistrationPeriodDao)
vesselRegistrationPeriod
's DAO.
protected VesselRegistrationPeriodDao getVesselRegistrationPeriodDao()
vesselRegistrationPeriod
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setManagedDataDao(ManagedDataDao managedDataDao)
managedData
's DAO.
protected ManagedDataDao getManagedDataDao()
managedData
's DAO.
public void setVesselManagePeriodDao(VesselManagePeriodDao vesselManagePeriodDao)
vesselManagePeriod
's DAO.
protected VesselManagePeriodDao getVesselManagePeriodDao()
vesselManagePeriod
's DAO.
public void setVesselOwnerPeriodDao(VesselOwnerPeriodDao vesselOwnerPeriodDao)
vesselOwnerPeriod
's DAO.
protected VesselOwnerPeriodDao getVesselOwnerPeriodDao()
vesselOwnerPeriod
's DAO.
public void setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
vesselOwner
's DAO.
protected VesselOwnerDao getVesselOwnerDao()
vesselOwner
's DAO.
public java.lang.Object getFishingVesselsByCompetenceZones(java.lang.Integer[] locationIds)
getFishingVesselsByCompetenceZones
in interface RemoteCompetenceZoneFullService
RemoteCompetenceZoneFullService.getFishingVesselsByCompetenceZones(java.lang.Integer[])
protected abstract java.lang.Object handleGetFishingVesselsByCompetenceZones(java.lang.Integer[] locationIds) throws java.lang.Exception
getFishingVesselsByCompetenceZones(java.lang.Integer[])
java.lang.Exception
public java.lang.Object getAllVesselOwnersByCompetenceZonesSinceDateSynchro(java.lang.Integer[] locationIds, java.sql.Timestamp updateDate)
getAllVesselOwnersByCompetenceZonesSinceDateSynchro
in interface RemoteCompetenceZoneFullService
RemoteCompetenceZoneFullService.getAllVesselOwnersByCompetenceZonesSinceDateSynchro(java.lang.Integer[], java.sql.Timestamp)
protected abstract java.lang.Object handleGetAllVesselOwnersByCompetenceZonesSinceDateSynchro(java.lang.Integer[] locationIds, java.sql.Timestamp updateDate) throws java.lang.Exception
getAllVesselOwnersByCompetenceZonesSinceDateSynchro(java.lang.Integer[], java.sql.Timestamp)
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 |