|
||||||||||
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.RemoteGearAssociationFullServiceBase
public abstract class RemoteGearAssociationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.gear.generic.service.RemoteGearAssociationFullService
,
provides access to all services and entities referenced by this service.
RemoteGearAssociationFullService
Constructor Summary | |
---|---|
RemoteGearAssociationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteGearAssociationFullServiceBase()
Method Detail |
---|
public void setGearAssociationDao(GearAssociationDao gearAssociationDao)
gearAssociation
's DAO.
protected GearAssociationDao getGearAssociationDao()
gearAssociation
's DAO.
public void setGearDao(GearDao gearDao)
gear
's DAO.
protected GearDao getGearDao()
gear
's DAO.
public RemoteGearAssociationFullVO addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
addGearAssociation
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.addGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected abstract RemoteGearAssociationFullVO handleAddGearAssociation(RemoteGearAssociationFullVO gearAssociation) throws java.lang.Exception
addGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
java.lang.Exception
public void updateGearAssociation(RemoteGearAssociationFullVO gearAssociation)
updateGearAssociation
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.updateGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected abstract void handleUpdateGearAssociation(RemoteGearAssociationFullVO gearAssociation) throws java.lang.Exception
updateGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
java.lang.Exception
public void removeGearAssociation(RemoteGearAssociationFullVO gearAssociation)
removeGearAssociation
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.removeGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected abstract void handleRemoveGearAssociation(RemoteGearAssociationFullVO gearAssociation) throws java.lang.Exception
removeGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
java.lang.Exception
public RemoteGearAssociationFullVO[] getAllGearAssociation()
getAllGearAssociation
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.getAllGearAssociation()
protected abstract RemoteGearAssociationFullVO[] handleGetAllGearAssociation() throws java.lang.Exception
getAllGearAssociation()
java.lang.Exception
public RemoteGearAssociationFullVO[] getGearAssociationByToGearId(java.lang.Integer id)
getGearAssociationByToGearId
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.getGearAssociationByToGearId(java.lang.Integer)
protected abstract RemoteGearAssociationFullVO[] handleGetGearAssociationByToGearId(java.lang.Integer id) throws java.lang.Exception
getGearAssociationByToGearId(java.lang.Integer)
java.lang.Exception
public RemoteGearAssociationFullVO[] getGearAssociationByFromGearId(java.lang.Integer id)
getGearAssociationByFromGearId
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.getGearAssociationByFromGearId(java.lang.Integer)
protected abstract RemoteGearAssociationFullVO[] handleGetGearAssociationByFromGearId(java.lang.Integer id) throws java.lang.Exception
getGearAssociationByFromGearId(java.lang.Integer)
java.lang.Exception
public RemoteGearAssociationFullVO getGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
getGearAssociationByIdentifiers
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.getGearAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteGearAssociationFullVO handleGetGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId) throws java.lang.Exception
getGearAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
remoteGearAssociationFullVOsAreEqualOnIdentifiers
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.remoteGearAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected abstract boolean handleRemoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond) throws java.lang.Exception
remoteGearAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
java.lang.Exception
public boolean remoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
remoteGearAssociationFullVOsAreEqual
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.remoteGearAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected abstract boolean handleRemoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond) throws java.lang.Exception
remoteGearAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
java.lang.Exception
public RemoteGearAssociationNaturalId[] getGearAssociationNaturalIds()
getGearAssociationNaturalIds
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.getGearAssociationNaturalIds()
protected abstract RemoteGearAssociationNaturalId[] handleGetGearAssociationNaturalIds() throws java.lang.Exception
getGearAssociationNaturalIds()
java.lang.Exception
public RemoteGearAssociationFullVO getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
getGearAssociationByNaturalId
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.getGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationNaturalId)
protected abstract RemoteGearAssociationFullVO handleGetGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId) throws java.lang.Exception
getGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationNaturalId)
java.lang.Exception
public ClusterGearAssociation getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
getClusterGearAssociationByIdentifiers
in interface RemoteGearAssociationFullService
RemoteGearAssociationFullService.getClusterGearAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterGearAssociation handleGetClusterGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId) throws java.lang.Exception
getClusterGearAssociationByIdentifiers(java.lang.Integer, 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 |