Previous Content Next
Design and test user category Design query

Design and test business data

Business data means a group of javabean/object/view objects, which match certain rules. If an object matches a business data's rule, we say the object belongs to the business data.

Example: "more than $5000 each time" describes org.ralasafe.demo.LoanMoney objects which's money attribute value are greater than 5000.

Business data is just like user category. Business data describes java view objects, while user category describes users.

Design

See design user category chapter.

Copy

See copy user category chapter.

Test

When designing work is finished, we can test(simulate) it online immediately. This is a sample of simulation screen:

It contains three parts:

  1. Rule panel: shows the script of this user category;
  2. Business data panel: input your business data class name, and set necessary attribute's value (ralasafe engine finds out necessary attributes for you);
  3. Test result panel: once click the green run button, ralasafe engine will evaluate this business data ---- to see whether this object is matched or not. (If not matched, result will be shown in red)
Previous Content Next
Design and test user category Design query