Uses of Class
pt.digitalis.dif.dem.objects.messages.MessageList

Packages that use MessageList
pt.digitalis.dif.dem.managers   
pt.digitalis.dif.dem.managers.impl   
pt.digitalis.dif.dem.objects   
pt.digitalis.dif.dem.objects.messages   
pt.digitalis.dif.dem.objects.parameters.constraints   
pt.digitalis.dif.dem.objects.parameters.types   
 

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

Methods in pt.digitalis.dif.dem.managers that return MessageList
 MessageList IMessageManager.collectEntityMessagesFromRepository(Class<?> clazz)
          Collect entity messages from resource LanguageID, MessageID, theMessageObject
 MessageList IMessageManager.collectEntityMessagesFromRepository(Entity type, Object instance)
          Collect entity messages from resource LanguageID, MessageID, theMessageObject
 MessageList IMessageManager.collectEntityMessagesFromRepository(Entity type, String id, String className, String parentID)
          Collect entity messages from resource LanguageID, MessageID, theMessageObject
 MessageList IMessageManager.collectEntityMessagesFromRepository(String messagePath)
          Collect entity messages from resource LanguageID, MessageID, theMessageObject
 MessageList IMessageManager.getMessageList(Entity type, IEntity entity)
          Gets the messages from the repository and collects them on first use
 MessageList IMessageManager.getMessageList(IApplication application)
          Gets the messages of a given Provider with all translations.
 MessageList IMessageManager.getMessageList(IProvider provider)
          Gets the messages of a given Provider with all translations.
 MessageList IMessageManager.getMessageList(IService service)
          Gets the messages of a given service with all translations.
 MessageList IMessageManager.getMessageList(IStage stage)
          Gets the messages of a given stage with all translations.
 

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

Methods in pt.digitalis.dif.dem.managers.impl that return MessageList
 MessageList MessageManagerImpl.collectEntityMessagesFromRepository(Class<?> clazz)
           
 MessageList MessageManagerImpl.collectEntityMessagesFromRepository(Entity type, Object instance)
           
 MessageList MessageManagerImpl.collectEntityMessagesFromRepository(Entity type, String id, String className, String parentID)
           
 MessageList MessageManagerImpl.collectEntityMessagesFromRepository(String messagePath)
           
 MessageList AbstractMessageManager.getMessageList(Entity type, IEntity entity)
          Gets the messages from the repository and collects them on first use
 MessageList AbstractMessageManager.getMessageList(IApplication application)
           
 MessageList AbstractMessageManager.getMessageList(IProvider provider)
           
 MessageList AbstractMessageManager.getMessageList(IService service)
           
 MessageList AbstractMessageManager.getMessageList(IStage stage)
           
protected  MessageList MessageManagerImpl.readMessageFile(String fileName, String entityName)
          Does the actual reading of the resource file
 

Uses of MessageList in pt.digitalis.dif.dem.objects
 

Methods in pt.digitalis.dif.dem.objects that return MessageList
 MessageList FormFieldCustomization.getMessages()
          Inspector for the 'messages' attribute.
 

Methods in pt.digitalis.dif.dem.objects with parameters of type MessageList
 FormFieldCustomization FormFieldCustomization.setMessages(MessageList messages)
          Modifier for the 'messages' attribute.
 

Uses of MessageList in pt.digitalis.dif.dem.objects.messages
 

Methods in pt.digitalis.dif.dem.objects.messages with parameters of type MessageList
 void MessageList.addMessageList(MessageList list)
          Adds a message list to the list.
 

Uses of MessageList in pt.digitalis.dif.dem.objects.parameters.constraints
 

Methods in pt.digitalis.dif.dem.objects.parameters.constraints that return MessageList
protected static MessageList AbstractParameterConstraint.getMessages()
          Lazy loading getter of messages
 

Uses of MessageList in pt.digitalis.dif.dem.objects.parameters.types
 

Methods in pt.digitalis.dif.dem.objects.parameters.types that return MessageList
static MessageList AbstractParameter.getMessages()
          Lazy loading getter of messages
 



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