Package org.cyclos.entities.system
Class QCustomWizard
- 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<CustomWizard>
-
- org.cyclos.entities.system.QCustomWizard
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomWizard>,com.querydsl.core.types.Expression<CustomWizard>,com.querydsl.core.types.Path<CustomWizard>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QCustomWizard extends com.querydsl.core.types.dsl.EntityPathBase<CustomWizard>QCustomWizard is a Querydsl query type for CustomWizard- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QConfigurationOrderableEntity_supercom.querydsl.core.types.dsl.SetPath<AppMailingBulkAction,QAppMailingBulkAction>appMailingBulkActionscom.querydsl.core.types.dsl.ListPath<CustomWizardField,QCustomWizardField>customFieldsstatic QCustomWizardcustomWizardcom.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.StringPathsvgIconQIntegerversion
-
Constructor Summary
Constructors Constructor Description QCustomWizard(com.querydsl.core.types.Path<? extends CustomWizard> path)QCustomWizard(com.querydsl.core.types.PathMetadata metadata)QCustomWizard(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomWizard(Class<? extends CustomWizard> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomWizard(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
-
customWizard
public static final QCustomWizard customWizard
-
_super
public final QConfigurationOrderableEntity _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
-
QCustomWizard
public QCustomWizard(String variable)
-
QCustomWizard
public QCustomWizard(com.querydsl.core.types.Path<? extends CustomWizard> path)
-
QCustomWizard
public QCustomWizard(com.querydsl.core.types.PathMetadata metadata)
-
QCustomWizard
public QCustomWizard(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QCustomWizard
public QCustomWizard(Class<? extends CustomWizard> 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()
-
-