ome.services.blitz.impl
Class RenderingSettingsI

java.lang.Object
  extended by ome.services.blitz.impl.AbstractAmdServant
      extended by ome.services.blitz.impl.RenderingSettingsI
All Implemented Interfaces:
CloseableServant, omero.api._IRenderingSettingsOperations, omero.api._ServiceInterfaceOperations, org.springframework.context.ApplicationContextAware

public class RenderingSettingsI
extends AbstractAmdServant
implements omero.api._IRenderingSettingsOperations

Implementation of the IRenderingSettings service.

Since:
3.0-Beta4
Author:
Josh Moore, josh at glencoesoftware.com
See Also:
IRenderingSettings

Field Summary
 
Fields inherited from class ome.services.blitz.impl.AbstractAmdServant
be, ctx, invoker, log, service
 
Constructor Summary
RenderingSettingsI(IRenderingSettings service, BlitzExecutor be)
           
 
Method Summary
 void applySettingsToDataset_async(omero.api.AMD_IRenderingSettings_applySettingsToDataset __cb, long from, long to, Ice.Current __current)
           
 void applySettingsToImage_async(omero.api.AMD_IRenderingSettings_applySettingsToImage __cb, long from, long to, Ice.Current __current)
           
 void applySettingsToImages_async(omero.api.AMD_IRenderingSettings_applySettingsToImages __cb, long from, List<Long> to, Ice.Current __current)
           
 void applySettingsToPixels_async(omero.api.AMD_IRenderingSettings_applySettingsToPixels __cb, long from, long to, Ice.Current __current)
           
 void applySettingsToProject_async(omero.api.AMD_IRenderingSettings_applySettingsToProject __cb, long from, long to, Ice.Current __current)
           
 void applySettingsToSet_async(omero.api.AMD_IRenderingSettings_applySettingsToSet __cb, long from, String toType, List<Long> to, Ice.Current __current)
           
 void createNewRenderingDef_async(omero.api.AMD_IRenderingSettings_createNewRenderingDef __cb, omero.model.Pixels pixels, Ice.Current __current)
           
 void getRenderingSettings_async(omero.api.AMD_IRenderingSettings_getRenderingSettings __cb, long pixelsId, Ice.Current __current)
           
 void resetDefaults_async(omero.api.AMD_IRenderingSettings_resetDefaults __cb, omero.model.RenderingDef def, omero.model.Pixels pixels, Ice.Current __current)
           
 void resetDefaultsByOwnerInSet_async(omero.api.AMD_IRenderingSettings_resetDefaultsByOwnerInSet __cb, String type, List<Long> nodeIds, Ice.Current __current)
           
 void resetDefaultsForPixels_async(omero.api.AMD_IRenderingSettings_resetDefaultsForPixels __cb, long pixelsId, Ice.Current __current)
           
 void resetDefaultsInDataset_async(omero.api.AMD_IRenderingSettings_resetDefaultsInDataset __cb, long dataSetId, Ice.Current __current)
           
 void resetDefaultsInImage_async(omero.api.AMD_IRenderingSettings_resetDefaultsInImage __cb, long imageId, Ice.Current __current)
           
 void resetDefaultsInSet_async(omero.api.AMD_IRenderingSettings_resetDefaultsInSet __cb, String type, List<Long> nodeIds, Ice.Current __current)
           
 void resetDefaultsNoSave_async(omero.api.AMD_IRenderingSettings_resetDefaultsNoSave __cb, omero.model.RenderingDef def, omero.model.Pixels pixels, Ice.Current __current)
           
 void resetMinMaxInSet_async(omero.api.AMD_IRenderingSettings_resetMinMaxInSet __cb, String type, List<Long> nodeIds, Ice.Current __current)
           
 void sanityCheckPixels_async(omero.api.AMD_IRenderingSettings_sanityCheckPixels __cb, omero.model.Pixels from, omero.model.Pixels to, Ice.Current __current)
           
 void setOriginalSettingsForPixels_async(omero.api.AMD_IRenderingSettings_setOriginalSettingsForPixels __cb, long pixelsId, Ice.Current __current)
           
 void setOriginalSettingsInDataset_async(omero.api.AMD_IRenderingSettings_setOriginalSettingsInDataset __cb, long dataSetId, Ice.Current __current)
           
 void setOriginalSettingsInImage_async(omero.api.AMD_IRenderingSettings_setOriginalSettingsInImage __cb, long imageId, Ice.Current __current)
           
 void setOriginalSettingsInSet_async(omero.api.AMD_IRenderingSettings_setOriginalSettingsInSet __cb, String type, List<Long> nodeIds, Ice.Current __current)
           
 
Methods inherited from class ome.services.blitz.impl.AbstractAmdServant
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, close_async, close, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, preClose, runnableCall, safeRunnableCall, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderingSettingsI

public RenderingSettingsI(IRenderingSettings service,
                          BlitzExecutor be)
Method Detail

applySettingsToDataset_async

public void applySettingsToDataset_async(omero.api.AMD_IRenderingSettings_applySettingsToDataset __cb,
                                         long from,
                                         long to,
                                         Ice.Current __current)
                                  throws omero.ServerError
Specified by:
applySettingsToDataset_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

applySettingsToImage_async

public void applySettingsToImage_async(omero.api.AMD_IRenderingSettings_applySettingsToImage __cb,
                                       long from,
                                       long to,
                                       Ice.Current __current)
                                throws omero.ServerError
Specified by:
applySettingsToImage_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

applySettingsToPixels_async

public void applySettingsToPixels_async(omero.api.AMD_IRenderingSettings_applySettingsToPixels __cb,
                                        long from,
                                        long to,
                                        Ice.Current __current)
                                 throws omero.ServerError
Specified by:
applySettingsToPixels_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

applySettingsToProject_async

public void applySettingsToProject_async(omero.api.AMD_IRenderingSettings_applySettingsToProject __cb,
                                         long from,
                                         long to,
                                         Ice.Current __current)
                                  throws omero.ServerError
Specified by:
applySettingsToProject_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

applySettingsToImages_async

public void applySettingsToImages_async(omero.api.AMD_IRenderingSettings_applySettingsToImages __cb,
                                        long from,
                                        List<Long> to,
                                        Ice.Current __current)
                                 throws omero.ServerError
Specified by:
applySettingsToImages_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

applySettingsToSet_async

public void applySettingsToSet_async(omero.api.AMD_IRenderingSettings_applySettingsToSet __cb,
                                     long from,
                                     String toType,
                                     List<Long> to,
                                     Ice.Current __current)
                              throws omero.ServerError
Specified by:
applySettingsToSet_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

createNewRenderingDef_async

public void createNewRenderingDef_async(omero.api.AMD_IRenderingSettings_createNewRenderingDef __cb,
                                        omero.model.Pixels pixels,
                                        Ice.Current __current)
                                 throws omero.ServerError
Specified by:
createNewRenderingDef_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

getRenderingSettings_async

public void getRenderingSettings_async(omero.api.AMD_IRenderingSettings_getRenderingSettings __cb,
                                       long pixelsId,
                                       Ice.Current __current)
                                throws omero.ServerError
Specified by:
getRenderingSettings_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

resetDefaultsInDataset_async

public void resetDefaultsInDataset_async(omero.api.AMD_IRenderingSettings_resetDefaultsInDataset __cb,
                                         long dataSetId,
                                         Ice.Current __current)
                                  throws omero.ServerError
Specified by:
resetDefaultsInDataset_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

resetDefaultsInImage_async

public void resetDefaultsInImage_async(omero.api.AMD_IRenderingSettings_resetDefaultsInImage __cb,
                                       long imageId,
                                       Ice.Current __current)
                                throws omero.ServerError
Specified by:
resetDefaultsInImage_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

resetDefaultsForPixels_async

public void resetDefaultsForPixels_async(omero.api.AMD_IRenderingSettings_resetDefaultsForPixels __cb,
                                         long pixelsId,
                                         Ice.Current __current)
                                  throws omero.ServerError
Specified by:
resetDefaultsForPixels_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

resetDefaultsInSet_async

public void resetDefaultsInSet_async(omero.api.AMD_IRenderingSettings_resetDefaultsInSet __cb,
                                     String type,
                                     List<Long> nodeIds,
                                     Ice.Current __current)
                              throws omero.ServerError
Specified by:
resetDefaultsInSet_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

resetDefaultsByOwnerInSet_async

public void resetDefaultsByOwnerInSet_async(omero.api.AMD_IRenderingSettings_resetDefaultsByOwnerInSet __cb,
                                            String type,
                                            List<Long> nodeIds,
                                            Ice.Current __current)
                                     throws omero.ServerError
Specified by:
resetDefaultsByOwnerInSet_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

resetDefaultsNoSave_async

public void resetDefaultsNoSave_async(omero.api.AMD_IRenderingSettings_resetDefaultsNoSave __cb,
                                      omero.model.RenderingDef def,
                                      omero.model.Pixels pixels,
                                      Ice.Current __current)
                               throws omero.ServerError
Specified by:
resetDefaultsNoSave_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

resetDefaults_async

public void resetDefaults_async(omero.api.AMD_IRenderingSettings_resetDefaults __cb,
                                omero.model.RenderingDef def,
                                omero.model.Pixels pixels,
                                Ice.Current __current)
                         throws omero.ServerError
Specified by:
resetDefaults_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

resetMinMaxInSet_async

public void resetMinMaxInSet_async(omero.api.AMD_IRenderingSettings_resetMinMaxInSet __cb,
                                   String type,
                                   List<Long> nodeIds,
                                   Ice.Current __current)
                            throws omero.ServerError
Specified by:
resetMinMaxInSet_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

sanityCheckPixels_async

public void sanityCheckPixels_async(omero.api.AMD_IRenderingSettings_sanityCheckPixels __cb,
                                    omero.model.Pixels from,
                                    omero.model.Pixels to,
                                    Ice.Current __current)
                             throws omero.ServerError
Specified by:
sanityCheckPixels_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

setOriginalSettingsInDataset_async

public void setOriginalSettingsInDataset_async(omero.api.AMD_IRenderingSettings_setOriginalSettingsInDataset __cb,
                                               long dataSetId,
                                               Ice.Current __current)
                                        throws omero.ServerError
Specified by:
setOriginalSettingsInDataset_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

setOriginalSettingsInImage_async

public void setOriginalSettingsInImage_async(omero.api.AMD_IRenderingSettings_setOriginalSettingsInImage __cb,
                                             long imageId,
                                             Ice.Current __current)
                                      throws omero.ServerError
Specified by:
setOriginalSettingsInImage_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

setOriginalSettingsForPixels_async

public void setOriginalSettingsForPixels_async(omero.api.AMD_IRenderingSettings_setOriginalSettingsForPixels __cb,
                                               long pixelsId,
                                               Ice.Current __current)
                                        throws omero.ServerError
Specified by:
setOriginalSettingsForPixels_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError

setOriginalSettingsInSet_async

public void setOriginalSettingsInSet_async(omero.api.AMD_IRenderingSettings_setOriginalSettingsInSet __cb,
                                           String type,
                                           List<Long> nodeIds,
                                           Ice.Current __current)
                                    throws omero.ServerError
Specified by:
setOriginalSettingsInSet_async in interface omero.api._IRenderingSettingsOperations
Throws:
omero.ServerError


OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.