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

Packages that use IEntity
pt.digitalis.dif.codegen.templates   
pt.digitalis.dif.dem   
pt.digitalis.dif.dem.interfaces   
pt.digitalis.dif.dem.managers   
pt.digitalis.dif.dem.managers.impl   
 

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

Classes in pt.digitalis.dif.codegen.templates that implement IEntity
 class ApplicationCGTemplate
          This class is a template for the IApplication interface method implementations.
 class ProviderCGTemplate
          This class is a template for the IProvider interface method implementations.
 class ServiceCGTemplate
          This class is a template for the IService interface method implementations.
 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.
 

Uses of IEntity in pt.digitalis.dif.dem
 

Methods in pt.digitalis.dif.dem that return IEntity
static IEntity DEMRegistryImpl.addEntity(Entity entityType, pt.digitalis.utils.bytecode.holders.ClassHolder clazz)
          Registers a provider.
 

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

Subinterfaces of IEntity in pt.digitalis.dif.dem.interfaces
 interface IApplication
          This interface represents an Application entity on the DEM.
 interface IProvider
          This interface represents a Provider entity on the DEM.
 interface IService
          This interface represents a Service entity on the DEM.
 interface IStage
          This interface represents a Stage entity on the DEM.
 interface IStageInstance
          This interface represents a Stage entity on the DEM.
 

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

Methods in pt.digitalis.dif.dem.managers that return IEntity
 IEntity IDEMManager.getEntity(Entity type, String entityID)
          Returns the entity with the given id
 

Methods in pt.digitalis.dif.dem.managers with parameters of type IEntity
 MessageList IMessageManager.getMessageList(Entity type, IEntity entity)
          Gets the messages from the repository and collects them on first use
 void IMessageManager.updateMessage(IEntity entity, String messageID, MessageTranslations message)
          Updates a message with a given ID on a given entity.
 

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

Methods in pt.digitalis.dif.dem.managers.impl that return IEntity
 IEntity DEMManagerImpl.getEntity(Entity type, String entityID)
           
 

Methods in pt.digitalis.dif.dem.managers.impl with parameters of type IEntity
protected  String AbstractMessageManager.getEntityID(IEntity entity)
          Generates the ID of a given entity.
 MessageList AbstractMessageManager.getMessageList(Entity type, IEntity entity)
          Gets the messages from the repository and collects them on first use
 void AbstractMessageManager.updateMessage(IEntity entity, String messageID, MessageTranslations message)
           
 



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