Interface BusinessFieldService
public interface BusinessFieldService
Service for retrieving business fields.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetBusinessField(BusinessFieldIdentifier businessfieldIdentifier) Get a single business field for the specified field identifier.getBusinessField(BusinessFieldIdentifier businessfieldIdentifier, Boolean isLogical) Get a single business field for the specified field identifier.
-
Method Details
-
getBusinessField
Get a single business field for the specified field identifier.
Supported API: true- Parameters:
businessfieldIdentifier- The identifier to the the business field for.- Returns:
- The identifiers business field.
- Throws:
WTException- If there were errors getting the business field.
-
getBusinessField
BusinessField getBusinessField(BusinessFieldIdentifier businessfieldIdentifier, Boolean isLogical) throws WTException Get a single business field for the specified field identifier.
Supported API: true- Parameters:
businessfieldIdentifier- The identifier for business field.isLogical- True if logical attribute is required for the given identifier- Returns:
- The identifiers business field.
- Throws:
WTException- If there were errors getting the business field.
-