|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EnterpriseScrubber | |
| org.openeai.config | |
| org.openeai.implementations.scrubbers | |
| org.openeai.scrubbers | |
| Uses of EnterpriseScrubber in org.openeai.config |
| Methods in org.openeai.config that return EnterpriseScrubber | |
EnterpriseScrubber |
EnterpriseFormatter.getScrubber(int index)
This method returns a scrubber from a specified location in the list of scrubbers associated to the Field. |
| Methods in org.openeai.config with parameters of type EnterpriseScrubber | |
void |
EnterpriseFormatter.addScrubber(EnterpriseScrubber scrubber)
This method is used as the EnterprsieFields object builds a Field's EnterpriseFormatter to add an EnterpriseScrubber implmentation that's specified in the EnterpriseObjects document to the Field's Formatter. |
void |
EnterpriseFormatter.insertScrubber(int index,
EnterpriseScrubber scrubber)
This method is also used as the EnterprsieFields object builds a Field's EnterpriseFormatter to add an EnterpriseScrubber implmentation that's specified in the EnterpriseObjects document to the Field's Formatter. |
| Uses of EnterpriseScrubber in org.openeai.implementations.scrubbers |
| Classes in org.openeai.implementations.scrubbers that implement EnterpriseScrubber | |
class |
CityLocalityScrubber
An object that converts null or empty data to "Not Applicable". |
class |
DayScrubber
Scrubber that converts a null or empty string to the current day of the month. |
class |
MonthScrubber
Scrubber that converts a null or empty string to the current month of the year. |
class |
YearScrubber
Scrubber that converts a null or empty string to the current year. |
| Uses of EnterpriseScrubber in org.openeai.scrubbers |
| Classes in org.openeai.scrubbers that implement EnterpriseScrubber | |
class |
CaseConverter
A general CaseConverter class that converts the first letter of a String to Upper case an all subsequent letters to lower case. |
class |
LowerCaseScrubber
Scrubber that converts the incomming string to lower case. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||