com.beasys.commerce.foundation.property.tags
Class DeletePropertyTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.beasys.commerce.foundation.property.tags.ResultTag
|
+--com.beasys.commerce.foundation.property.tags.DeletePropertyTag
- All Implemented Interfaces:
- PropertySetTagConstants, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class DeletePropertyTag
- extends ResultTag
Tag implementation to delete a property from a property set,
representing the <um:deleteProperty> tag.
This tag is currently not supported.
- See Also:
- Serialized Form
| Fields inherited from class com.beasys.commerce.foundation.property.tags.ResultTag |
result |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface com.beasys.commerce.foundation.property.tags.PropertySetTagConstants |
CREATE_PROPERTY_FAILED, CREATE_PROPERTY_OK, DELETE_PROPERTY_FAILED, DELETE_PROPERTY_OK, INVALID_BOOLEAN_PROPERTY, INVALID_PROPERTY_SET, INVALID_PROPERTY_TYPE, PROPERTY_EXISTS, PROPERTY_SEARCH_FAILED, PROPERTY_SEARCH_OK, PROPERTY_SET_SEARCH_FAILED, PROPERTY_SET_SEARCH_OK |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
|
Method Summary |
int |
doStartTag()
Goes through a Schema entity bean to delete the property. |
java.lang.String |
getPropertyName()
Get the name of the property to delete |
java.lang.String |
getPropertySet()
Get the name of the property set from which the property will be deleted |
java.lang.String |
getSchemaGroupName()
Get the group name of the property set from which the property will be deleted |
void |
release()
reset all of the tag attributes |
void |
setPropertyName(java.lang.String s)
Set the name of the property to delete |
void |
setPropertySet(java.lang.String s)
Set the name of the property set from which the property will be deleted |
void |
setSchemaGroupName(java.lang.String s)
Set the group name of the property set from which the property will be deleted |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeletePropertyTag
public DeletePropertyTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Goes through a Schema entity bean to delete the property.
- Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
release
public void release()
- reset all of the tag attributes
- Overrides:
release in class ResultTag
setPropertyName
public void setPropertyName(java.lang.String s)
- Set the name of the property to delete
getPropertyName
public java.lang.String getPropertyName()
- Get the name of the property to delete
setPropertySet
public void setPropertySet(java.lang.String s)
- Set the name of the property set from which the property will be deleted
getPropertySet
public java.lang.String getPropertySet()
- Get the name of the property set from which the property will be deleted
setSchemaGroupName
public void setSchemaGroupName(java.lang.String s)
- Set the group name of the property set from which the property will be deleted
getSchemaGroupName
public java.lang.String getSchemaGroupName()
- Get the group name of the property set from which the property will be deleted
Copyright © 2000 BEA Systems, Inc. All Rights Reserved