class: PMLogicMessages

public <<enumeration>> class: PMLogicMessages
Author: Miriam Doelle
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:09; Modified: 16.07.2009 15:31:09;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B908D891-2EDF-4982-A394-30E29F8A1FAC}
Messages used in pubman logic.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Appears in: logging

Custom Properties
 
PMLogicMessages Attributes
Attribute Details
public
  PUBITEM_CREATED
<<enum>>
arguments="The PubItem with ID {0} has been created by user {1}."
Notes: DEBUG AND INFO MESSAGES
public
  PUBITEM_UPDATED
<<enum>>
arguments="The PubItem with ID {0} has been updated by user {1}."
public
  PUBITEM_DELETED
<<enum>>
arguments="The PubItem with ID {0} has been deleted by user {1}."
public
  PUBITEM_SUBMITTED
<<enum>>
arguments="The PubItem with ID {0} has been submitted by user {1}."
public
  PUBITEM_RELEASED
<<enum>>
arguments="The PubItem with ID {0} has been released."
public
  PUBITEM_WITHDRAWN
<<enum>>
arguments="The PubItem with ID {0} has been withdrawn by user {1}."
public
  PUBITEM_REVISED
<<enum>>
arguments="The PubItem with ID {0} has been revised by user {1}."
public
  SEARCH_TOO_MANY_RESULT_MESSAGES
<<enum>>
arguments="The search result for query {0} delivered a record with more than one message."
Notes: ERROR AND WARN MESSAGES
private String
  message
Notes: The message pattern. For syntax definition see {@link MessageFormat}
 
PMLogicMessages Methods
Operation Details
private
PMLogicMessages(
   String messageTemplate):
Sequential
Notes: Creates a new instance with the given messageTemplate.
public
getMessage():String
Sequential
Notes: Get the messageTemplate.
@return the messageTemplate
 
PMLogicMessages Tagged Values
Tag Value Notes
enumType Messages Enumerated Type