Class RestrictionsFactoryImpl

Object
com.liferay.portal.dao.orm.hibernate.RestrictionsFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.RestrictionsFactory

public class RestrictionsFactoryImpl extends Object implements com.liferay.portal.kernel.dao.orm.RestrictionsFactory
Author:
Raymond Augé
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.dao.orm.Criterion
    allEq(Map<String,com.liferay.portal.kernel.dao.orm.Criterion> propertyNameValues)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    and(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    between(String propertyName, Object lo, Object hi)
     
    com.liferay.portal.kernel.dao.orm.Conjunction
     
    com.liferay.portal.kernel.dao.orm.Disjunction
     
    com.liferay.portal.kernel.dao.orm.Criterion
    eq(String propertyName, Object value)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    eqProperty(String propertyName, String otherPropertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    ge(String propertyName, Object value)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    geProperty(String propertyName, String otherPropertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    gt(String propertyName, Object value)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    gtProperty(String propertyName, String otherPropertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    ilike(String propertyName, Object value)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    in(String propertyName, Object[] values)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    in(String propertyName, Collection<?> values)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    isEmpty(String propertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    isNotEmpty(String propertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    isNotNull(String propertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    isNull(String propertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    le(String propertyName, Object value)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    leProperty(String propertyName, String otherPropertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    like(String propertyName, Object value)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    lt(String propertyName, Object value)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    ltProperty(String propertyName, String otherPropertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    ne(String propertyName, Object value)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    neProperty(String propertyName, String otherPropertyName)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    not(com.liferay.portal.kernel.dao.orm.Criterion expression)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    or(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    sizeEq(String propertyName, int size)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    sizeGe(String propertyName, int size)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    sizeGt(String propertyName, int size)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    sizeLe(String propertyName, int size)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    sizeLt(String propertyName, int size)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    sizeNe(String propertyName, int size)
     
    com.liferay.portal.kernel.dao.orm.Criterion
     
    com.liferay.portal.kernel.dao.orm.Criterion
    sqlRestriction(String sql, Object[] values, com.liferay.portal.kernel.dao.orm.Type[] types)
     
    com.liferay.portal.kernel.dao.orm.Criterion
    sqlRestriction(String sql, Object value, com.liferay.portal.kernel.dao.orm.Type type)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RestrictionsFactoryImpl

      public RestrictionsFactoryImpl()
  • Method Details

    • allEq

      public com.liferay.portal.kernel.dao.orm.Criterion allEq(Map<String,com.liferay.portal.kernel.dao.orm.Criterion> propertyNameValues)
      Specified by:
      allEq in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • and

      public com.liferay.portal.kernel.dao.orm.Criterion and(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs)
      Specified by:
      and in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • between

      public com.liferay.portal.kernel.dao.orm.Criterion between(String propertyName, Object lo, Object hi)
      Specified by:
      between in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • conjunction

      public com.liferay.portal.kernel.dao.orm.Conjunction conjunction()
      Specified by:
      conjunction in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • disjunction

      public com.liferay.portal.kernel.dao.orm.Disjunction disjunction()
      Specified by:
      disjunction in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • eq

      public com.liferay.portal.kernel.dao.orm.Criterion eq(String propertyName, Object value)
      Specified by:
      eq in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • eqProperty

      public com.liferay.portal.kernel.dao.orm.Criterion eqProperty(String propertyName, String otherPropertyName)
      Specified by:
      eqProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • ge

      public com.liferay.portal.kernel.dao.orm.Criterion ge(String propertyName, Object value)
      Specified by:
      ge in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • geProperty

      public com.liferay.portal.kernel.dao.orm.Criterion geProperty(String propertyName, String otherPropertyName)
      Specified by:
      geProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • gt

      public com.liferay.portal.kernel.dao.orm.Criterion gt(String propertyName, Object value)
      Specified by:
      gt in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • gtProperty

      public com.liferay.portal.kernel.dao.orm.Criterion gtProperty(String propertyName, String otherPropertyName)
      Specified by:
      gtProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • ilike

      public com.liferay.portal.kernel.dao.orm.Criterion ilike(String propertyName, Object value)
      Specified by:
      ilike in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • in

      public com.liferay.portal.kernel.dao.orm.Criterion in(String propertyName, Collection<?> values)
      Specified by:
      in in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • in

      public com.liferay.portal.kernel.dao.orm.Criterion in(String propertyName, Object[] values)
      Specified by:
      in in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • isEmpty

      public com.liferay.portal.kernel.dao.orm.Criterion isEmpty(String propertyName)
      Specified by:
      isEmpty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • isNotEmpty

      public com.liferay.portal.kernel.dao.orm.Criterion isNotEmpty(String propertyName)
      Specified by:
      isNotEmpty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • isNotNull

      public com.liferay.portal.kernel.dao.orm.Criterion isNotNull(String propertyName)
      Specified by:
      isNotNull in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • isNull

      public com.liferay.portal.kernel.dao.orm.Criterion isNull(String propertyName)
      Specified by:
      isNull in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • le

      public com.liferay.portal.kernel.dao.orm.Criterion le(String propertyName, Object value)
      Specified by:
      le in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • leProperty

      public com.liferay.portal.kernel.dao.orm.Criterion leProperty(String propertyName, String otherPropertyName)
      Specified by:
      leProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • like

      public com.liferay.portal.kernel.dao.orm.Criterion like(String propertyName, Object value)
      Specified by:
      like in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • lt

      public com.liferay.portal.kernel.dao.orm.Criterion lt(String propertyName, Object value)
      Specified by:
      lt in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • ltProperty

      public com.liferay.portal.kernel.dao.orm.Criterion ltProperty(String propertyName, String otherPropertyName)
      Specified by:
      ltProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • ne

      public com.liferay.portal.kernel.dao.orm.Criterion ne(String propertyName, Object value)
      Specified by:
      ne in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • neProperty

      public com.liferay.portal.kernel.dao.orm.Criterion neProperty(String propertyName, String otherPropertyName)
      Specified by:
      neProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • not

      public com.liferay.portal.kernel.dao.orm.Criterion not(com.liferay.portal.kernel.dao.orm.Criterion expression)
      Specified by:
      not in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • or

      public com.liferay.portal.kernel.dao.orm.Criterion or(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs)
      Specified by:
      or in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sizeEq

      public com.liferay.portal.kernel.dao.orm.Criterion sizeEq(String propertyName, int size)
      Specified by:
      sizeEq in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sizeGe

      public com.liferay.portal.kernel.dao.orm.Criterion sizeGe(String propertyName, int size)
      Specified by:
      sizeGe in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sizeGt

      public com.liferay.portal.kernel.dao.orm.Criterion sizeGt(String propertyName, int size)
      Specified by:
      sizeGt in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sizeLe

      public com.liferay.portal.kernel.dao.orm.Criterion sizeLe(String propertyName, int size)
      Specified by:
      sizeLe in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sizeLt

      public com.liferay.portal.kernel.dao.orm.Criterion sizeLt(String propertyName, int size)
      Specified by:
      sizeLt in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sizeNe

      public com.liferay.portal.kernel.dao.orm.Criterion sizeNe(String propertyName, int size)
      Specified by:
      sizeNe in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sqlRestriction

      public com.liferay.portal.kernel.dao.orm.Criterion sqlRestriction(String sql)
      Specified by:
      sqlRestriction in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sqlRestriction

      public com.liferay.portal.kernel.dao.orm.Criterion sqlRestriction(String sql, Object value, com.liferay.portal.kernel.dao.orm.Type type)
      Specified by:
      sqlRestriction in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory
    • sqlRestriction

      public com.liferay.portal.kernel.dao.orm.Criterion sqlRestriction(String sql, Object[] values, com.liferay.portal.kernel.dao.orm.Type[] types)
      Specified by:
      sqlRestriction in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory