Package | Description |
---|---|
oracle.sdp.messaging.userprefs |
Modifier and Type | Method and Description |
---|---|
void |
UserRule.addDeviceid(String id)
Deprecated.
Add a new device ID to the rule
|
void |
UserRule.addFilterCondition(FilterCondition fc)
Deprecated.
Add a filter condition to the rule
|
void |
UserRuleSet.addUserRule(UserRule ur)
Deprecated.
Add a new
UserRule to the User Defined Rules |
String |
UserRuleSet.getXMLString()
Deprecated.
|
void |
UserRule.modifyFilterCondition(FilterCondition fc)
Deprecated.
Modify an existing filter condition
|
void |
UserRuleSet.modifyUserRule(UserRule ur)
Deprecated.
Modifies and Updatse an already added
UserRule |
void |
UserRule.moveDeviceID(int origin,
int destination)
Deprecated.
Move a device id to a different position
|
void |
UserRule.moveFilterCondition(int origin,
int destination)
Deprecated.
Move a filter condition to a different position
|
void |
UserRuleSet.moveUserRule(int origin,
int dest)
Deprecated.
Moves a
UserRule to a diferent position |
void |
FilterCondition.setFilterTerm(String name)
Deprecated.
Set the business term that is to be used by the condition
|
void |
FilterCondition.setOperandOne(Object o1)
Deprecated.
Set the first operand of the condition
|
void |
FilterCondition.setOperandTwo(Object o2)
Deprecated.
Set the second operand of the condition
|
void |
FilterCondition.setTermOperation(TermOperationType value)
Deprecated.
Sets the operation of the condition
|
boolean |
UserRuleSet.validate()
Deprecated.
Check that the Object is valid
|
boolean |
UserRule.validate()
Deprecated.
|
boolean |
FilterCondition.validate()
Deprecated.
Check that the Object is valid
|
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.