|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSimpleTagSupport
com.ptc.windchill.enterprise.change2.tags.VarianceOwnerInitializeTag
public class VarianceOwnerInitializeTag
VarianceOwnerUserTag sets attributes of the varianceOwnerUserTag tag.
The userFullName and userUFID are optional attribute.
| Tag parameter | Description | Object Type |
|---|---|---|
userFullName |
Returns the variance owner's user Full Name | java.lang.String |
userUFID |
Returns the Variance Owner User's ufid | java.lang.String |
| Method Summary | |
|---|---|
void |
doTag()
This is the required method to process the tag in the JSP page. |
String |
getUserFullName()
Method to get the attribute representing the user full name. |
String |
getUserUFID()
Method to get the user ufid attribute name. |
protected WTPrincipalReference |
getWTPrincipalReference()
Method to get the varianceOwner from the current Variance object. |
protected WTVariance |
getWTVarianceObject()
This method gets a Variance object and returns it. |
void |
setUserFullName(String s)
Method to set the attribute name representing the user full name. |
void |
setUserUFID(String s)
Method to set the user ufid attribute name Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getUserFullName()
public void setUserFullName(String s)
s - The full name of the user as a Stringpublic String getUserUFID()
public void setUserUFID(String s)
s - The UFID of the user
protected WTPrincipalReference getWTPrincipalReference()
throws JspException
JspException - Thrown if an exception has occurred.
protected WTVariance getWTVarianceObject()
throws WTException
A - WTException exception is thrown if processing of returning the Variance object fails
WTException
public void doTag()
throws JspException
com.ptc.netmarkets.util.beans.NmCommandBean
object no JSP page attributes will be modified.
JspException - If an exception is raised during processing it will
be wrapped into a JspException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||