Interface ApprovableColumns
- All Known Subinterfaces:
QapiCalculationGridLineItem
,QapiCompensationRecord
,QapiPriceGridLineItem
,QapiPriceList
,QapiRebateRecord
public interface ApprovableColumns
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
workflowStatus
SelectableExpression workflowStatus()- Returns:
- the workflowStatus column as a String expression
-
submittedByName
SelectableExpression submittedByName()- Returns:
- the submittedByName column as a String expression
-
approvedByName
SelectableExpression approvedByName()- Returns:
- the approvedByName column as a String expression
-
deniedByName
SelectableExpression deniedByName()- Returns:
- the deniedByName column as a String expression
-