All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netgrif.application.engine.settings.domain.QPreferences Maven / Gradle / Ivy

Go to download

System provides workflow management functions including user, role and data management.

There is a newer version: 6.3.3
Show newest version
package com.netgrif.application.engine.settings.domain;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;


/**
 * QPreferences is a Querydsl query type for Preferences
 */
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QPreferences extends EntityPathBase {

    private static final long serialVersionUID = -59038271L;

    public static final QPreferences preferences = new QPreferences("preferences");

    public final MapPath, SimplePath>> caseFilters = this., SimplePath>>createMap("caseFilters", String.class, java.util.List.class, SimplePath.class);

    public final NumberPath drawerWidth = createNumber("drawerWidth", Integer.class);

    public final MapPath, SimplePath>> headers = this., SimplePath>>createMap("headers", String.class, java.util.List.class, SimplePath.class);

    public final StringPath locale = createString("locale");

    public final MapPath, SimplePath>> taskFilters = this., SimplePath>>createMap("taskFilters", String.class, java.util.List.class, SimplePath.class);

    public final StringPath userId = createString("userId");

    public QPreferences(String variable) {
        super(Preferences.class, forVariable(variable));
    }

    public QPreferences(Path path) {
        super(path.getType(), path.getMetadata());
    }

    public QPreferences(PathMetadata metadata) {
        super(Preferences.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy