|
||||||||||
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.RemotePleasureBoatFullServiceBase
public abstract class RemotePleasureBoatFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.vessel.generic.service.RemotePleasureBoatFullService
,
provides access to all services and entities referenced by this service.
RemotePleasureBoatFullService
Constructor Summary | |
---|---|
RemotePleasureBoatFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemotePleasureBoatFullServiceBase()
Method Detail |
---|
public void setPleasureBoatDao(PleasureBoatDao pleasureBoatDao)
pleasureBoat
's DAO.
protected PleasureBoatDao getPleasureBoatDao()
pleasureBoat
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setVesselTypeDao(VesselTypeDao vesselTypeDao)
vesselType
's DAO.
protected VesselTypeDao getVesselTypeDao()
vesselType
's DAO.
public void setRightToProduceDao(RightToProduceDao rightToProduceDao)
rightToProduce
's DAO.
protected RightToProduceDao getRightToProduceDao()
rightToProduce
's DAO.
public void setVesselOwnerPeriodDao(VesselOwnerPeriodDao vesselOwnerPeriodDao)
vesselOwnerPeriod
's DAO.
protected VesselOwnerPeriodDao getVesselOwnerPeriodDao()
vesselOwnerPeriod
's DAO.
public void setVesselRegistrationPeriodDao(VesselRegistrationPeriodDao vesselRegistrationPeriodDao)
vesselRegistrationPeriod
's DAO.
protected VesselRegistrationPeriodDao getVesselRegistrationPeriodDao()
vesselRegistrationPeriod
's DAO.
public RemotePleasureBoatFullVO addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
addPleasureBoat
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.addPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected abstract RemotePleasureBoatFullVO handleAddPleasureBoat(RemotePleasureBoatFullVO pleasureBoat) throws java.lang.Exception
addPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
java.lang.Exception
public void updatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
updatePleasureBoat
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.updatePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected abstract void handleUpdatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat) throws java.lang.Exception
updatePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
java.lang.Exception
public void removePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
removePleasureBoat
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.removePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected abstract void handleRemovePleasureBoat(RemotePleasureBoatFullVO pleasureBoat) throws java.lang.Exception
removePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
java.lang.Exception
public RemotePleasureBoatFullVO[] getAllPleasureBoat()
getAllPleasureBoat
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getAllPleasureBoat()
protected abstract RemotePleasureBoatFullVO[] handleGetAllPleasureBoat() throws java.lang.Exception
getAllPleasureBoat()
java.lang.Exception
public RemotePleasureBoatFullVO getPleasureBoatByCode(java.lang.String code)
getPleasureBoatByCode
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getPleasureBoatByCode(java.lang.String)
protected abstract RemotePleasureBoatFullVO handleGetPleasureBoatByCode(java.lang.String code) throws java.lang.Exception
getPleasureBoatByCode(java.lang.String)
java.lang.Exception
public RemotePleasureBoatFullVO[] getPleasureBoatByCodes(java.lang.String[] code)
getPleasureBoatByCodes
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getPleasureBoatByCodes(java.lang.String[])
protected abstract RemotePleasureBoatFullVO[] handleGetPleasureBoatByCodes(java.lang.String[] code) throws java.lang.Exception
getPleasureBoatByCodes(java.lang.String[])
java.lang.Exception
public RemotePleasureBoatFullVO[] getPleasureBoatByStatusCode(java.lang.String code)
getPleasureBoatByStatusCode
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getPleasureBoatByStatusCode(java.lang.String)
protected abstract RemotePleasureBoatFullVO[] handleGetPleasureBoatByStatusCode(java.lang.String code) throws java.lang.Exception
getPleasureBoatByStatusCode(java.lang.String)
java.lang.Exception
public RemotePleasureBoatFullVO[] getPleasureBoatByVesselTypeId(java.lang.Integer id)
getPleasureBoatByVesselTypeId
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getPleasureBoatByVesselTypeId(java.lang.Integer)
protected abstract RemotePleasureBoatFullVO[] handleGetPleasureBoatByVesselTypeId(java.lang.Integer id) throws java.lang.Exception
getPleasureBoatByVesselTypeId(java.lang.Integer)
java.lang.Exception
public boolean remotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
remotePleasureBoatFullVOsAreEqualOnIdentifiers
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.remotePleasureBoatFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected abstract boolean handleRemotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond) throws java.lang.Exception
remotePleasureBoatFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
java.lang.Exception
public boolean remotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
remotePleasureBoatFullVOsAreEqual
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.remotePleasureBoatFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected abstract boolean handleRemotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond) throws java.lang.Exception
remotePleasureBoatFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
java.lang.Exception
public RemotePleasureBoatNaturalId[] getPleasureBoatNaturalIds()
getPleasureBoatNaturalIds
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getPleasureBoatNaturalIds()
protected abstract RemotePleasureBoatNaturalId[] handleGetPleasureBoatNaturalIds() throws java.lang.Exception
getPleasureBoatNaturalIds()
java.lang.Exception
public RemotePleasureBoatFullVO getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
getPleasureBoatByNaturalId
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getPleasureBoatByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatNaturalId)
protected abstract RemotePleasureBoatFullVO handleGetPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId) throws java.lang.Exception
getPleasureBoatByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatNaturalId)
java.lang.Exception
public RemotePleasureBoatNaturalId getPleasureBoatNaturalIdByCode(java.lang.String code)
getPleasureBoatNaturalIdByCode
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getPleasureBoatNaturalIdByCode(java.lang.String)
protected abstract RemotePleasureBoatNaturalId handleGetPleasureBoatNaturalIdByCode(java.lang.String code) throws java.lang.Exception
getPleasureBoatNaturalIdByCode(java.lang.String)
java.lang.Exception
public ClusterPleasureBoat addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
addOrUpdateClusterPleasureBoat
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.addOrUpdateClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
protected abstract ClusterPleasureBoat handleAddOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat) throws java.lang.Exception
addOrUpdateClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
java.lang.Exception
public ClusterPleasureBoat[] getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPleasureBoatSinceDateSynchro
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterPleasureBoat[] handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterPleasureBoat getClusterPleasureBoatByIdentifiers(java.lang.String code)
getClusterPleasureBoatByIdentifiers
in interface RemotePleasureBoatFullService
RemotePleasureBoatFullService.getClusterPleasureBoatByIdentifiers(java.lang.String)
protected abstract ClusterPleasureBoat handleGetClusterPleasureBoatByIdentifiers(java.lang.String code) throws java.lang.Exception
getClusterPleasureBoatByIdentifiers(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 |