|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.business.attribute.utils.AttributeDateUtils
public final class AttributeDateUtils
Utility class provided for dynamic attributes
Method Summary | |
---|---|
static javax.persistence.criteria.Predicate |
between(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join,
javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join1,
java.lang.String key,
java.lang.String key1,
java.sql.Timestamp value)
Return predicate between for dynamic attribute |
static javax.persistence.criteria.Predicate |
equal(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join,
java.lang.String key,
java.sql.Timestamp value)
Return predicate equal for dynamic attribute |
static javax.persistence.criteria.Predicate |
greaterThan(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join,
java.lang.String key,
java.sql.Timestamp value)
Return predicate greaterTan for dynamic attribute |
static javax.persistence.criteria.Predicate |
greaterThanOrEqualTo(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join,
java.lang.String key,
java.sql.Timestamp value)
Return predicate greaterThanOrEqualTo for dynamic attribute |
static javax.persistence.criteria.Predicate |
lessThanOrEqualTo(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join,
java.lang.String key,
java.sql.Timestamp value)
Return predicate lessThanOrEqualTo for dynamic attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.persistence.criteria.Predicate greaterThanOrEqualTo(javax.persistence.criteria.CriteriaBuilder builder, javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join, java.lang.String key, java.sql.Timestamp value)
builder
- criteria builderjoin
- join with dyn attributeskey
- key of dyn attributevalue
- value
public static javax.persistence.criteria.Predicate lessThanOrEqualTo(javax.persistence.criteria.CriteriaBuilder builder, javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join, java.lang.String key, java.sql.Timestamp value)
builder
- criteria builderjoin
- join with dyn attributeskey
- key of dyn attributevalue
- value
public static javax.persistence.criteria.Predicate equal(javax.persistence.criteria.CriteriaBuilder builder, javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join, java.lang.String key, java.sql.Timestamp value)
builder
- criteria builderjoin
- join with dyn attributeskey
- key of dyn attributevalue
- value
public static javax.persistence.criteria.Predicate greaterThan(javax.persistence.criteria.CriteriaBuilder builder, javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join, java.lang.String key, java.sql.Timestamp value)
builder
- criteria builderjoin
- join with dyn attributeskey
- key of dyn attributevalue
- value
public static javax.persistence.criteria.Predicate between(javax.persistence.criteria.CriteriaBuilder builder, javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join, javax.persistence.criteria.Join<?,? extends AbstractAttributeDate<?>> join1, java.lang.String key, java.lang.String key1, java.sql.Timestamp value)
builder
- criteria builderjoin
- join with dyn attributeskey
- key of dyn attributevalue
- value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |