Class ProvidedOrSuppliedTableConfig
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.qbits.ProvidedOrSuppliedTableConfig
Common (maybe)? qbit config pattern, where the qbit may be able to provide
a particular table, or, the application may supply it itself.
If the qbit provides it, then we need to be told (by the application)
what backendName to use for the table.
Else if the application supplies it, it needs to tell the qBit what the
tableName is.
-
Constructor Summary
ConstructorsConstructorDescriptionProvidedOrSuppliedTableConfig
(boolean doProvideTable, String backendName, String tableName) -
Method Summary
Modifier and TypeMethodDescriptionGetter for backendNameboolean
Getter for doProvideTablegetEffectiveTableName
(String tableNameIfProviding) Getter for tableNameprovideTableUsingBackendNamed
(String backendName) useSuppliedTaleNamed
(String tableName)
-
Constructor Details
-
ProvidedOrSuppliedTableConfig
-
-
Method Details
-
provideTableUsingBackendNamed
-
useSuppliedTaleNamed
-
getEffectiveTableName
-
getTableName
Getter for tableName -
getDoProvideTable
public boolean getDoProvideTable()Getter for doProvideTable -
getBackendName
Getter for backendName
-