|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.regulation.generic.service.RemoteMinimumSizeAllowedFullServiceBase
public abstract class RemoteMinimumSizeAllowedFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.regulation.generic.service.RemoteMinimumSizeAllowedFullService
,
provides access to all services and entities referenced by this service.
RemoteMinimumSizeAllowedFullService
Constructor Summary | |
---|---|
RemoteMinimumSizeAllowedFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteMinimumSizeAllowedFullServiceBase()
Method Detail |
---|
public void setMinimumSizeAllowedDao(MinimumSizeAllowedDao minimumSizeAllowedDao)
minimumSizeAllowed
's DAO.
protected MinimumSizeAllowedDao getMinimumSizeAllowedDao()
minimumSizeAllowed
's DAO.
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroup
's DAO.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroup
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setUnitDao(UnitDao unitDao)
unit
's DAO.
protected UnitDao getUnitDao()
unit
's DAO.
public void setCorpusDao(CorpusDao corpusDao)
corpus
's DAO.
protected CorpusDao getCorpusDao()
corpus
's DAO.
public RemoteMinimumSizeAllowedFullVO addMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
addMinimumSizeAllowed
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.addMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract RemoteMinimumSizeAllowedFullVO handleAddMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed) throws java.lang.Exception
addMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
java.lang.Exception
public void updateMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
updateMinimumSizeAllowed
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.updateMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract void handleUpdateMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed) throws java.lang.Exception
updateMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
java.lang.Exception
public void removeMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
removeMinimumSizeAllowed
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.removeMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract void handleRemoveMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed) throws java.lang.Exception
removeMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
java.lang.Exception
public RemoteMinimumSizeAllowedFullVO[] getAllMinimumSizeAllowed()
getAllMinimumSizeAllowed
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getAllMinimumSizeAllowed()
protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetAllMinimumSizeAllowed() throws java.lang.Exception
getAllMinimumSizeAllowed()
java.lang.Exception
public RemoteMinimumSizeAllowedFullVO getMinimumSizeAllowedById(java.lang.Integer id)
getMinimumSizeAllowedById
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedById(java.lang.Integer)
protected abstract RemoteMinimumSizeAllowedFullVO handleGetMinimumSizeAllowedById(java.lang.Integer id) throws java.lang.Exception
getMinimumSizeAllowedById(java.lang.Integer)
java.lang.Exception
public RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByIds(java.lang.Integer[] id)
getMinimumSizeAllowedByIds
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedByIds(java.lang.Integer[])
protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByIds(java.lang.Integer[] id) throws java.lang.Exception
getMinimumSizeAllowedByIds(java.lang.Integer[])
java.lang.Exception
public RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByTaxonGroupId(java.lang.Integer id)
getMinimumSizeAllowedByTaxonGroupId
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedByTaxonGroupId(java.lang.Integer)
protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByTaxonGroupId(java.lang.Integer id) throws java.lang.Exception
getMinimumSizeAllowedByTaxonGroupId(java.lang.Integer)
java.lang.Exception
public RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedBySizeUnitId(java.lang.Integer id)
getMinimumSizeAllowedBySizeUnitId
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedBySizeUnitId(java.lang.Integer)
protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedBySizeUnitId(java.lang.Integer id) throws java.lang.Exception
getMinimumSizeAllowedBySizeUnitId(java.lang.Integer)
java.lang.Exception
public RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByCorpusId(java.lang.Integer id)
getMinimumSizeAllowedByCorpusId
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedByCorpusId(java.lang.Integer)
protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByCorpusId(java.lang.Integer id) throws java.lang.Exception
getMinimumSizeAllowedByCorpusId(java.lang.Integer)
java.lang.Exception
public boolean remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst, RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract boolean handleRemoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst, RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond) throws java.lang.Exception
remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
java.lang.Exception
public boolean remoteMinimumSizeAllowedFullVOsAreEqual(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst, RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
remoteMinimumSizeAllowedFullVOsAreEqual
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.remoteMinimumSizeAllowedFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract boolean handleRemoteMinimumSizeAllowedFullVOsAreEqual(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst, RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond) throws java.lang.Exception
remoteMinimumSizeAllowedFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
java.lang.Exception
public RemoteMinimumSizeAllowedNaturalId[] getMinimumSizeAllowedNaturalIds()
getMinimumSizeAllowedNaturalIds
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedNaturalIds()
protected abstract RemoteMinimumSizeAllowedNaturalId[] handleGetMinimumSizeAllowedNaturalIds() throws java.lang.Exception
getMinimumSizeAllowedNaturalIds()
java.lang.Exception
public RemoteMinimumSizeAllowedFullVO getMinimumSizeAllowedByNaturalId(RemoteMinimumSizeAllowedNaturalId minimumSizeAllowedNaturalId)
getMinimumSizeAllowedByNaturalId
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedNaturalId)
protected abstract RemoteMinimumSizeAllowedFullVO handleGetMinimumSizeAllowedByNaturalId(RemoteMinimumSizeAllowedNaturalId minimumSizeAllowedNaturalId) throws java.lang.Exception
getMinimumSizeAllowedByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedNaturalId)
java.lang.Exception
public RemoteMinimumSizeAllowedNaturalId getMinimumSizeAllowedNaturalIdById(java.lang.Integer id)
getMinimumSizeAllowedNaturalIdById
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedNaturalIdById(java.lang.Integer)
protected abstract RemoteMinimumSizeAllowedNaturalId handleGetMinimumSizeAllowedNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getMinimumSizeAllowedNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterMinimumSizeAllowed getClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer id)
getClusterMinimumSizeAllowedByIdentifiers
in interface RemoteMinimumSizeAllowedFullService
RemoteMinimumSizeAllowedFullService.getClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer)
protected abstract ClusterMinimumSizeAllowed handleGetClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterMinimumSizeAllowedByIdentifiers(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 |