|
||||||||||
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.RemoteGearClassificationAssociationFullServiceBase
public abstract class RemoteGearClassificationAssociationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.gear.generic.service.RemoteGearClassificationAssociationFullService
,
provides access to all services and entities referenced by this service.
RemoteGearClassificationAssociationFullService
Constructor Summary | |
---|---|
RemoteGearClassificationAssociationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteGearClassificationAssociationFullServiceBase()
Method Detail |
---|
public void setGearClassificationAssociationDao(GearClassificationAssociationDao gearClassificationAssociationDao)
gearClassificationAssociation
's DAO.
protected GearClassificationAssociationDao getGearClassificationAssociationDao()
gearClassificationAssociation
's DAO.
public void setGearClassificationDao(GearClassificationDao gearClassificationDao)
gearClassification
's DAO.
protected GearClassificationDao getGearClassificationDao()
gearClassification
's DAO.
public RemoteGearClassificationAssociationFullVO addGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
addGearClassificationAssociation
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.addGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract RemoteGearClassificationAssociationFullVO handleAddGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation) throws java.lang.Exception
addGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
java.lang.Exception
public void updateGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
updateGearClassificationAssociation
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.updateGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract void handleUpdateGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation) throws java.lang.Exception
updateGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
java.lang.Exception
public void removeGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
removeGearClassificationAssociation
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.removeGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract void handleRemoveGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation) throws java.lang.Exception
removeGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
java.lang.Exception
public RemoteGearClassificationAssociationFullVO[] getAllGearClassificationAssociation()
getAllGearClassificationAssociation
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.getAllGearClassificationAssociation()
protected abstract RemoteGearClassificationAssociationFullVO[] handleGetAllGearClassificationAssociation() throws java.lang.Exception
getAllGearClassificationAssociation()
java.lang.Exception
public RemoteGearClassificationAssociationFullVO[] getGearClassificationAssociationByToGearClassificationId(java.lang.Integer id)
getGearClassificationAssociationByToGearClassificationId
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationByToGearClassificationId(java.lang.Integer)
protected abstract RemoteGearClassificationAssociationFullVO[] handleGetGearClassificationAssociationByToGearClassificationId(java.lang.Integer id) throws java.lang.Exception
getGearClassificationAssociationByToGearClassificationId(java.lang.Integer)
java.lang.Exception
public RemoteGearClassificationAssociationFullVO[] getGearClassificationAssociationByFromGearClassificationId(java.lang.Integer id)
getGearClassificationAssociationByFromGearClassificationId
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationByFromGearClassificationId(java.lang.Integer)
protected abstract RemoteGearClassificationAssociationFullVO[] handleGetGearClassificationAssociationByFromGearClassificationId(java.lang.Integer id) throws java.lang.Exception
getGearClassificationAssociationByFromGearClassificationId(java.lang.Integer)
java.lang.Exception
public RemoteGearClassificationAssociationFullVO getGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId)
getGearClassificationAssociationByIdentifiers
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteGearClassificationAssociationFullVO handleGetGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId) throws java.lang.Exception
getGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst, RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract boolean handleRemoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst, RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond) throws java.lang.Exception
remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
java.lang.Exception
public boolean remoteGearClassificationAssociationFullVOsAreEqual(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst, RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
remoteGearClassificationAssociationFullVOsAreEqual
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.remoteGearClassificationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract boolean handleRemoteGearClassificationAssociationFullVOsAreEqual(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst, RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond) throws java.lang.Exception
remoteGearClassificationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
java.lang.Exception
public RemoteGearClassificationAssociationNaturalId[] getGearClassificationAssociationNaturalIds()
getGearClassificationAssociationNaturalIds
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationNaturalIds()
protected abstract RemoteGearClassificationAssociationNaturalId[] handleGetGearClassificationAssociationNaturalIds() throws java.lang.Exception
getGearClassificationAssociationNaturalIds()
java.lang.Exception
public RemoteGearClassificationAssociationFullVO getGearClassificationAssociationByNaturalId(RemoteGearClassificationAssociationNaturalId gearClassificationAssociationNaturalId)
getGearClassificationAssociationByNaturalId
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationNaturalId)
protected abstract RemoteGearClassificationAssociationFullVO handleGetGearClassificationAssociationByNaturalId(RemoteGearClassificationAssociationNaturalId gearClassificationAssociationNaturalId) throws java.lang.Exception
getGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationNaturalId)
java.lang.Exception
public ClusterGearClassificationAssociation getClusterGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId)
getClusterGearClassificationAssociationByIdentifiers
in interface RemoteGearClassificationAssociationFullService
RemoteGearClassificationAssociationFullService.getClusterGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterGearClassificationAssociation handleGetClusterGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId) throws java.lang.Exception
getClusterGearClassificationAssociationByIdentifiers(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 |