|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.scientificCruise.generic.service.RemoteScientificCruiseFullServiceBase
public abstract class RemoteScientificCruiseFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.survey.scientificCruise.generic.service.RemoteScientificCruiseFullService
,
provides access to all services and entities referenced by this service.
RemoteScientificCruiseFullService
Constructor Summary | |
---|---|
RemoteScientificCruiseFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteScientificCruiseFullServiceBase()
Method Detail |
---|
public void setScientificCruiseDao(ScientificCruiseDao scientificCruiseDao)
scientificCruise
's DAO.
protected ScientificCruiseDao getScientificCruiseDao()
scientificCruise
's DAO.
public void setPersonDao(PersonDao personDao)
person
's DAO.
protected PersonDao getPersonDao()
person
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setScientificResearchVesselDao(ScientificResearchVesselDao scientificResearchVesselDao)
scientificResearchVessel
's DAO.
protected ScientificResearchVesselDao getScientificResearchVesselDao()
scientificResearchVessel
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public RemoteScientificCruiseFullVO addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
addScientificCruise
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.addScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected abstract RemoteScientificCruiseFullVO handleAddScientificCruise(RemoteScientificCruiseFullVO scientificCruise) throws java.lang.Exception
addScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
java.lang.Exception
public void updateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
updateScientificCruise
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.updateScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected abstract void handleUpdateScientificCruise(RemoteScientificCruiseFullVO scientificCruise) throws java.lang.Exception
updateScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
java.lang.Exception
public void removeScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
removeScientificCruise
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.removeScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected abstract void handleRemoveScientificCruise(RemoteScientificCruiseFullVO scientificCruise) throws java.lang.Exception
removeScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
java.lang.Exception
public RemoteScientificCruiseFullVO[] getAllScientificCruise()
getAllScientificCruise
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getAllScientificCruise()
protected abstract RemoteScientificCruiseFullVO[] handleGetAllScientificCruise() throws java.lang.Exception
getAllScientificCruise()
java.lang.Exception
public RemoteScientificCruiseFullVO getScientificCruiseById(java.lang.Integer id)
getScientificCruiseById
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseById(java.lang.Integer)
protected abstract RemoteScientificCruiseFullVO handleGetScientificCruiseById(java.lang.Integer id) throws java.lang.Exception
getScientificCruiseById(java.lang.Integer)
java.lang.Exception
public RemoteScientificCruiseFullVO[] getScientificCruiseByIds(java.lang.Integer[] id)
getScientificCruiseByIds
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseByIds(java.lang.Integer[])
protected abstract RemoteScientificCruiseFullVO[] handleGetScientificCruiseByIds(java.lang.Integer[] id) throws java.lang.Exception
getScientificCruiseByIds(java.lang.Integer[])
java.lang.Exception
public RemoteScientificCruiseFullVO[] getScientificCruiseByManagerPersonId(java.lang.Integer id)
getScientificCruiseByManagerPersonId
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseByManagerPersonId(java.lang.Integer)
protected abstract RemoteScientificCruiseFullVO[] handleGetScientificCruiseByManagerPersonId(java.lang.Integer id) throws java.lang.Exception
getScientificCruiseByManagerPersonId(java.lang.Integer)
java.lang.Exception
public RemoteScientificCruiseFullVO[] getScientificCruiseByScientificResearchVesselCode(java.lang.String code)
getScientificCruiseByScientificResearchVesselCode
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseByScientificResearchVesselCode(java.lang.String)
protected abstract RemoteScientificCruiseFullVO[] handleGetScientificCruiseByScientificResearchVesselCode(java.lang.String code) throws java.lang.Exception
getScientificCruiseByScientificResearchVesselCode(java.lang.String)
java.lang.Exception
public RemoteScientificCruiseFullVO[] getScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
getScientificCruiseByRecorderDepartmentId
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteScientificCruiseFullVO[] handleGetScientificCruiseByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getScientificCruiseByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteScientificCruiseFullVO[] getScientificCruiseByProgramCode(java.lang.String code)
getScientificCruiseByProgramCode
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseByProgramCode(java.lang.String)
protected abstract RemoteScientificCruiseFullVO[] handleGetScientificCruiseByProgramCode(java.lang.String code) throws java.lang.Exception
getScientificCruiseByProgramCode(java.lang.String)
java.lang.Exception
public RemoteScientificCruiseFullVO[] getScientificCruiseByRecorderPersonId(java.lang.Integer id)
getScientificCruiseByRecorderPersonId
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseByRecorderPersonId(java.lang.Integer)
protected abstract RemoteScientificCruiseFullVO[] handleGetScientificCruiseByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
getScientificCruiseByRecorderPersonId(java.lang.Integer)
java.lang.Exception
public boolean remoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
remoteScientificCruiseFullVOsAreEqualOnIdentifiers
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected abstract boolean handleRemoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond) throws java.lang.Exception
remoteScientificCruiseFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
java.lang.Exception
public boolean remoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
remoteScientificCruiseFullVOsAreEqual
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.remoteScientificCruiseFullVOsAreEqual(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected abstract boolean handleRemoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond) throws java.lang.Exception
remoteScientificCruiseFullVOsAreEqual(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
java.lang.Exception
public RemoteScientificCruiseNaturalId[] getScientificCruiseNaturalIds()
getScientificCruiseNaturalIds
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseNaturalIds()
protected abstract RemoteScientificCruiseNaturalId[] handleGetScientificCruiseNaturalIds() throws java.lang.Exception
getScientificCruiseNaturalIds()
java.lang.Exception
public RemoteScientificCruiseFullVO getScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
getScientificCruiseByNaturalId
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseByNaturalId(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseNaturalId)
protected abstract RemoteScientificCruiseFullVO handleGetScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId) throws java.lang.Exception
getScientificCruiseByNaturalId(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseNaturalId)
java.lang.Exception
public RemoteScientificCruiseNaturalId getScientificCruiseNaturalIdById(java.lang.Integer id)
getScientificCruiseNaturalIdById
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getScientificCruiseNaturalIdById(java.lang.Integer)
protected abstract RemoteScientificCruiseNaturalId handleGetScientificCruiseNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getScientificCruiseNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterScientificCruise addOrUpdateClusterScientificCruise(ClusterScientificCruise clusterScientificCruise)
addOrUpdateClusterScientificCruise
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.addOrUpdateClusterScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster.ClusterScientificCruise)
protected abstract ClusterScientificCruise handleAddOrUpdateClusterScientificCruise(ClusterScientificCruise clusterScientificCruise) throws java.lang.Exception
addOrUpdateClusterScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster.ClusterScientificCruise)
java.lang.Exception
public ClusterScientificCruise[] getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterScientificCruiseSinceDateSynchro
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterScientificCruise[] handleGetAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterScientificCruise getClusterScientificCruiseByIdentifiers(java.lang.Integer id)
getClusterScientificCruiseByIdentifiers
in interface RemoteScientificCruiseFullService
RemoteScientificCruiseFullService.getClusterScientificCruiseByIdentifiers(java.lang.Integer)
protected abstract ClusterScientificCruise handleGetClusterScientificCruiseByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterScientificCruiseByIdentifiers(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 |