fr.ifremer.allegro.referential.gear.generic.service
Class RemoteGearClassificationAssociationFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.referential.gear.generic.service.RemoteGearClassificationAssociationFullServiceBase
All Implemented Interfaces:
RemoteGearClassificationAssociationFullService
Direct Known Subclasses:
RemoteGearClassificationAssociationFullServiceImpl

public abstract class RemoteGearClassificationAssociationFullServiceBase
extends java.lang.Object
implements RemoteGearClassificationAssociationFullService

Spring Service base class for fr.ifremer.allegro.referential.gear.generic.service.RemoteGearClassificationAssociationFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteGearClassificationAssociationFullService

Constructor Summary
RemoteGearClassificationAssociationFullServiceBase()
           
 
Method Summary
 RemoteGearClassificationAssociationFullVO addGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
           
 RemoteGearClassificationAssociationFullVO[] getAllGearClassificationAssociation()
           
 ClusterGearClassificationAssociation getClusterGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId)
           
 RemoteGearClassificationAssociationFullVO[] getGearClassificationAssociationByFromGearClassificationId(java.lang.Integer id)
           
 RemoteGearClassificationAssociationFullVO getGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId)
           
 RemoteGearClassificationAssociationFullVO getGearClassificationAssociationByNaturalId(RemoteGearClassificationAssociationNaturalId gearClassificationAssociationNaturalId)
           
 RemoteGearClassificationAssociationFullVO[] getGearClassificationAssociationByToGearClassificationId(java.lang.Integer id)
           
protected  GearClassificationAssociationDao getGearClassificationAssociationDao()
          Gets the reference to gearClassificationAssociation's DAO.
 RemoteGearClassificationAssociationNaturalId[] getGearClassificationAssociationNaturalIds()
           
protected  GearClassificationDao getGearClassificationDao()
          Gets the reference to gearClassification'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 abstract  RemoteGearClassificationAssociationFullVO handleAddGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
          Performs the core logic for addGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract  RemoteGearClassificationAssociationFullVO[] handleGetAllGearClassificationAssociation()
          Performs the core logic for getAllGearClassificationAssociation()
protected abstract  ClusterGearClassificationAssociation handleGetClusterGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId)
          Performs the core logic for getClusterGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemoteGearClassificationAssociationFullVO[] handleGetGearClassificationAssociationByFromGearClassificationId(java.lang.Integer id)
          Performs the core logic for getGearClassificationAssociationByFromGearClassificationId(java.lang.Integer)
protected abstract  RemoteGearClassificationAssociationFullVO handleGetGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId)
          Performs the core logic for getGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemoteGearClassificationAssociationFullVO handleGetGearClassificationAssociationByNaturalId(RemoteGearClassificationAssociationNaturalId gearClassificationAssociationNaturalId)
          Performs the core logic for getGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationNaturalId)
protected abstract  RemoteGearClassificationAssociationFullVO[] handleGetGearClassificationAssociationByToGearClassificationId(java.lang.Integer id)
          Performs the core logic for getGearClassificationAssociationByToGearClassificationId(java.lang.Integer)
protected abstract  RemoteGearClassificationAssociationNaturalId[] handleGetGearClassificationAssociationNaturalIds()
          Performs the core logic for getGearClassificationAssociationNaturalIds()
protected abstract  boolean handleRemoteGearClassificationAssociationFullVOsAreEqual(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst, RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
          Performs the core logic for remoteGearClassificationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract  boolean handleRemoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst, RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
          Performs the core logic for remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract  void handleRemoveGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
          Performs the core logic for removeGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
protected abstract  void handleUpdateGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
          Performs the core logic for updateGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)
 boolean remoteGearClassificationAssociationFullVOsAreEqual(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst, RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
           
 boolean remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst, RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
           
 void removeGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
           
 void setGearClassificationAssociationDao(GearClassificationAssociationDao gearClassificationAssociationDao)
          Sets the reference to gearClassificationAssociation's DAO.
 void setGearClassificationDao(GearClassificationDao gearClassificationDao)
          Sets the reference to gearClassification's DAO.
 void updateGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearClassificationAssociationFullServiceBase

public RemoteGearClassificationAssociationFullServiceBase()
Method Detail

setGearClassificationAssociationDao

public void setGearClassificationAssociationDao(GearClassificationAssociationDao gearClassificationAssociationDao)
Sets the reference to gearClassificationAssociation's DAO.


getGearClassificationAssociationDao

protected GearClassificationAssociationDao getGearClassificationAssociationDao()
Gets the reference to gearClassificationAssociation's DAO.


setGearClassificationDao

public void setGearClassificationDao(GearClassificationDao gearClassificationDao)
Sets the reference to gearClassification's DAO.


getGearClassificationDao

protected GearClassificationDao getGearClassificationDao()
Gets the reference to gearClassification's DAO.


addGearClassificationAssociation

public RemoteGearClassificationAssociationFullVO addGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
Specified by:
addGearClassificationAssociation in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.addGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

handleAddGearClassificationAssociation

protected abstract RemoteGearClassificationAssociationFullVO handleAddGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
                                                                                             throws java.lang.Exception
Performs the core logic for addGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

Throws:
java.lang.Exception

updateGearClassificationAssociation

public void updateGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
Specified by:
updateGearClassificationAssociation in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.updateGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

handleUpdateGearClassificationAssociation

protected abstract void handleUpdateGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
                                                           throws java.lang.Exception
Performs the core logic for updateGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

Throws:
java.lang.Exception

removeGearClassificationAssociation

public void removeGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
Specified by:
removeGearClassificationAssociation in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.removeGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

handleRemoveGearClassificationAssociation

protected abstract void handleRemoveGearClassificationAssociation(RemoteGearClassificationAssociationFullVO gearClassificationAssociation)
                                                           throws java.lang.Exception
Performs the core logic for removeGearClassificationAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

Throws:
java.lang.Exception

getAllGearClassificationAssociation

public RemoteGearClassificationAssociationFullVO[] getAllGearClassificationAssociation()
Specified by:
getAllGearClassificationAssociation in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.getAllGearClassificationAssociation()

handleGetAllGearClassificationAssociation

protected abstract RemoteGearClassificationAssociationFullVO[] handleGetAllGearClassificationAssociation()
                                                                                                  throws java.lang.Exception
Performs the core logic for getAllGearClassificationAssociation()

Throws:
java.lang.Exception

getGearClassificationAssociationByToGearClassificationId

public RemoteGearClassificationAssociationFullVO[] getGearClassificationAssociationByToGearClassificationId(java.lang.Integer id)
Specified by:
getGearClassificationAssociationByToGearClassificationId in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationByToGearClassificationId(java.lang.Integer)

handleGetGearClassificationAssociationByToGearClassificationId

protected abstract RemoteGearClassificationAssociationFullVO[] handleGetGearClassificationAssociationByToGearClassificationId(java.lang.Integer id)
                                                                                                                       throws java.lang.Exception
Performs the core logic for getGearClassificationAssociationByToGearClassificationId(java.lang.Integer)

Throws:
java.lang.Exception

getGearClassificationAssociationByFromGearClassificationId

public RemoteGearClassificationAssociationFullVO[] getGearClassificationAssociationByFromGearClassificationId(java.lang.Integer id)
Specified by:
getGearClassificationAssociationByFromGearClassificationId in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationByFromGearClassificationId(java.lang.Integer)

handleGetGearClassificationAssociationByFromGearClassificationId

protected abstract RemoteGearClassificationAssociationFullVO[] handleGetGearClassificationAssociationByFromGearClassificationId(java.lang.Integer id)
                                                                                                                         throws java.lang.Exception
Performs the core logic for getGearClassificationAssociationByFromGearClassificationId(java.lang.Integer)

Throws:
java.lang.Exception

getGearClassificationAssociationByIdentifiers

public RemoteGearClassificationAssociationFullVO getGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId,
                                                                                               java.lang.Integer fromGearClassificationId)
Specified by:
getGearClassificationAssociationByIdentifiers in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetGearClassificationAssociationByIdentifiers

protected abstract RemoteGearClassificationAssociationFullVO handleGetGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId,
                                                                                                                 java.lang.Integer fromGearClassificationId)
                                                                                                          throws java.lang.Exception
Performs the core logic for getGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers

public boolean remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst,
                                                                               RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
Specified by:
remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

handleRemoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst,
                                                                                                 RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
                                                                                          throws java.lang.Exception
Performs the core logic for remoteGearClassificationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

Throws:
java.lang.Exception

remoteGearClassificationAssociationFullVOsAreEqual

public boolean remoteGearClassificationAssociationFullVOsAreEqual(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst,
                                                                  RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
Specified by:
remoteGearClassificationAssociationFullVOsAreEqual in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.remoteGearClassificationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

handleRemoteGearClassificationAssociationFullVOsAreEqual

protected abstract boolean handleRemoteGearClassificationAssociationFullVOsAreEqual(RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOFirst,
                                                                                    RemoteGearClassificationAssociationFullVO remoteGearClassificationAssociationFullVOSecond)
                                                                             throws java.lang.Exception
Performs the core logic for remoteGearClassificationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationFullVO)

Throws:
java.lang.Exception

getGearClassificationAssociationNaturalIds

public RemoteGearClassificationAssociationNaturalId[] getGearClassificationAssociationNaturalIds()
Specified by:
getGearClassificationAssociationNaturalIds in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationNaturalIds()

handleGetGearClassificationAssociationNaturalIds

protected abstract RemoteGearClassificationAssociationNaturalId[] handleGetGearClassificationAssociationNaturalIds()
                                                                                                            throws java.lang.Exception
Performs the core logic for getGearClassificationAssociationNaturalIds()

Throws:
java.lang.Exception

getGearClassificationAssociationByNaturalId

public RemoteGearClassificationAssociationFullVO getGearClassificationAssociationByNaturalId(RemoteGearClassificationAssociationNaturalId gearClassificationAssociationNaturalId)
Specified by:
getGearClassificationAssociationByNaturalId in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.getGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationNaturalId)

handleGetGearClassificationAssociationByNaturalId

protected abstract RemoteGearClassificationAssociationFullVO handleGetGearClassificationAssociationByNaturalId(RemoteGearClassificationAssociationNaturalId gearClassificationAssociationNaturalId)
                                                                                                        throws java.lang.Exception
Performs the core logic for getGearClassificationAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationAssociationNaturalId)

Throws:
java.lang.Exception

getClusterGearClassificationAssociationByIdentifiers

public ClusterGearClassificationAssociation getClusterGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId,
                                                                                                 java.lang.Integer fromGearClassificationId)
Specified by:
getClusterGearClassificationAssociationByIdentifiers in interface RemoteGearClassificationAssociationFullService
See Also:
RemoteGearClassificationAssociationFullService.getClusterGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetClusterGearClassificationAssociationByIdentifiers

protected abstract ClusterGearClassificationAssociation handleGetClusterGearClassificationAssociationByIdentifiers(java.lang.Integer toGearClassificationId,
                                                                                                                   java.lang.Integer fromGearClassificationId)
                                                                                                            throws java.lang.Exception
Performs the core logic for getClusterGearClassificationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

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.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

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.

Parameters:
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.


Copyright © 2008-2010 IFREMER. All Rights Reserved.