|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselMasterPeriodFullServiceBase
public abstract class RemoteVesselMasterPeriodFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselMasterPeriodFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselMasterPeriodFullService
Constructor Summary | |
---|---|
RemoteVesselMasterPeriodFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselMasterPeriodFullServiceBase()
Method Detail |
---|
public void setVesselMasterPeriodDao(VesselMasterPeriodDao vesselMasterPeriodDao)
vesselMasterPeriod
's DAO.
protected VesselMasterPeriodDao getVesselMasterPeriodDao()
vesselMasterPeriod
's DAO.
public void setVesselMasterDao(VesselMasterDao vesselMasterDao)
vesselMaster
's DAO.
protected VesselMasterDao getVesselMasterDao()
vesselMaster
's DAO.
public void setFishingVesselDao(FishingVesselDao fishingVesselDao)
fishingVessel
's DAO.
protected FishingVesselDao getFishingVesselDao()
fishingVessel
's DAO.
public RemoteVesselMasterPeriodFullVO addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
addVesselMasterPeriod
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.addVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected abstract RemoteVesselMasterPeriodFullVO handleAddVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod) throws java.lang.Exception
addVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
java.lang.Exception
public void updateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
updateVesselMasterPeriod
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.updateVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected abstract void handleUpdateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod) throws java.lang.Exception
updateVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
java.lang.Exception
public void removeVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
removeVesselMasterPeriod
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.removeVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected abstract void handleRemoveVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod) throws java.lang.Exception
removeVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
java.lang.Exception
public RemoteVesselMasterPeriodFullVO[] getAllVesselMasterPeriod()
getAllVesselMasterPeriod
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getAllVesselMasterPeriod()
protected abstract RemoteVesselMasterPeriodFullVO[] handleGetAllVesselMasterPeriod() throws java.lang.Exception
getAllVesselMasterPeriod()
java.lang.Exception
public RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
getVesselMasterPeriodByStartDateTime
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByStartDateTime(java.util.Date)
protected abstract RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByStartDateTime(java.util.Date startDateTime) throws java.lang.Exception
getVesselMasterPeriodByStartDateTime(java.util.Date)
java.lang.Exception
public RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
getVesselMasterPeriodByStartDateTimes
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByStartDateTimes(java.util.Date[])
protected abstract RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime) throws java.lang.Exception
getVesselMasterPeriodByStartDateTimes(java.util.Date[])
java.lang.Exception
public RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
getVesselMasterPeriodByVesselMasterId
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByVesselMasterId(java.lang.Integer)
protected abstract RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByVesselMasterId(java.lang.Integer id) throws java.lang.Exception
getVesselMasterPeriodByVesselMasterId(java.lang.Integer)
java.lang.Exception
public RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByFishingVesselCode(java.lang.String code)
getVesselMasterPeriodByFishingVesselCode
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByFishingVesselCode(java.lang.String)
protected abstract RemoteVesselMasterPeriodFullVO[] handleGetVesselMasterPeriodByFishingVesselCode(java.lang.String code) throws java.lang.Exception
getVesselMasterPeriodByFishingVesselCode(java.lang.String)
java.lang.Exception
public RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
getVesselMasterPeriodByIdentifiers
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
protected abstract RemoteVesselMasterPeriodFullVO handleGetVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode) throws java.lang.Exception
getVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
java.lang.Exception
public boolean remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected abstract boolean handleRemoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond) throws java.lang.Exception
remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
java.lang.Exception
public boolean remoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
remoteVesselMasterPeriodFullVOsAreEqual
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.remoteVesselMasterPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected abstract boolean handleRemoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond) throws java.lang.Exception
remoteVesselMasterPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
java.lang.Exception
public RemoteVesselMasterPeriodNaturalId[] getVesselMasterPeriodNaturalIds()
getVesselMasterPeriodNaturalIds
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodNaturalIds()
protected abstract RemoteVesselMasterPeriodNaturalId[] handleGetVesselMasterPeriodNaturalIds() throws java.lang.Exception
getVesselMasterPeriodNaturalIds()
java.lang.Exception
public RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
getVesselMasterPeriodByNaturalId
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId)
protected abstract RemoteVesselMasterPeriodFullVO handleGetVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId) throws java.lang.Exception
getVesselMasterPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId)
java.lang.Exception
public ClusterVesselMasterPeriod getClusterVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
getClusterVesselMasterPeriodByIdentifiers
in interface RemoteVesselMasterPeriodFullService
RemoteVesselMasterPeriodFullService.getClusterVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
protected abstract ClusterVesselMasterPeriod handleGetClusterVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode) throws java.lang.Exception
getClusterVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
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 |