Example usage for org.apache.commons.collections Predicate interface-usage

List of usage examples for org.apache.commons.collections Predicate interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections Predicate interface-usage.

Usage

From source file org.kuali.mobility.dining.util.DiningHallBuildingPredicate.java

/**
 * @author Kuali Mobility Team (mobility.dev@kuali.org)
 */
public class DiningHallBuildingPredicate implements Predicate {
    private String buildingName;

From source file com.qcadoo.mes.states.messages.util.ValidationMessagePredicate.java

public class ValidationMessagePredicate implements Predicate {

    @Override
    public boolean evaluate(final Object object) {
        return fieldIsEqual(object, MessageFields.TYPE, VALIDATION_ERROR.getStringValue());
    }

From source file com.ultrapower.eoms.common.plugin.ecside.table.callback.FilterPredicate.java

/**
 * Use the Jakarta Collections predicate pattern to filter out the table.
 * 
 * @author Jeff Johnston
 */
public final class FilterPredicate implements Predicate {

From source file org.kuali.mobility.emergencyinfo.util.CampusPredicate.java

/**
 * @author Kuali Mobility Team <mobility.collab@kuali.org>
 */
public class CampusPredicate implements Predicate {

    private String campus;

From source file org.kuali.mobility.computerlabs.util.LabPredicate.java

/**
 * @author Kuali Mobility Team <mobility.collab@kuali.org>
 */
public class LabPredicate implements Predicate {

    private String buildingCode;

From source file org.kuali.mobility.news.util.NewsSourcePredicate.java

public class NewsSourcePredicate implements Predicate {

    private Long parentId;
    private Boolean active;

    public NewsSourcePredicate(final Long parentId, final Boolean active) {

From source file org.kuali.mobility.events.util.CategoryPredicate.java

public final class CategoryPredicate implements Predicate {

    private String campus;
    private String category;

    public CategoryPredicate(final String campus, final String category) {

From source file org.kuali.kfs.module.cam.util.BarcodeInventoryErrorDetailPredicate.java

/**
 * 
 * Helps filter out records from a collection of BCIE and replace its elements with the inputted data 
 */
public class BarcodeInventoryErrorDetailPredicate implements Predicate, Closure {
    private static final org.apache.log4j.Logger LOG = org.apache.log4j.Logger

From source file org.fl.modules.excel.rule.ImportValidatePredicate.java

/**
 * ??qy-modules-excel
 * ??ImportValidate
 * ??
 * David.Yang
 * 2013-11-13 ?10:24:12

From source file org.kuali.mobility.events.util.EventPredicate.java

public final class EventPredicate implements Predicate {

    private String campus;
    private String categoryId;
    private String eventId;