|
||||||||||
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.RemoteVesselGroupFullServiceBase
public abstract class RemoteVesselGroupFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselGroupFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselGroupFullService
Constructor Summary | |
---|---|
RemoteVesselGroupFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselGroupFullServiceBase()
Method Detail |
---|
public void setVesselGroupDao(VesselGroupDao vesselGroupDao)
vesselGroup
's DAO.
protected VesselGroupDao getVesselGroupDao()
vesselGroup
'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 RemoteVesselGroupFullVO addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
addVesselGroup
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract RemoteVesselGroupFullVO handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup) throws java.lang.Exception
addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
java.lang.Exception
public void updateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
updateVesselGroup
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract void handleUpdateVesselGroup(RemoteVesselGroupFullVO vesselGroup) throws java.lang.Exception
updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
java.lang.Exception
public void removeVesselGroup(RemoteVesselGroupFullVO vesselGroup)
removeVesselGroup
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract void handleRemoveVesselGroup(RemoteVesselGroupFullVO vesselGroup) throws java.lang.Exception
removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
java.lang.Exception
public RemoteVesselGroupFullVO[] getAllVesselGroup()
getAllVesselGroup
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getAllVesselGroup()
protected abstract RemoteVesselGroupFullVO[] handleGetAllVesselGroup() throws java.lang.Exception
getAllVesselGroup()
java.lang.Exception
public RemoteVesselGroupFullVO getVesselGroupByCode(java.lang.String code)
getVesselGroupByCode
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getVesselGroupByCode(java.lang.String)
protected abstract RemoteVesselGroupFullVO handleGetVesselGroupByCode(java.lang.String code) throws java.lang.Exception
getVesselGroupByCode(java.lang.String)
java.lang.Exception
public RemoteVesselGroupFullVO[] getVesselGroupByCodes(java.lang.String[] code)
getVesselGroupByCodes
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getVesselGroupByCodes(java.lang.String[])
protected abstract RemoteVesselGroupFullVO[] handleGetVesselGroupByCodes(java.lang.String[] code) throws java.lang.Exception
getVesselGroupByCodes(java.lang.String[])
java.lang.Exception
public RemoteVesselGroupFullVO[] getVesselGroupByStatusCode(java.lang.String code)
getVesselGroupByStatusCode
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getVesselGroupByStatusCode(java.lang.String)
protected abstract RemoteVesselGroupFullVO[] handleGetVesselGroupByStatusCode(java.lang.String code) throws java.lang.Exception
getVesselGroupByStatusCode(java.lang.String)
java.lang.Exception
public RemoteVesselGroupFullVO[] getVesselGroupByVesselTypeId(java.lang.Integer id)
getVesselGroupByVesselTypeId
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getVesselGroupByVesselTypeId(java.lang.Integer)
protected abstract RemoteVesselGroupFullVO[] handleGetVesselGroupByVesselTypeId(java.lang.Integer id) throws java.lang.Exception
getVesselGroupByVesselTypeId(java.lang.Integer)
java.lang.Exception
public boolean remoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
remoteVesselGroupFullVOsAreEqualOnIdentifiers
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract boolean handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond) throws java.lang.Exception
remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
java.lang.Exception
public boolean remoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
remoteVesselGroupFullVOsAreEqual
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract boolean handleRemoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond) throws java.lang.Exception
remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
java.lang.Exception
public RemoteVesselGroupNaturalId[] getVesselGroupNaturalIds()
getVesselGroupNaturalIds
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getVesselGroupNaturalIds()
protected abstract RemoteVesselGroupNaturalId[] handleGetVesselGroupNaturalIds() throws java.lang.Exception
getVesselGroupNaturalIds()
java.lang.Exception
public RemoteVesselGroupFullVO getVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
getVesselGroupByNaturalId
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)
protected abstract RemoteVesselGroupFullVO handleGetVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId) throws java.lang.Exception
getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)
java.lang.Exception
public RemoteVesselGroupNaturalId getVesselGroupNaturalIdByCode(java.lang.String code)
getVesselGroupNaturalIdByCode
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getVesselGroupNaturalIdByCode(java.lang.String)
protected abstract RemoteVesselGroupNaturalId handleGetVesselGroupNaturalIdByCode(java.lang.String code) throws java.lang.Exception
getVesselGroupNaturalIdByCode(java.lang.String)
java.lang.Exception
public ClusterVesselGroup addOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
addOrUpdateClusterVesselGroup
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)
protected abstract ClusterVesselGroup handleAddOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup) throws java.lang.Exception
addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)
java.lang.Exception
public ClusterVesselGroup[] getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterVesselGroupSinceDateSynchro
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterVesselGroup[] handleGetAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterVesselGroup getClusterVesselGroupByIdentifiers(java.lang.String code)
getClusterVesselGroupByIdentifiers
in interface RemoteVesselGroupFullService
RemoteVesselGroupFullService.getClusterVesselGroupByIdentifiers(java.lang.String)
protected abstract ClusterVesselGroup handleGetClusterVesselGroupByIdentifiers(java.lang.String code) throws java.lang.Exception
getClusterVesselGroupByIdentifiers(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 |