|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.gear.generic.service.RemoteFishingGearFullServiceBase
public abstract class RemoteFishingGearFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.gear.generic.service.RemoteFishingGearFullService
,
provides access to all services and entities referenced by this service.
RemoteFishingGearFullService
Constructor Summary | |
---|---|
RemoteFishingGearFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteFishingGearFullServiceBase()
Method Detail |
---|
public void setFishingGearDao(FishingGearDao fishingGearDao)
fishingGear
's DAO.
protected FishingGearDao getFishingGearDao()
fishingGear
's DAO.
public void setGearDao(GearDao gearDao)
gear
's DAO.
protected GearDao getGearDao()
gear
's DAO.
public void setGearClassificationDao(GearClassificationDao gearClassificationDao)
gearClassification
's DAO.
protected GearClassificationDao getGearClassificationDao()
gearClassification
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setGearAssociationDao(GearAssociationDao gearAssociationDao)
gearAssociation
's DAO.
protected GearAssociationDao getGearAssociationDao()
gearAssociation
's DAO.
public RemoteFishingGearFullVO addFishingGear(RemoteFishingGearFullVO fishingGear)
addFishingGear
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.addFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected abstract RemoteFishingGearFullVO handleAddFishingGear(RemoteFishingGearFullVO fishingGear) throws java.lang.Exception
addFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
java.lang.Exception
public void updateFishingGear(RemoteFishingGearFullVO fishingGear)
updateFishingGear
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.updateFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected abstract void handleUpdateFishingGear(RemoteFishingGearFullVO fishingGear) throws java.lang.Exception
updateFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
java.lang.Exception
public void removeFishingGear(RemoteFishingGearFullVO fishingGear)
removeFishingGear
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.removeFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected abstract void handleRemoveFishingGear(RemoteFishingGearFullVO fishingGear) throws java.lang.Exception
removeFishingGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
java.lang.Exception
public RemoteFishingGearFullVO[] getAllFishingGear()
getAllFishingGear
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getAllFishingGear()
protected abstract RemoteFishingGearFullVO[] handleGetAllFishingGear() throws java.lang.Exception
getAllFishingGear()
java.lang.Exception
public RemoteFishingGearFullVO getFishingGearById(java.lang.Integer id)
getFishingGearById
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getFishingGearById(java.lang.Integer)
protected abstract RemoteFishingGearFullVO handleGetFishingGearById(java.lang.Integer id) throws java.lang.Exception
getFishingGearById(java.lang.Integer)
java.lang.Exception
public RemoteFishingGearFullVO[] getFishingGearByIds(java.lang.Integer[] id)
getFishingGearByIds
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getFishingGearByIds(java.lang.Integer[])
protected abstract RemoteFishingGearFullVO[] handleGetFishingGearByIds(java.lang.Integer[] id) throws java.lang.Exception
getFishingGearByIds(java.lang.Integer[])
java.lang.Exception
public RemoteFishingGearFullVO[] getFishingGearByParentGearId(java.lang.Integer id)
getFishingGearByParentGearId
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getFishingGearByParentGearId(java.lang.Integer)
protected abstract RemoteFishingGearFullVO[] handleGetFishingGearByParentGearId(java.lang.Integer id) throws java.lang.Exception
getFishingGearByParentGearId(java.lang.Integer)
java.lang.Exception
public RemoteFishingGearFullVO[] getFishingGearByGearClassificationId(java.lang.Integer id)
getFishingGearByGearClassificationId
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getFishingGearByGearClassificationId(java.lang.Integer)
protected abstract RemoteFishingGearFullVO[] handleGetFishingGearByGearClassificationId(java.lang.Integer id) throws java.lang.Exception
getFishingGearByGearClassificationId(java.lang.Integer)
java.lang.Exception
public RemoteFishingGearFullVO[] getFishingGearByStatusCode(java.lang.String code)
getFishingGearByStatusCode
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getFishingGearByStatusCode(java.lang.String)
protected abstract RemoteFishingGearFullVO[] handleGetFishingGearByStatusCode(java.lang.String code) throws java.lang.Exception
getFishingGearByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteFishingGearFullVOsAreEqualOnIdentifiers(RemoteFishingGearFullVO remoteFishingGearFullVOFirst, RemoteFishingGearFullVO remoteFishingGearFullVOSecond)
remoteFishingGearFullVOsAreEqualOnIdentifiers
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.remoteFishingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected abstract boolean handleRemoteFishingGearFullVOsAreEqualOnIdentifiers(RemoteFishingGearFullVO remoteFishingGearFullVOFirst, RemoteFishingGearFullVO remoteFishingGearFullVOSecond) throws java.lang.Exception
remoteFishingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
java.lang.Exception
public boolean remoteFishingGearFullVOsAreEqual(RemoteFishingGearFullVO remoteFishingGearFullVOFirst, RemoteFishingGearFullVO remoteFishingGearFullVOSecond)
remoteFishingGearFullVOsAreEqual
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.remoteFishingGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
protected abstract boolean handleRemoteFishingGearFullVOsAreEqual(RemoteFishingGearFullVO remoteFishingGearFullVOFirst, RemoteFishingGearFullVO remoteFishingGearFullVOSecond) throws java.lang.Exception
remoteFishingGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearFullVO)
java.lang.Exception
public RemoteFishingGearNaturalId[] getFishingGearNaturalIds()
getFishingGearNaturalIds
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getFishingGearNaturalIds()
protected abstract RemoteFishingGearNaturalId[] handleGetFishingGearNaturalIds() throws java.lang.Exception
getFishingGearNaturalIds()
java.lang.Exception
public RemoteFishingGearFullVO getFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId)
getFishingGearByNaturalId
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getFishingGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearNaturalId)
protected abstract RemoteFishingGearFullVO handleGetFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId) throws java.lang.Exception
getFishingGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearNaturalId)
java.lang.Exception
public RemoteFishingGearNaturalId getFishingGearNaturalIdById(java.lang.Integer id)
getFishingGearNaturalIdById
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getFishingGearNaturalIdById(java.lang.Integer)
protected abstract RemoteFishingGearNaturalId handleGetFishingGearNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getFishingGearNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterFishingGear[] getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFishingGearSinceDateSynchro
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishingGear[] handleGetAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFishingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterFishingGear getClusterFishingGearByIdentifiers(java.lang.Integer id)
getClusterFishingGearByIdentifiers
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.getClusterFishingGearByIdentifiers(java.lang.Integer)
protected abstract ClusterFishingGear handleGetClusterFishingGearByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterFishingGearByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterFishingGear addOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear)
addOrUpdateClusterFishingGear
in interface RemoteFishingGearFullService
RemoteFishingGearFullService.addOrUpdateClusterFishingGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear)
protected abstract ClusterFishingGear handleAddOrUpdateClusterFishingGear(ClusterFishingGear clusterFishingGear) throws java.lang.Exception
addOrUpdateClusterFishingGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear)
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 |