|
||||||||||
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.RemoteVesselRegistrationPeriodFullServiceBase
public abstract class RemoteVesselRegistrationPeriodFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselRegistrationPeriodFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselRegistrationPeriodFullService
Constructor Summary | |
---|---|
RemoteVesselRegistrationPeriodFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselRegistrationPeriodFullServiceBase()
Method Detail |
---|
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 setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public RemoteVesselRegistrationPeriodFullVO addVesselRegistrationPeriod(RemoteVesselRegistrationPeriodFullVO vesselRegistrationPeriod)
addVesselRegistrationPeriod
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.addVesselRegistrationPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
protected abstract RemoteVesselRegistrationPeriodFullVO handleAddVesselRegistrationPeriod(RemoteVesselRegistrationPeriodFullVO vesselRegistrationPeriod) throws java.lang.Exception
addVesselRegistrationPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
java.lang.Exception
public void updateVesselRegistrationPeriod(RemoteVesselRegistrationPeriodFullVO vesselRegistrationPeriod)
updateVesselRegistrationPeriod
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.updateVesselRegistrationPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
protected abstract void handleUpdateVesselRegistrationPeriod(RemoteVesselRegistrationPeriodFullVO vesselRegistrationPeriod) throws java.lang.Exception
updateVesselRegistrationPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
java.lang.Exception
public void removeVesselRegistrationPeriod(RemoteVesselRegistrationPeriodFullVO vesselRegistrationPeriod)
removeVesselRegistrationPeriod
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.removeVesselRegistrationPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
protected abstract void handleRemoveVesselRegistrationPeriod(RemoteVesselRegistrationPeriodFullVO vesselRegistrationPeriod) throws java.lang.Exception
removeVesselRegistrationPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
java.lang.Exception
public RemoteVesselRegistrationPeriodFullVO[] getAllVesselRegistrationPeriod()
getAllVesselRegistrationPeriod
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getAllVesselRegistrationPeriod()
protected abstract RemoteVesselRegistrationPeriodFullVO[] handleGetAllVesselRegistrationPeriod() throws java.lang.Exception
getAllVesselRegistrationPeriod()
java.lang.Exception
public RemoteVesselRegistrationPeriodFullVO[] getVesselRegistrationPeriodByStartDateTime(java.util.Date startDateTime)
getVesselRegistrationPeriodByStartDateTime
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getVesselRegistrationPeriodByStartDateTime(java.util.Date)
protected abstract RemoteVesselRegistrationPeriodFullVO[] handleGetVesselRegistrationPeriodByStartDateTime(java.util.Date startDateTime) throws java.lang.Exception
getVesselRegistrationPeriodByStartDateTime(java.util.Date)
java.lang.Exception
public RemoteVesselRegistrationPeriodFullVO[] getVesselRegistrationPeriodByStartDateTimes(java.util.Date[] startDateTime)
getVesselRegistrationPeriodByStartDateTimes
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getVesselRegistrationPeriodByStartDateTimes(java.util.Date[])
protected abstract RemoteVesselRegistrationPeriodFullVO[] handleGetVesselRegistrationPeriodByStartDateTimes(java.util.Date[] startDateTime) throws java.lang.Exception
getVesselRegistrationPeriodByStartDateTimes(java.util.Date[])
java.lang.Exception
public RemoteVesselRegistrationPeriodFullVO[] getVesselRegistrationPeriodByRegistrationLocationId(java.lang.Integer id)
getVesselRegistrationPeriodByRegistrationLocationId
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getVesselRegistrationPeriodByRegistrationLocationId(java.lang.Integer)
protected abstract RemoteVesselRegistrationPeriodFullVO[] handleGetVesselRegistrationPeriodByRegistrationLocationId(java.lang.Integer id) throws java.lang.Exception
getVesselRegistrationPeriodByRegistrationLocationId(java.lang.Integer)
java.lang.Exception
public RemoteVesselRegistrationPeriodFullVO[] getVesselRegistrationPeriodByVesselCode(java.lang.String code)
getVesselRegistrationPeriodByVesselCode
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getVesselRegistrationPeriodByVesselCode(java.lang.String)
protected abstract RemoteVesselRegistrationPeriodFullVO[] handleGetVesselRegistrationPeriodByVesselCode(java.lang.String code) throws java.lang.Exception
getVesselRegistrationPeriodByVesselCode(java.lang.String)
java.lang.Exception
public RemoteVesselRegistrationPeriodFullVO getVesselRegistrationPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer registrationLocationId, java.lang.String vesselCode)
getVesselRegistrationPeriodByIdentifiers
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getVesselRegistrationPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
protected abstract RemoteVesselRegistrationPeriodFullVO handleGetVesselRegistrationPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer registrationLocationId, java.lang.String vesselCode) throws java.lang.Exception
getVesselRegistrationPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
java.lang.Exception
public boolean remoteVesselRegistrationPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselRegistrationPeriodFullVO remoteVesselRegistrationPeriodFullVOFirst, RemoteVesselRegistrationPeriodFullVO remoteVesselRegistrationPeriodFullVOSecond)
remoteVesselRegistrationPeriodFullVOsAreEqualOnIdentifiers
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.remoteVesselRegistrationPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
protected abstract boolean handleRemoteVesselRegistrationPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselRegistrationPeriodFullVO remoteVesselRegistrationPeriodFullVOFirst, RemoteVesselRegistrationPeriodFullVO remoteVesselRegistrationPeriodFullVOSecond) throws java.lang.Exception
remoteVesselRegistrationPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
java.lang.Exception
public boolean remoteVesselRegistrationPeriodFullVOsAreEqual(RemoteVesselRegistrationPeriodFullVO remoteVesselRegistrationPeriodFullVOFirst, RemoteVesselRegistrationPeriodFullVO remoteVesselRegistrationPeriodFullVOSecond)
remoteVesselRegistrationPeriodFullVOsAreEqual
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.remoteVesselRegistrationPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
protected abstract boolean handleRemoteVesselRegistrationPeriodFullVOsAreEqual(RemoteVesselRegistrationPeriodFullVO remoteVesselRegistrationPeriodFullVOFirst, RemoteVesselRegistrationPeriodFullVO remoteVesselRegistrationPeriodFullVOSecond) throws java.lang.Exception
remoteVesselRegistrationPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO)
java.lang.Exception
public RemoteVesselRegistrationPeriodNaturalId[] getVesselRegistrationPeriodNaturalIds()
getVesselRegistrationPeriodNaturalIds
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getVesselRegistrationPeriodNaturalIds()
protected abstract RemoteVesselRegistrationPeriodNaturalId[] handleGetVesselRegistrationPeriodNaturalIds() throws java.lang.Exception
getVesselRegistrationPeriodNaturalIds()
java.lang.Exception
public RemoteVesselRegistrationPeriodFullVO getVesselRegistrationPeriodByNaturalId(RemoteVesselRegistrationPeriodNaturalId vesselRegistrationPeriodNaturalId)
getVesselRegistrationPeriodByNaturalId
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getVesselRegistrationPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodNaturalId)
protected abstract RemoteVesselRegistrationPeriodFullVO handleGetVesselRegistrationPeriodByNaturalId(RemoteVesselRegistrationPeriodNaturalId vesselRegistrationPeriodNaturalId) throws java.lang.Exception
getVesselRegistrationPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodNaturalId)
java.lang.Exception
public ClusterVesselRegistrationPeriod getClusterVesselRegistrationPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer registrationLocationId, java.lang.String vesselCode)
getClusterVesselRegistrationPeriodByIdentifiers
in interface RemoteVesselRegistrationPeriodFullService
RemoteVesselRegistrationPeriodFullService.getClusterVesselRegistrationPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
protected abstract ClusterVesselRegistrationPeriod handleGetClusterVesselRegistrationPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer registrationLocationId, java.lang.String vesselCode) throws java.lang.Exception
getClusterVesselRegistrationPeriodByIdentifiers(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 |