public class PartialLockMessageVariablePlugin extends java.lang.Object implements DBMessageVariablePlugin
Constructor and Description |
---|
PartialLockMessageVariablePlugin() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getItemTitle()
the item title
|
protected java.lang.String |
getLockedByTitle()
the locked by title
|
protected java.lang.String |
getLockedTimeTitle()
the locked by title
|
protected java.lang.String |
getObjectName(DBObject lockedObject)
The name of this object
|
protected java.lang.String |
getSelectionTitle()
the selection title
|
protected java.lang.String |
getStatusTitle()
the status title
|
java.lang.String |
make(DBMessageVariable variable,
java.lang.Object[] args)
make the plugin class
|
java.lang.String |
makeHtml(DBMessageVariable variable,
java.lang.Object[] args)
make the variable.
|
java.lang.String |
makeText(DBMessageVariable variable,
java.lang.Object[] args)
make the variable.
|
public java.lang.String make(DBMessageVariable variable, java.lang.Object[] args) throws DBMessageVariableException
variable
- the variable that we are makingargs
- the argsDBMessageVariableException
- a serious problempublic java.lang.String makeText(DBMessageVariable variable, java.lang.Object[] args) throws DBMessageVariableException
makeText
in interface DBMessageVariablePlugin
variable
- the variableargs
- the arguments to useDBMessageVariableException
- a problem with the variable.public java.lang.String makeHtml(DBMessageVariable variable, java.lang.Object[] args) throws DBMessageVariableException
makeHtml
in interface DBMessageVariablePlugin
variable
- the variableargs
- the arguments to useDBMessageVariableException
- a problem with the variable.protected java.lang.String getItemTitle()
protected java.lang.String getStatusTitle()
protected java.lang.String getSelectionTitle()
protected java.lang.String getLockedByTitle()
protected java.lang.String getLockedTimeTitle()
protected java.lang.String getObjectName(DBObject lockedObject)
lockedObject
- The object that we want the name ofstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.