Uses of Class
com.kingsrook.qqq.backend.core.exceptions.QRuntimeException
Packages that use QRuntimeException
Package
Description
-
Uses of QRuntimeException in com.kingsrook.qqq.api.model
Methods in com.kingsrook.qqq.api.model that throw QRuntimeException -
Uses of QRuntimeException in com.kingsrook.qqq.backend.core.model.actions.processes
Methods in com.kingsrook.qqq.backend.core.model.actions.processes that throw QRuntimeExceptionModifier and TypeMethodDescriptionvoid
QProcessPayload.toProcessState
(ProcessState processState) Copy the values from this payload into the given process state. -
Uses of QRuntimeException in com.kingsrook.qqq.backend.core.model.data
Methods in com.kingsrook.qqq.backend.core.model.data that throw QRuntimeExceptionModifier and TypeMethodDescriptionprotected void
QRecordEntity.populateFromQRecord
(QRecord qRecord) Build an entity of this QRecord type from a QRecordprotected <T extends QRecordEntity>
voidQRecordEntity.populateFromQRecord
(QRecord qRecord, String fieldNamePrefix) Build an entity of this QRecord type from a QRecord - where the fields for this entity have the given prefix - e.g., if they were selected as part of a join.QRecordEntity.toQRecord()
Convert this entity to a QRecord.