Uses of Interface
pt.digitalis.dif.dem.interfaces.IStage

Packages that use IStage
pt.digitalis.dif.codegen   
pt.digitalis.dif.codegen.templates   
pt.digitalis.dif.controller   
pt.digitalis.dif.controller.interfaces   
pt.digitalis.dif.controller.objects   
pt.digitalis.dif.controller.security.managers   
pt.digitalis.dif.controller.security.managers.impl   
pt.digitalis.dif.controller.security.objects   
pt.digitalis.dif.dem   
pt.digitalis.dif.dem.interfaces   
pt.digitalis.dif.dem.managers   
pt.digitalis.dif.dem.managers.impl   
pt.digitalis.dif.exception.objects   
 

Uses of IStage in pt.digitalis.dif.codegen
 

Fields in pt.digitalis.dif.codegen declared as IStage
static IStage CGAncillaries.CG_TO_BE_IMPLEMENTED_STAGE
          This message is used as return for Stage-returning methods whose bodies will be implemented by the CodeGen.
 

Uses of IStage in pt.digitalis.dif.codegen.templates
 

Classes in pt.digitalis.dif.codegen.templates that implement IStage
 class StageCGTemplate
          This class is a template for the IStage interface method implementations.
 class StageInstanceCGTemplate
          This class is a template for the IStageInstance interface method implementations.
 

Methods in pt.digitalis.dif.codegen.templates that return IStage
 IStage StageInstanceCGTemplate.getDefaultErrorStage()
          The default error stage is constant and common to all instances and as such can be placed on the _CG_proxy.
 IStage StageCGTemplate.getDefaultErrorStage()
           
 

Methods in pt.digitalis.dif.codegen.templates that return types with arguments of type IStage
 Map<String,IStage> ServiceCGTemplate.getStages()
           
 

Methods in pt.digitalis.dif.codegen.templates with parameters of type IStage
 void StageInstanceCGTemplate.setProxy(IStage _CG_proxy)
           
 

Uses of IStage in pt.digitalis.dif.controller
 

Fields in pt.digitalis.dif.controller declared as IStage
protected  IStage AbstractDIFDispatcher.theStage
          The stage to be executed.
 

Uses of IStage in pt.digitalis.dif.controller.interfaces
 

Methods in pt.digitalis.dif.controller.interfaces that return IStage
 IStage IDIFRequest.getStageProxy()
          Stage inspector.
 

Uses of IStage in pt.digitalis.dif.controller.objects
 

Methods in pt.digitalis.dif.controller.objects that return IStage
 IStage DIFRequest.getStageProxy()
           
 

Methods in pt.digitalis.dif.controller.objects with parameters of type IStage
 boolean DIFUserInSession.canAccess(IStage stage)
           
 

Uses of IStage in pt.digitalis.dif.controller.security.managers
 

Methods in pt.digitalis.dif.controller.security.managers with parameters of type IStage
 boolean IAuthorizationManager.hasAccessGroup(IDIFGroup group, IStage stage)
          Checks if a group can access to a given stage.
 boolean IAuthorizationManager.hasAccessPublic(IStage stage)
          Checks if the public can access a given stage.
 boolean IAuthorizationManager.hasAccessUser(IDIFUser user, IStage stage)
          Checks if the user can access a given stage.
 

Uses of IStage in pt.digitalis.dif.controller.security.managers.impl
 

Methods in pt.digitalis.dif.controller.security.managers.impl with parameters of type IStage
 boolean AbstractAuthorizationManagerImpl.hasAccessGroup(IDIFGroup group, IStage stage)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessPublic(IStage stage)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessUser(IDIFUser user, IStage stage)
           
 

Uses of IStage in pt.digitalis.dif.controller.security.objects
 

Methods in pt.digitalis.dif.controller.security.objects with parameters of type IStage
 boolean IUserAuthorization.canAccess(IStage stage)
          Checks if the user can access a given stage.
 boolean DIFUserImpl.canAccess(IStage stage)
           
 

Uses of IStage in pt.digitalis.dif.dem
 

Methods in pt.digitalis.dif.dem that return IStage
static IStage DEMRegistryImpl.addStage(pt.digitalis.utils.bytecode.holders.ClassHolder clazz)
          Registers a stage.
 IStage DEMRegistryImpl.getStage(String stageID)
           
 

Methods in pt.digitalis.dif.dem that return types with arguments of type IStage
static Map<String,IStage> DEMRegistryImpl.getStages()
          Returns the map of all stages registered.
 

Uses of IStage in pt.digitalis.dif.dem.interfaces
 

Subinterfaces of IStage in pt.digitalis.dif.dem.interfaces
 interface IStageInstance
          This interface represents a Stage entity on the DEM.
 

Methods in pt.digitalis.dif.dem.interfaces that return IStage
 IStage IStage.getDefaultErrorStage()
          Returns the default error Stage defined for this Stage
 IStage IDEMRegistry.getStage(String stageID)
          Returns a stage associated with a given ID.
 

Methods in pt.digitalis.dif.dem.interfaces that return types with arguments of type IStage
 Map<String,IStage> IService.getStages()
          Returns the list of Service stages.
 

Methods in pt.digitalis.dif.dem.interfaces with parameters of type IStage
 void IStageInstance.setProxy(IStage proxy)
          Sets the associated proxy to call info upon
 

Uses of IStage in pt.digitalis.dif.dem.managers
 

Methods in pt.digitalis.dif.dem.managers that return IStage
 IStage IDEMManager.getStage(String stageID)
          Returns the stage with the given id
 

Methods in pt.digitalis.dif.dem.managers that return types with arguments of type IStage
 Map<String,IStage> IDEMManager.getStages(IService service)
          Returns all stages related to the given service.
 

Methods in pt.digitalis.dif.dem.managers with parameters of type IStage
 MessageList IMessageManager.getMessageList(IStage stage)
          Gets the messages of a given stage with all translations.
 Map<String,String> IMessageManager.getMessages(IStage stage, String language)
          Gets the messages of a given Stage.
 ParameterList IParameterManager.getParameters(IStage stage)
          Gets the parameters of a given Stage.
 String IRegistrationManager.getStageClientName(IStage stageID)
          Inspects the Stage Client Name
 

Uses of IStage in pt.digitalis.dif.dem.managers.impl
 

Methods in pt.digitalis.dif.dem.managers.impl that return IStage
 IStage DEMManagerImpl.getStage(String stageID)
           
 

Methods in pt.digitalis.dif.dem.managers.impl that return types with arguments of type IStage
 Map<String,IStage> DEMManagerImpl.getStages(IService service)
           
 

Methods in pt.digitalis.dif.dem.managers.impl with parameters of type IStage
 MessageList AbstractMessageManager.getMessageList(IStage stage)
           
 Map<String,String> AbstractMessageManager.getMessages(IStage stage, String language)
           
 ParameterList ParameterManagerImpl.getParameters(IStage stage)
           
 String RegistrationManagerImpl.getStageClientName(IStage stage)
           
 

Uses of IStage in pt.digitalis.dif.exception.objects
 

Methods in pt.digitalis.dif.exception.objects with parameters of type IStage
 void ParameterException.setStage(IStage stage)
           
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.