com.logicaldoc.web.communication
Class MessageForm

java.lang.Object
  extended by com.logicaldoc.web.communication.MessageForm

public class MessageForm
extends java.lang.Object

A system message editing form

Since:
###release###
Version:
$Id: MessageForm.java,v 1.2 2006/08/31 15:31:18 marco Exp $
Author:
Marco Meschieri - Logical Objects

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
MessageForm()
           
 
Method Summary
 java.lang.String back()
           
 com.logicaldoc.core.communication.SystemMessage getMessage()
           
 java.lang.String getRecipientInserted()
           
 javax.faces.component.UIInput getRecipientInsertedInput()
           
 java.lang.String insert()
           
 boolean isConfirmation()
           
 boolean isReadOnly()
           
 java.lang.String save()
           
 void setConfirmation(boolean confirmation)
           
 void setMessage(com.logicaldoc.core.communication.SystemMessage message)
           
 void setReadOnly(boolean edit)
           
 void setRecipientInserted(java.lang.String recipientInserted)
           
 void setRecipientInsertedInput(javax.faces.component.UIInput recipientInsertedInput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

MessageForm

public MessageForm()
Method Detail

getMessage

public com.logicaldoc.core.communication.SystemMessage getMessage()

setMessage

public void setMessage(com.logicaldoc.core.communication.SystemMessage message)

back

public java.lang.String back()

insert

public java.lang.String insert()

isReadOnly

public boolean isReadOnly()

setReadOnly

public void setReadOnly(boolean edit)

isConfirmation

public boolean isConfirmation()

setConfirmation

public void setConfirmation(boolean confirmation)

save

public java.lang.String save()

getRecipientInserted

public java.lang.String getRecipientInserted()

setRecipientInserted

public void setRecipientInserted(java.lang.String recipientInserted)

getRecipientInsertedInput

public javax.faces.component.UIInput getRecipientInsertedInput()

setRecipientInsertedInput

public void setRecipientInsertedInput(javax.faces.component.UIInput recipientInsertedInput)


Copyright © 2008-2010 Logical Objects. All Rights Reserved.