|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.location.generic.service.RemoteLocationAssociationFullServiceBase
public abstract class RemoteLocationAssociationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.location.generic.service.RemoteLocationAssociationFullService
,
provides access to all services and entities referenced by this service.
RemoteLocationAssociationFullService
Constructor Summary | |
---|---|
RemoteLocationAssociationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteLocationAssociationFullServiceBase()
Method Detail |
---|
public void setLocationAssociationDao(LocationAssociationDao locationAssociationDao)
locationAssociation
's DAO.
protected LocationAssociationDao getLocationAssociationDao()
locationAssociation
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public RemoteLocationAssociationFullVO addLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
addLocationAssociation
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.addLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected abstract RemoteLocationAssociationFullVO handleAddLocationAssociation(RemoteLocationAssociationFullVO locationAssociation) throws java.lang.Exception
addLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
java.lang.Exception
public void updateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
updateLocationAssociation
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.updateLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected abstract void handleUpdateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation) throws java.lang.Exception
updateLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
java.lang.Exception
public void removeLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
removeLocationAssociation
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.removeLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected abstract void handleRemoveLocationAssociation(RemoteLocationAssociationFullVO locationAssociation) throws java.lang.Exception
removeLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
java.lang.Exception
public RemoteLocationAssociationFullVO[] getAllLocationAssociation()
getAllLocationAssociation
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.getAllLocationAssociation()
protected abstract RemoteLocationAssociationFullVO[] handleGetAllLocationAssociation() throws java.lang.Exception
getAllLocationAssociation()
java.lang.Exception
public RemoteLocationAssociationFullVO[] getLocationAssociationByParentLocationId(java.lang.Integer id)
getLocationAssociationByParentLocationId
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.getLocationAssociationByParentLocationId(java.lang.Integer)
protected abstract RemoteLocationAssociationFullVO[] handleGetLocationAssociationByParentLocationId(java.lang.Integer id) throws java.lang.Exception
getLocationAssociationByParentLocationId(java.lang.Integer)
java.lang.Exception
public RemoteLocationAssociationFullVO[] getLocationAssociationByChildLocationId(java.lang.Integer id)
getLocationAssociationByChildLocationId
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.getLocationAssociationByChildLocationId(java.lang.Integer)
protected abstract RemoteLocationAssociationFullVO[] handleGetLocationAssociationByChildLocationId(java.lang.Integer id) throws java.lang.Exception
getLocationAssociationByChildLocationId(java.lang.Integer)
java.lang.Exception
public RemoteLocationAssociationFullVO getLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
getLocationAssociationByIdentifiers
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.getLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteLocationAssociationFullVO handleGetLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId) throws java.lang.Exception
getLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
remoteLocationAssociationFullVOsAreEqualOnIdentifiers
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.remoteLocationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected abstract boolean handleRemoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond) throws java.lang.Exception
remoteLocationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
java.lang.Exception
public boolean remoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
remoteLocationAssociationFullVOsAreEqual
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.remoteLocationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected abstract boolean handleRemoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond) throws java.lang.Exception
remoteLocationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
java.lang.Exception
public RemoteLocationAssociationNaturalId[] getLocationAssociationNaturalIds()
getLocationAssociationNaturalIds
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.getLocationAssociationNaturalIds()
protected abstract RemoteLocationAssociationNaturalId[] handleGetLocationAssociationNaturalIds() throws java.lang.Exception
getLocationAssociationNaturalIds()
java.lang.Exception
public RemoteLocationAssociationFullVO getLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId)
getLocationAssociationByNaturalId
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.getLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationNaturalId)
protected abstract RemoteLocationAssociationFullVO handleGetLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId) throws java.lang.Exception
getLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationNaturalId)
java.lang.Exception
public ClusterLocationAssociation addOrUpdateClusterLocationAssociation(ClusterLocationAssociation clusterLocationAssociation)
addOrUpdateClusterLocationAssociation
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.addOrUpdateClusterLocationAssociation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationAssociation)
protected abstract ClusterLocationAssociation handleAddOrUpdateClusterLocationAssociation(ClusterLocationAssociation clusterLocationAssociation) throws java.lang.Exception
addOrUpdateClusterLocationAssociation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationAssociation)
java.lang.Exception
public ClusterLocationAssociation[] getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterLocationAssociationSinceDateSynchro
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterLocationAssociation[] handleGetAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterLocationAssociation getClusterLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
getClusterLocationAssociationByIdentifiers
in interface RemoteLocationAssociationFullService
RemoteLocationAssociationFullService.getClusterLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterLocationAssociation handleGetClusterLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId) throws java.lang.Exception
getClusterLocationAssociationByIdentifiers(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 |