|
||||||||||
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.RemoteFisheryFullServiceBase
public abstract class RemoteFisheryFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.regulation.generic.service.RemoteFisheryFullService
,
provides access to all services and entities referenced by this service.
RemoteFisheryFullService
Constructor Summary | |
---|---|
RemoteFisheryFullServiceBase()
|
Method Summary | |
---|---|
RemoteFisheryFullVO |
addFishery(RemoteFisheryFullVO fishery)
|
ClusterFishery |
addOrUpdateClusterFishery(ClusterFishery clusterFishery)
|
ClusterFishery[] |
getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemoteFisheryFullVO[] |
getAllFishery()
|
ClusterFishery |
getClusterFisheryByIdentifiers(java.lang.Integer id)
|
protected CorpusDao |
getCorpusDao()
Gets the reference to corpus 's DAO. |
RemoteFisheryFullVO[] |
getFisheryByFishingAreaId(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
getFisheryByGearId(java.lang.Integer id)
|
RemoteFisheryFullVO |
getFisheryById(java.lang.Integer id)
|
RemoteFisheryFullVO[] |
getFisheryByIds(java.lang.Integer[] id)
|
RemoteFisheryFullVO |
getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
|
RemoteFisheryFullVO[] |
getFisheryByTaxonGroupId(java.lang.Integer id)
|
protected FisheryDao |
getFisheryDao()
Gets the reference to fishery 's DAO. |
RemoteFisheryNaturalId |
getFisheryNaturalIdById(java.lang.Integer id)
|
RemoteFisheryNaturalId[] |
getFisheryNaturalIds()
|
protected FishingAreaDao |
getFishingAreaDao()
Gets the reference to fishingArea 's DAO. |
protected GearDao |
getGearDao()
Gets the reference to gear 's DAO. |
protected java.lang.String |
getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle. |
protected java.lang.String |
getMessage(java.lang.String key,
java.lang.Object[] arguments)
Gets the message having the given key and arguments in the
underlying message bundle. |
protected java.lang.String |
getMessage(java.lang.String key,
java.lang.Object[] arguments,
java.util.Locale locale)
Gets the message having the given key using the given arguments
for the given locale . |
protected org.springframework.context.MessageSource |
getMessages()
Gets the message source available to this service. |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected TaxonGroupDao |
getTaxonGroupDao()
Gets the reference to taxonGroup 's DAO. |
protected abstract RemoteFisheryFullVO |
handleAddFishery(RemoteFisheryFullVO fishery)
Performs the core logic for addFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO) |
protected abstract ClusterFishery |
handleAddOrUpdateClusterFishery(ClusterFishery clusterFishery)
Performs the core logic for addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery) |
protected abstract ClusterFishery[] |
handleGetAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemoteFisheryFullVO[] |
handleGetAllFishery()
Performs the core logic for getAllFishery() |
protected abstract ClusterFishery |
handleGetClusterFisheryByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterFisheryByIdentifiers(java.lang.Integer) |
protected abstract RemoteFisheryFullVO[] |
handleGetFisheryByFishingAreaId(java.lang.Integer id)
Performs the core logic for getFisheryByFishingAreaId(java.lang.Integer) |
protected abstract RemoteFisheryFullVO[] |
handleGetFisheryByGearId(java.lang.Integer id)
Performs the core logic for getFisheryByGearId(java.lang.Integer) |
protected abstract RemoteFisheryFullVO |
handleGetFisheryById(java.lang.Integer id)
Performs the core logic for getFisheryById(java.lang.Integer) |
protected abstract RemoteFisheryFullVO[] |
handleGetFisheryByIds(java.lang.Integer[] id)
Performs the core logic for getFisheryByIds(java.lang.Integer[]) |
protected abstract RemoteFisheryFullVO |
handleGetFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
Performs the core logic for getFisheryByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId) |
protected abstract RemoteFisheryFullVO[] |
handleGetFisheryByTaxonGroupId(java.lang.Integer id)
Performs the core logic for getFisheryByTaxonGroupId(java.lang.Integer) |
protected abstract RemoteFisheryNaturalId |
handleGetFisheryNaturalIdById(java.lang.Integer id)
Performs the core logic for getFisheryNaturalIdById(java.lang.Integer) |
protected abstract RemoteFisheryNaturalId[] |
handleGetFisheryNaturalIds()
Performs the core logic for getFisheryNaturalIds() |
protected abstract boolean |
handleRemoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst,
RemoteFisheryFullVO remoteFisheryFullVOSecond)
Performs the core logic for remoteFisheryFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO) |
protected abstract boolean |
handleRemoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst,
RemoteFisheryFullVO remoteFisheryFullVOSecond)
Performs the core logic for remoteFisheryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO) |
protected abstract void |
handleRemoveFishery(RemoteFisheryFullVO fishery)
Performs the core logic for removeFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO) |
protected abstract void |
handleUpdateFishery(RemoteFisheryFullVO fishery)
Performs the core logic for updateFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO) |
boolean |
remoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst,
RemoteFisheryFullVO remoteFisheryFullVOSecond)
|
boolean |
remoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst,
RemoteFisheryFullVO remoteFisheryFullVOSecond)
|
void |
removeFishery(RemoteFisheryFullVO fishery)
|
void |
setCorpusDao(CorpusDao corpusDao)
Sets the reference to corpus 's DAO. |
void |
setFisheryDao(FisheryDao fisheryDao)
Sets the reference to fishery 's DAO. |
void |
setFishingAreaDao(FishingAreaDao fishingAreaDao)
Sets the reference to fishingArea 's DAO. |
void |
setGearDao(GearDao gearDao)
Sets the reference to gear 's DAO. |
void |
setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroup 's DAO. |
void |
updateFishery(RemoteFisheryFullVO fishery)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteFisheryFullServiceBase()
Method Detail |
---|
public void setFisheryDao(FisheryDao fisheryDao)
fishery
's DAO.
protected FisheryDao getFisheryDao()
fishery
's DAO.
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroup
's DAO.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroup
's DAO.
public void setGearDao(GearDao gearDao)
gear
's DAO.
protected GearDao getGearDao()
gear
's DAO.
public void setCorpusDao(CorpusDao corpusDao)
corpus
's DAO.
protected CorpusDao getCorpusDao()
corpus
's DAO.
public void setFishingAreaDao(FishingAreaDao fishingAreaDao)
fishingArea
's DAO.
protected FishingAreaDao getFishingAreaDao()
fishingArea
's DAO.
public RemoteFisheryFullVO addFishery(RemoteFisheryFullVO fishery)
addFishery
in interface RemoteFisheryFullService
RemoteFisheryFullService.addFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected abstract RemoteFisheryFullVO handleAddFishery(RemoteFisheryFullVO fishery) throws java.lang.Exception
addFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
java.lang.Exception
public void updateFishery(RemoteFisheryFullVO fishery)
updateFishery
in interface RemoteFisheryFullService
RemoteFisheryFullService.updateFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected abstract void handleUpdateFishery(RemoteFisheryFullVO fishery) throws java.lang.Exception
updateFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
java.lang.Exception
public void removeFishery(RemoteFisheryFullVO fishery)
removeFishery
in interface RemoteFisheryFullService
RemoteFisheryFullService.removeFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected abstract void handleRemoveFishery(RemoteFisheryFullVO fishery) throws java.lang.Exception
removeFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
java.lang.Exception
public RemoteFisheryFullVO[] getAllFishery()
getAllFishery
in interface RemoteFisheryFullService
RemoteFisheryFullService.getAllFishery()
protected abstract RemoteFisheryFullVO[] handleGetAllFishery() throws java.lang.Exception
getAllFishery()
java.lang.Exception
public RemoteFisheryFullVO getFisheryById(java.lang.Integer id)
getFisheryById
in interface RemoteFisheryFullService
RemoteFisheryFullService.getFisheryById(java.lang.Integer)
protected abstract RemoteFisheryFullVO handleGetFisheryById(java.lang.Integer id) throws java.lang.Exception
getFisheryById(java.lang.Integer)
java.lang.Exception
public RemoteFisheryFullVO[] getFisheryByIds(java.lang.Integer[] id)
getFisheryByIds
in interface RemoteFisheryFullService
RemoteFisheryFullService.getFisheryByIds(java.lang.Integer[])
protected abstract RemoteFisheryFullVO[] handleGetFisheryByIds(java.lang.Integer[] id) throws java.lang.Exception
getFisheryByIds(java.lang.Integer[])
java.lang.Exception
public RemoteFisheryFullVO[] getFisheryByTaxonGroupId(java.lang.Integer id)
getFisheryByTaxonGroupId
in interface RemoteFisheryFullService
RemoteFisheryFullService.getFisheryByTaxonGroupId(java.lang.Integer)
protected abstract RemoteFisheryFullVO[] handleGetFisheryByTaxonGroupId(java.lang.Integer id) throws java.lang.Exception
getFisheryByTaxonGroupId(java.lang.Integer)
java.lang.Exception
public RemoteFisheryFullVO[] getFisheryByGearId(java.lang.Integer id)
getFisheryByGearId
in interface RemoteFisheryFullService
RemoteFisheryFullService.getFisheryByGearId(java.lang.Integer)
protected abstract RemoteFisheryFullVO[] handleGetFisheryByGearId(java.lang.Integer id) throws java.lang.Exception
getFisheryByGearId(java.lang.Integer)
java.lang.Exception
public RemoteFisheryFullVO[] getFisheryByFishingAreaId(java.lang.Integer id)
getFisheryByFishingAreaId
in interface RemoteFisheryFullService
RemoteFisheryFullService.getFisheryByFishingAreaId(java.lang.Integer)
protected abstract RemoteFisheryFullVO[] handleGetFisheryByFishingAreaId(java.lang.Integer id) throws java.lang.Exception
getFisheryByFishingAreaId(java.lang.Integer)
java.lang.Exception
public boolean remoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond)
remoteFisheryFullVOsAreEqualOnIdentifiers
in interface RemoteFisheryFullService
RemoteFisheryFullService.remoteFisheryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected abstract boolean handleRemoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond) throws java.lang.Exception
remoteFisheryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
java.lang.Exception
public boolean remoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond)
remoteFisheryFullVOsAreEqual
in interface RemoteFisheryFullService
RemoteFisheryFullService.remoteFisheryFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
protected abstract boolean handleRemoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond) throws java.lang.Exception
remoteFisheryFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)
java.lang.Exception
public RemoteFisheryNaturalId[] getFisheryNaturalIds()
getFisheryNaturalIds
in interface RemoteFisheryFullService
RemoteFisheryFullService.getFisheryNaturalIds()
protected abstract RemoteFisheryNaturalId[] handleGetFisheryNaturalIds() throws java.lang.Exception
getFisheryNaturalIds()
java.lang.Exception
public RemoteFisheryFullVO getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
getFisheryByNaturalId
in interface RemoteFisheryFullService
RemoteFisheryFullService.getFisheryByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId)
protected abstract RemoteFisheryFullVO handleGetFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId) throws java.lang.Exception
getFisheryByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId)
java.lang.Exception
public RemoteFisheryNaturalId getFisheryNaturalIdById(java.lang.Integer id)
getFisheryNaturalIdById
in interface RemoteFisheryFullService
RemoteFisheryFullService.getFisheryNaturalIdById(java.lang.Integer)
protected abstract RemoteFisheryNaturalId handleGetFisheryNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getFisheryNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterFishery addOrUpdateClusterFishery(ClusterFishery clusterFishery)
addOrUpdateClusterFishery
in interface RemoteFisheryFullService
RemoteFisheryFullService.addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
protected abstract ClusterFishery handleAddOrUpdateClusterFishery(ClusterFishery clusterFishery) throws java.lang.Exception
addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
java.lang.Exception
public ClusterFishery[] getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFisherySinceDateSynchro
in interface RemoteFisheryFullService
RemoteFisheryFullService.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishery[] handleGetAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterFishery getClusterFisheryByIdentifiers(java.lang.Integer id)
getClusterFisheryByIdentifiers
in interface RemoteFisheryFullService
RemoteFisheryFullService.getClusterFisheryByIdentifiers(java.lang.Integer)
protected abstract ClusterFishery handleGetClusterFisheryByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterFisheryByIdentifiers(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 |