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

org.opencrx.kernel.generic.cci2.RatingQuery Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Thu Mar 26 09:33:36 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.opencrx.kernel.generic.cci2;

/**
 */
public interface RatingQuery
  extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
    org.openmdx.base.cci2.BasicObjectQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for Rating testing whether the value of the feature description is null or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate description(
  );

  /**
   * Adds a condition for the feature description to the predicate for Rating, which evaluates to false unless the value of the feature description satisfies the given condition.
   * 

Since the attribute is optional its value may be null, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsDescription( ); /** * Adds a condition for the feature description to the predicate for Rating, which evaluates to false unless the value of the feature description satisfies the given condition. *

Since the attribute is optional its value may be null, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllDescription( ); /** * Allows to adds a sort instruction for Rating depending the feature description * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for Rating testing whether the value of the feature name is null or not. */ public org.w3c.cci2.OptionalFeaturePredicate name( ); /** * Adds a condition for the feature name to the predicate for Rating, which evaluates to false unless the value of the feature name satisfies the given condition. *

Since the attribute is optional its value may be null, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsName( ); /** * Adds a condition for the feature name to the predicate for Rating, which evaluates to false unless the value of the feature name satisfies the given condition. *

Since the attribute is optional its value may be null, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllName( ); /** * Allows to adds a sort instruction for Rating depending the feature name * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for Rating testing whether the value of the feature ratedBy is null or not. */ public org.w3c.cci2.OptionalFeaturePredicate ratedBy( ); /** * Adds a condition for the feature ratedBy to the predicate for Rating, which evaluates to false unless the value of the feature ratedBy satisfies the given condition. *

Since the attribute is optional its value may be null, in which case the condition is not satisfied */ public org.opencrx.kernel.generic.cci2.GenericAccountQuery thereExistsRatedBy( ); /** * Adds a condition for the feature ratedBy to the predicate for Rating, which evaluates to false unless the value of the feature ratedBy satisfies the given condition. *

Since the attribute is optional its value may be null, in which case the condition is satisfied */ public org.opencrx.kernel.generic.cci2.GenericAccountQuery forAllRatedBy( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** */ public org.w3c.cci2.ComparableTypePredicate ratingLevel( ); /** * Allows to adds a sort instruction for Rating depending the feature ratingLevel * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByRatingLevel( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for Rating testing whether the value of the feature ratingType is null or not. */ public org.w3c.cci2.OptionalFeaturePredicate ratingType( ); /** * Adds a condition for the feature ratingType to the predicate for Rating, which evaluates to false unless the value of the feature ratingType satisfies the given condition. *

Since the attribute is optional its value may be null, in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsRatingType( ); /** * Adds a condition for the feature ratingType to the predicate for Rating, which evaluates to false unless the value of the feature ratingType satisfies the given condition. *

Since the attribute is optional its value may be null, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllRatingType( ); /** * Allows to adds a sort instruction for Rating depending the feature ratingType * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByRatingType( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy