public class CommonService extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<String,String> |
ARRANGE_CAMPAIGNS |
static com.google.common.base.Function<Set<Integer>,String> |
ARRANGE_CAMPAIGNS_SET |
protected static org.apache.commons.lang3.tuple.Pair<Integer,Integer> |
CAMPAIGNS_BOUNDS |
static com.google.common.base.Function<String,Set<Integer>> |
GET_CAMPAIGNS_SET |
protected static int |
LOWER_CAMPAIGN_BOUND |
protected static com.google.common.base.Function<String,Integer> |
STRING_TO_INTEGER |
protected static int |
UPPER_CAMPAIGN_BOUND |
| Constructor and Description |
|---|
CommonService() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ARE_CAMPAIGNS_VALIDS(String campaigns) |
static org.apache.commons.lang3.tuple.Pair<Integer,Integer> |
GET_CAMPAIGNS_BOUNDS() |
protected static final int LOWER_CAMPAIGN_BOUND
protected static final int UPPER_CAMPAIGN_BOUND
protected static final org.apache.commons.lang3.tuple.Pair<Integer,Integer> CAMPAIGNS_BOUNDS
protected static final com.google.common.base.Function<String,Integer> STRING_TO_INTEGER
public static final com.google.common.base.Function<String,Set<Integer>> GET_CAMPAIGNS_SET
public static final com.google.common.base.Function<Set<Integer>,String> ARRANGE_CAMPAIGNS_SET
Copyright © 2013–2015 Inra. All rights reserved.