Interface BusinessFieldService


public interface BusinessFieldService
Service for retrieving business fields.

Supported API: true

Extendable: false
  • Method Details

    • getBusinessField

      BusinessField getBusinessField(BusinessFieldIdentifier businessfieldIdentifier) throws WTException
      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.