|
||||||||||
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.RemoteGearClassificationFullServiceBase
public abstract class RemoteGearClassificationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.gear.generic.service.RemoteGearClassificationFullService
,
provides access to all services and entities referenced by this service.
RemoteGearClassificationFullService
Constructor Summary | |
---|---|
RemoteGearClassificationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteGearClassificationFullServiceBase()
Method Detail |
---|
public void setGearClassificationDao(GearClassificationDao gearClassificationDao)
gearClassification
's DAO.
protected GearClassificationDao getGearClassificationDao()
gearClassification
's DAO.
public void setGearDao(GearDao gearDao)
gear
's DAO.
protected GearDao getGearDao()
gear
's DAO.
public RemoteGearClassificationFullVO addGearClassification(RemoteGearClassificationFullVO gearClassification)
addGearClassification
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.addGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected abstract RemoteGearClassificationFullVO handleAddGearClassification(RemoteGearClassificationFullVO gearClassification) throws java.lang.Exception
addGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
java.lang.Exception
public void updateGearClassification(RemoteGearClassificationFullVO gearClassification)
updateGearClassification
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.updateGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected abstract void handleUpdateGearClassification(RemoteGearClassificationFullVO gearClassification) throws java.lang.Exception
updateGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
java.lang.Exception
public void removeGearClassification(RemoteGearClassificationFullVO gearClassification)
removeGearClassification
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.removeGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected abstract void handleRemoveGearClassification(RemoteGearClassificationFullVO gearClassification) throws java.lang.Exception
removeGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
java.lang.Exception
public RemoteGearClassificationFullVO[] getAllGearClassification()
getAllGearClassification
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.getAllGearClassification()
protected abstract RemoteGearClassificationFullVO[] handleGetAllGearClassification() throws java.lang.Exception
getAllGearClassification()
java.lang.Exception
public RemoteGearClassificationFullVO getGearClassificationById(java.lang.Integer id)
getGearClassificationById
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.getGearClassificationById(java.lang.Integer)
protected abstract RemoteGearClassificationFullVO handleGetGearClassificationById(java.lang.Integer id) throws java.lang.Exception
getGearClassificationById(java.lang.Integer)
java.lang.Exception
public RemoteGearClassificationFullVO[] getGearClassificationByIds(java.lang.Integer[] id)
getGearClassificationByIds
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.getGearClassificationByIds(java.lang.Integer[])
protected abstract RemoteGearClassificationFullVO[] handleGetGearClassificationByIds(java.lang.Integer[] id) throws java.lang.Exception
getGearClassificationByIds(java.lang.Integer[])
java.lang.Exception
public boolean remoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
remoteGearClassificationFullVOsAreEqualOnIdentifiers
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.remoteGearClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected abstract boolean handleRemoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond) throws java.lang.Exception
remoteGearClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
java.lang.Exception
public boolean remoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
remoteGearClassificationFullVOsAreEqual
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.remoteGearClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected abstract boolean handleRemoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond) throws java.lang.Exception
remoteGearClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
java.lang.Exception
public RemoteGearClassificationNaturalId[] getGearClassificationNaturalIds()
getGearClassificationNaturalIds
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.getGearClassificationNaturalIds()
protected abstract RemoteGearClassificationNaturalId[] handleGetGearClassificationNaturalIds() throws java.lang.Exception
getGearClassificationNaturalIds()
java.lang.Exception
public RemoteGearClassificationFullVO getGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
getGearClassificationByNaturalId
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.getGearClassificationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)
protected abstract RemoteGearClassificationFullVO handleGetGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId) throws java.lang.Exception
getGearClassificationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)
java.lang.Exception
public RemoteGearClassificationNaturalId getGearClassificationNaturalIdById(java.lang.Integer id)
getGearClassificationNaturalIdById
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.getGearClassificationNaturalIdById(java.lang.Integer)
protected abstract RemoteGearClassificationNaturalId handleGetGearClassificationNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getGearClassificationNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterGearClassification addOrUpdateClusterGearClassification(ClusterGearClassification clusterGearClassification)
addOrUpdateClusterGearClassification
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.addOrUpdateClusterGearClassification(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)
protected abstract ClusterGearClassification handleAddOrUpdateClusterGearClassification(ClusterGearClassification clusterGearClassification) throws java.lang.Exception
addOrUpdateClusterGearClassification(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)
java.lang.Exception
public ClusterGearClassification[] getAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterGearClassificationSinceDateSynchro
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.getAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterGearClassification[] handleGetAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterGearClassification getClusterGearClassificationByIdentifiers(java.lang.Integer id)
getClusterGearClassificationByIdentifiers
in interface RemoteGearClassificationFullService
RemoteGearClassificationFullService.getClusterGearClassificationByIdentifiers(java.lang.Integer)
protected abstract ClusterGearClassification handleGetClusterGearClassificationByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterGearClassificationByIdentifiers(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 |