public class AddConsumerApplicationAdapter.WsSecurityItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess
Constructor and Description |
---|
WsSecurityItem(AddConsumerApplicationAdapter owner) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
findDynamicAccessProperties() |
java.lang.Class |
getClassForProperty(java.lang.String arg0) |
com.softwareag.cis.server.util.FLEXLINEInfo |
getLineMetaInfo() |
boolean |
getOnLineAddVisible() |
boolean |
getOnLineRemoveVisible() |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
getPropertyValue - called to get the dynamic property value
|
boolean |
getSelected() |
java.lang.String |
getUserstatus()
getUserstatus - called to get the status of the text field
|
void |
invokeMethod(java.lang.String arg0) |
void |
onLineAdd()
onLineAdd - called to add the new set of IPAddress
|
void |
onLineRemove()
onLineRemove - called to remove the current set of IP Address
|
void |
setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value) |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
setPropertyValue - called to set the value for dynamic property
|
void |
setSelected(boolean value) |
void |
setUserstatus(java.lang.String value) |
public WsSecurityItem(AddConsumerApplicationAdapter owner)
owner
- public java.lang.String getUserstatus()
public void setUserstatus(java.lang.String value)
public com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
public void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
public boolean getOnLineAddVisible()
public boolean getOnLineRemoveVisible()
public void onLineAdd()
public void onLineRemove()
public boolean getSelected()
getSelected
in class com.softwareag.cis.server.util.SelectableLine
public void setSelected(boolean value)
setSelected
in class com.softwareag.cis.server.util.SelectableLine
public java.lang.String[] findDynamicAccessProperties()
findDynamicAccessProperties
in interface com.softwareag.cis.server.IDynamicAccess
public java.lang.Class getClassForProperty(java.lang.String arg0)
getClassForProperty
in interface com.softwareag.cis.server.IDynamicAccess
public java.lang.Object getPropertyValue(java.lang.String propertyName)
getPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
propertyName
- - name of the dynamic property.public void invokeMethod(java.lang.String arg0)
invokeMethod
in interface com.softwareag.cis.server.IDynamicAccess
public void setPropertyValue(java.lang.String propertyName, java.lang.Object value)
setPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
propertyName
- - name of the dynamic property.value
- - value of the dynamic property.