BEA Systems, Inc.

com.beasys.commerce.user.jsp.tags
Class RemoveGroupTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.user.jsp.tags.UserManagerTag
              |
              +--com.beasys.commerce.user.jsp.tags.ResultTag
                    |
                    +--com.beasys.commerce.user.jsp.tags.RemoveGroupTag

public class RemoveGroupTag
extends ResultTag

Corresponds to <um:removeGroup>.

The <um:removeGroup> tag removes the com.beasys.commerce.axiom.contact.Group object corresponding to the provided groupName. The tag has no enclosed body.

Note: This tag should only be invoked when the weblogic.security.realmClass property in the weblogic.properties file is com.beasys.commerce.axiom.contact.security.RDBMSRealm.

Tag Attribute

Required

Type

Description

groupName

yes

String

The name of the group to be removed.

Example: "<%=groupName%>".

result

yes

String

The name of an Integer variable to which the result of the remove group operation is assigned.

Possible Values:
Success:
UserManagerTagConstants.REMOVE_GROUP_OK

Failure:
UserManagerTagConstants.REMOVE_GROUP_FAILED

See Also:
Serialized Form

Fields inherited from class com.beasys.commerce.user.jsp.tags.ResultTag
result
 
Fields inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
printStackTraces, verbose
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
RemoveGroupTag()
           
 
Method Summary
 int doStartTag()
          Go through the UserManager session bean to remove the group.
 java.lang.String getGroupName()
          Get the name of the group to remove
 void release()
          Reset the tag's attributes
 void setGroupName(java.lang.String groupName)
          Set the name of the group to remove
 
Methods inherited from class com.beasys.commerce.user.jsp.tags.ResultTag
getResult, setResult
 
Methods inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
getUserManager
 
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
 

Constructor Detail

RemoveGroupTag

public RemoveGroupTag()
Method Detail

setGroupName

public void setGroupName(java.lang.String groupName)
Set the name of the group to remove

getGroupName

public java.lang.String getGroupName()
Get the name of the group to remove

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Go through the UserManager session bean to remove the group.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
Reset the tag's attributes
Overrides:
release in class ResultTag

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved