|
||||||||||
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.RemoteShellfishGathererFullServiceBase
public abstract class RemoteShellfishGathererFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.vessel.generic.service.RemoteShellfishGathererFullService
,
provides access to all services and entities referenced by this service.
RemoteShellfishGathererFullService
Constructor Summary | |
---|---|
RemoteShellfishGathererFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteShellfishGathererFullServiceBase()
Method Detail |
---|
public void setShellfishGathererDao(ShellfishGathererDao shellfishGathererDao)
shellfishGatherer
's DAO.
protected ShellfishGathererDao getShellfishGathererDao()
shellfishGatherer
'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 RemoteShellfishGathererFullVO addShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
addShellfishGatherer
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.addShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract RemoteShellfishGathererFullVO handleAddShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer) throws java.lang.Exception
addShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
java.lang.Exception
public void updateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
updateShellfishGatherer
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.updateShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract void handleUpdateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer) throws java.lang.Exception
updateShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
java.lang.Exception
public void removeShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
removeShellfishGatherer
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.removeShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract void handleRemoveShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer) throws java.lang.Exception
removeShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
java.lang.Exception
public RemoteShellfishGathererFullVO[] getAllShellfishGatherer()
getAllShellfishGatherer
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getAllShellfishGatherer()
protected abstract RemoteShellfishGathererFullVO[] handleGetAllShellfishGatherer() throws java.lang.Exception
getAllShellfishGatherer()
java.lang.Exception
public RemoteShellfishGathererFullVO getShellfishGathererByCode(java.lang.String code)
getShellfishGathererByCode
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getShellfishGathererByCode(java.lang.String)
protected abstract RemoteShellfishGathererFullVO handleGetShellfishGathererByCode(java.lang.String code) throws java.lang.Exception
getShellfishGathererByCode(java.lang.String)
java.lang.Exception
public RemoteShellfishGathererFullVO[] getShellfishGathererByCodes(java.lang.String[] code)
getShellfishGathererByCodes
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getShellfishGathererByCodes(java.lang.String[])
protected abstract RemoteShellfishGathererFullVO[] handleGetShellfishGathererByCodes(java.lang.String[] code) throws java.lang.Exception
getShellfishGathererByCodes(java.lang.String[])
java.lang.Exception
public RemoteShellfishGathererFullVO[] getShellfishGathererByStatusCode(java.lang.String code)
getShellfishGathererByStatusCode
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getShellfishGathererByStatusCode(java.lang.String)
protected abstract RemoteShellfishGathererFullVO[] handleGetShellfishGathererByStatusCode(java.lang.String code) throws java.lang.Exception
getShellfishGathererByStatusCode(java.lang.String)
java.lang.Exception
public RemoteShellfishGathererFullVO[] getShellfishGathererByVesselTypeId(java.lang.Integer id)
getShellfishGathererByVesselTypeId
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getShellfishGathererByVesselTypeId(java.lang.Integer)
protected abstract RemoteShellfishGathererFullVO[] handleGetShellfishGathererByVesselTypeId(java.lang.Integer id) throws java.lang.Exception
getShellfishGathererByVesselTypeId(java.lang.Integer)
java.lang.Exception
public boolean remoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
remoteShellfishGathererFullVOsAreEqualOnIdentifiers
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.remoteShellfishGathererFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract boolean handleRemoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond) throws java.lang.Exception
remoteShellfishGathererFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
java.lang.Exception
public boolean remoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
remoteShellfishGathererFullVOsAreEqual
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.remoteShellfishGathererFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract boolean handleRemoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond) throws java.lang.Exception
remoteShellfishGathererFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
java.lang.Exception
public RemoteShellfishGathererNaturalId[] getShellfishGathererNaturalIds()
getShellfishGathererNaturalIds
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getShellfishGathererNaturalIds()
protected abstract RemoteShellfishGathererNaturalId[] handleGetShellfishGathererNaturalIds() throws java.lang.Exception
getShellfishGathererNaturalIds()
java.lang.Exception
public RemoteShellfishGathererFullVO getShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)
getShellfishGathererByNaturalId
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getShellfishGathererByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererNaturalId)
protected abstract RemoteShellfishGathererFullVO handleGetShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId) throws java.lang.Exception
getShellfishGathererByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererNaturalId)
java.lang.Exception
public RemoteShellfishGathererNaturalId getShellfishGathererNaturalIdByCode(java.lang.String code)
getShellfishGathererNaturalIdByCode
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getShellfishGathererNaturalIdByCode(java.lang.String)
protected abstract RemoteShellfishGathererNaturalId handleGetShellfishGathererNaturalIdByCode(java.lang.String code) throws java.lang.Exception
getShellfishGathererNaturalIdByCode(java.lang.String)
java.lang.Exception
public ClusterShellfishGatherer addOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
addOrUpdateClusterShellfishGatherer
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.addOrUpdateClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)
protected abstract ClusterShellfishGatherer handleAddOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer) throws java.lang.Exception
addOrUpdateClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)
java.lang.Exception
public ClusterShellfishGatherer[] getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterShellfishGathererSinceDateSynchro
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterShellfishGatherer[] handleGetAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterShellfishGatherer getClusterShellfishGathererByIdentifiers(java.lang.String code)
getClusterShellfishGathererByIdentifiers
in interface RemoteShellfishGathererFullService
RemoteShellfishGathererFullService.getClusterShellfishGathererByIdentifiers(java.lang.String)
protected abstract ClusterShellfishGatherer handleGetClusterShellfishGathererByIdentifiers(java.lang.String code) throws java.lang.Exception
getClusterShellfishGathererByIdentifiers(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 |