Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.code.QCodeReferenceWithProperties
Packages that use QCodeReferenceWithProperties
Package
Description
-
Uses of QCodeReferenceWithProperties in com.kingsrook.qqq.backend.core.actions.customizers
Methods in com.kingsrook.qqq.backend.core.actions.customizers that return QCodeReferenceWithPropertiesModifier and TypeMethodDescriptionstatic QCodeReferenceWithProperties
MultiCustomizer.of
(QCodeReference... codeReferences) Factory method that builds aQCodeReferenceWithProperties
that will allow this multi-customizer to be assigned to a table, and to track in that code ref's properties, the "sub" QCodeReferences to be used.Methods in com.kingsrook.qqq.backend.core.actions.customizers with parameters of type QCodeReferenceWithPropertiesModifier and TypeMethodDescriptionstatic void
MultiCustomizer.addTableCustomizer
(QCodeReferenceWithProperties existingMultiCustomizerCodeReference, QCodeReference codeReference) Add an additional table customizer code reference to an existing codeReference, e.g., constructed by the `of` factory method. -
Uses of QCodeReferenceWithProperties in com.kingsrook.qqq.backend.core.actions.permissions
Methods in com.kingsrook.qqq.backend.core.actions.permissions that return QCodeReferenceWithPropertiesModifier and TypeMethodDescriptionstatic QCodeReferenceWithProperties
Factory method to build a code reference to this class, with the given permission name.static QCodeReferenceWithProperties
UseTablePermissionCustomPermissionChecker.build
(String tableName, TablePermissionSubType tablePermissionSubType) Factory method to build a code reference to this class, with the given table name and tablePermissionSubType. -
Uses of QCodeReferenceWithProperties in com.kingsrook.qqq.backend.core.scheduler.processes
Methods in com.kingsrook.qqq.backend.core.scheduler.processes that return QCodeReferenceWithPropertiesModifier and TypeMethodDescriptionstatic QCodeReferenceWithProperties
BaseSyncToScheduledJobTableCustomizer.makeCodeReference
(QTableMetaData tableMetaData, AbstractRecordSyncToScheduledJobProcess syncProcess) Create aQCodeReferenceWithProperties
that can be used to add this class to a table.