|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.regulation.generic.service.RemoteRightToProduceFullServiceBase
public abstract class RemoteRightToProduceFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.regulation.generic.service.RemoteRightToProduceFullService
,
provides access to all services and entities referenced by this service.
RemoteRightToProduceFullService
Constructor Summary | |
---|---|
RemoteRightToProduceFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteRightToProduceFullServiceBase()
Method Detail |
---|
public void setRightToProduceDao(RightToProduceDao rightToProduceDao)
rightToProduce
's DAO.
protected RightToProduceDao getRightToProduceDao()
rightToProduce
's DAO.
public void setCorpusDao(CorpusDao corpusDao)
corpus
's DAO.
protected CorpusDao getCorpusDao()
corpus
's DAO.
public void setFisheryDao(FisheryDao fisheryDao)
fishery
's DAO.
protected FisheryDao getFisheryDao()
fishery
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
vesselOwner
's DAO.
protected VesselOwnerDao getVesselOwnerDao()
vesselOwner
's DAO.
public RemoteRightToProduceFullVO addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
addRightToProduce
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.addRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected abstract RemoteRightToProduceFullVO handleAddRightToProduce(RemoteRightToProduceFullVO rightToProduce) throws java.lang.Exception
addRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
java.lang.Exception
public void updateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
updateRightToProduce
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.updateRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected abstract void handleUpdateRightToProduce(RemoteRightToProduceFullVO rightToProduce) throws java.lang.Exception
updateRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
java.lang.Exception
public void removeRightToProduce(RemoteRightToProduceFullVO rightToProduce)
removeRightToProduce
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.removeRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected abstract void handleRemoveRightToProduce(RemoteRightToProduceFullVO rightToProduce) throws java.lang.Exception
removeRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
java.lang.Exception
public RemoteRightToProduceFullVO[] getAllRightToProduce()
getAllRightToProduce
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getAllRightToProduce()
protected abstract RemoteRightToProduceFullVO[] handleGetAllRightToProduce() throws java.lang.Exception
getAllRightToProduce()
java.lang.Exception
public RemoteRightToProduceFullVO getRightToProduceById(java.lang.Integer id)
getRightToProduceById
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getRightToProduceById(java.lang.Integer)
protected abstract RemoteRightToProduceFullVO handleGetRightToProduceById(java.lang.Integer id) throws java.lang.Exception
getRightToProduceById(java.lang.Integer)
java.lang.Exception
public RemoteRightToProduceFullVO[] getRightToProduceByIds(java.lang.Integer[] id)
getRightToProduceByIds
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getRightToProduceByIds(java.lang.Integer[])
protected abstract RemoteRightToProduceFullVO[] handleGetRightToProduceByIds(java.lang.Integer[] id) throws java.lang.Exception
getRightToProduceByIds(java.lang.Integer[])
java.lang.Exception
public RemoteRightToProduceFullVO getRightToProduceByCorpusId(java.lang.Integer id)
getRightToProduceByCorpusId
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getRightToProduceByCorpusId(java.lang.Integer)
protected abstract RemoteRightToProduceFullVO handleGetRightToProduceByCorpusId(java.lang.Integer id) throws java.lang.Exception
getRightToProduceByCorpusId(java.lang.Integer)
java.lang.Exception
public boolean remoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
remoteRightToProduceFullVOsAreEqualOnIdentifiers
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.remoteRightToProduceFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected abstract boolean handleRemoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond) throws java.lang.Exception
remoteRightToProduceFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
java.lang.Exception
public boolean remoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
remoteRightToProduceFullVOsAreEqual
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.remoteRightToProduceFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected abstract boolean handleRemoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond) throws java.lang.Exception
remoteRightToProduceFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
java.lang.Exception
public RemoteRightToProduceNaturalId[] getRightToProduceNaturalIds()
getRightToProduceNaturalIds
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getRightToProduceNaturalIds()
protected abstract RemoteRightToProduceNaturalId[] handleGetRightToProduceNaturalIds() throws java.lang.Exception
getRightToProduceNaturalIds()
java.lang.Exception
public RemoteRightToProduceFullVO getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
getRightToProduceByNaturalId
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getRightToProduceByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId)
protected abstract RemoteRightToProduceFullVO handleGetRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId) throws java.lang.Exception
getRightToProduceByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId)
java.lang.Exception
public RemoteRightToProduceNaturalId getRightToProduceNaturalIdById(java.lang.Integer id)
getRightToProduceNaturalIdById
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getRightToProduceNaturalIdById(java.lang.Integer)
protected abstract RemoteRightToProduceNaturalId handleGetRightToProduceNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getRightToProduceNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterRightToProduce addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
addOrUpdateClusterRightToProduce
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.addOrUpdateClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)
protected abstract ClusterRightToProduce handleAddOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce) throws java.lang.Exception
addOrUpdateClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)
java.lang.Exception
public ClusterRightToProduce[] getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterRightToProduceSinceDateSynchro
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterRightToProduce[] handleGetAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterRightToProduce getClusterRightToProduceByIdentifiers(java.lang.Integer id)
getClusterRightToProduceByIdentifiers
in interface RemoteRightToProduceFullService
RemoteRightToProduceFullService.getClusterRightToProduceByIdentifiers(java.lang.Integer)
protected abstract ClusterRightToProduce handleGetClusterRightToProduceByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterRightToProduceByIdentifiers(java.lang.Integer)
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 |