Package org.cyclos.entities.system
Class QWizardWithChannels
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<WizardWithChannels>
-
- org.cyclos.entities.system.QWizardWithChannels
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<WizardWithChannels>,com.querydsl.core.types.Expression<WizardWithChannels>,com.querydsl.core.types.Path<WizardWithChannels>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QWizardWithChannels extends com.querydsl.core.types.dsl.EntityPathBase<WizardWithChannels>QWizardWithChannels is a Querydsl query type for WizardWithChannels- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QCustomWizard_supercom.querydsl.core.types.dsl.SetPath<AppMailingBulkAction,QAppMailingBulkAction>appMailingBulkActionscom.querydsl.core.types.dsl.SetPath<Channel,QChannel>channelscom.querydsl.core.types.dsl.ListPath<CustomWizardField,QCustomWizardField>customFieldscom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.NumberPath<Long>idprotected QTimeIntervalincompleteRegistrationNotifyIntervalcom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.StringPathnameprotected QNetworknetworkQIntegerordercom.querydsl.core.types.dsl.BooleanPathrequireConfirmationCredentialcom.querydsl.core.types.dsl.EnumPath<CustomWizardResultType>resultTypeprotected QCustomScriptscriptcom.querydsl.core.types.dsl.StringPathscriptParameterscom.querydsl.core.types.dsl.BooleanPathshowProgresscom.querydsl.core.types.dsl.ListPath<CustomWizardStep,QCustomWizardStep>stepscom.querydsl.core.types.dsl.StringPathsvgIconQIntegerversionstatic QWizardWithChannelswizardWithChannels
-
Constructor Summary
Constructors Constructor Description QWizardWithChannels(com.querydsl.core.types.Path<? extends WizardWithChannels> path)QWizardWithChannels(com.querydsl.core.types.PathMetadata metadata)QWizardWithChannels(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QWizardWithChannels(Class<? extends WizardWithChannels> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QWizardWithChannels(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QTimeIntervalincompleteRegistrationNotifyInterval()QNetworknetwork()QCustomScriptscript()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
wizardWithChannels
public static final QWizardWithChannels wizardWithChannels
-
_super
public final QCustomWizard _super
-
appMailingBulkActions
public final com.querydsl.core.types.dsl.SetPath<AppMailingBulkAction,QAppMailingBulkAction> appMailingBulkActions
-
customFields
public final com.querydsl.core.types.dsl.ListPath<CustomWizardField,QCustomWizardField> customFields
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
incompleteRegistrationNotifyInterval
protected QTimeInterval incompleteRegistrationNotifyInterval
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
network
protected QNetwork network
-
order
public final QInteger order
-
requireConfirmationCredential
public final com.querydsl.core.types.dsl.BooleanPath requireConfirmationCredential
-
resultType
public final com.querydsl.core.types.dsl.EnumPath<CustomWizardResultType> resultType
-
script
protected QCustomScript script
-
scriptParameters
public final com.querydsl.core.types.dsl.StringPath scriptParameters
-
showProgress
public final com.querydsl.core.types.dsl.BooleanPath showProgress
-
steps
public final com.querydsl.core.types.dsl.ListPath<CustomWizardStep,QCustomWizardStep> steps
-
svgIcon
public final com.querydsl.core.types.dsl.StringPath svgIcon
-
version
public final QInteger version
-
-
Constructor Detail
-
QWizardWithChannels
public QWizardWithChannels(String variable)
-
QWizardWithChannels
public QWizardWithChannels(com.querydsl.core.types.Path<? extends WizardWithChannels> path)
-
QWizardWithChannels
public QWizardWithChannels(com.querydsl.core.types.PathMetadata metadata)
-
QWizardWithChannels
public QWizardWithChannels(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QWizardWithChannels
public QWizardWithChannels(Class<? extends WizardWithChannels> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
incompleteRegistrationNotifyInterval
public QTimeInterval incompleteRegistrationNotifyInterval()
-
network
public QNetwork network()
-
script
public QCustomScript script()
-
-