public class I18nReferentialHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<I18nReferentialDto,String> |
LABEL1_FUNCTION |
static Function<I18nReferentialDto,String> |
LABEL2_FUNCTION |
static Function<I18nReferentialDto,String> |
LABEL3_FUNCTION |
static Function<I18nReferentialDto,String> |
LABEL4_FUNCTION |
static Function<I18nReferentialDto,String> |
LABEL5_FUNCTION |
static Function<I18nReferentialDto,String> |
LABEL6_FUNCTION |
static Function<I18nReferentialDto,String> |
LABEL7_FUNCTION |
static Function<I18nReferentialDto,String> |
LABEL8_FUNCTION |
| Constructor and Description |
|---|
I18nReferentialHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <BeanType extends I18nReferentialDto> |
copyI18nReferentialDto(BeanType source,
BeanType target) |
static <BeanType extends I18nReferentialDto> |
copyI18nReferentialDto(BeanType source,
BeanType target,
org.nuiton.util.beans.Binder<BeanType,BeanType> binder) |
static <E extends I18nReferentialDto> |
decorate(int referenceLocaleOrdinal,
E i18nDto) |
static <BeanType extends I18nReferentialDto> |
filterByLabel1(Collection<BeanType> $source,
String label1) |
static <BeanType extends I18nReferentialDto> |
filterByLabel2(Collection<BeanType> $source,
String label2) |
static <BeanType extends I18nReferentialDto> |
filterByLabel3(Collection<BeanType> $source,
String label3) |
static <BeanType extends I18nReferentialDto> |
filterByLabel4(Collection<BeanType> $source,
String label4) |
static <BeanType extends I18nReferentialDto> |
filterByLabel5(Collection<BeanType> $source,
String label5) |
static <BeanType extends I18nReferentialDto> |
filterByLabel6(Collection<BeanType> $source,
String label6) |
static <BeanType extends I18nReferentialDto> |
filterByLabel7(Collection<BeanType> $source,
String label7) |
static <BeanType extends I18nReferentialDto> |
filterByLabel8(Collection<BeanType> $source,
String label8) |
static <BeanType extends I18nReferentialDto> |
newLabel1Predicate(String label1) |
static <BeanType extends I18nReferentialDto> |
newLabel2Predicate(String label2) |
static <BeanType extends I18nReferentialDto> |
newLabel3Predicate(String label3) |
static <BeanType extends I18nReferentialDto> |
newLabel4Predicate(String label4) |
static <BeanType extends I18nReferentialDto> |
newLabel5Predicate(String label5) |
static <BeanType extends I18nReferentialDto> |
newLabel6Predicate(String label6) |
static <BeanType extends I18nReferentialDto> |
newLabel7Predicate(String label7) |
static <BeanType extends I18nReferentialDto> |
newLabel8Predicate(String label8) |
static <BeanType extends I18nReferentialDto> |
typeOfI18nReferentialDto() |
static <BeanType extends I18nReferentialDto> |
uniqueIndexByLabel1(Iterable<BeanType> $source) |
static <BeanType extends I18nReferentialDto> |
uniqueIndexByLabel2(Iterable<BeanType> $source) |
static <BeanType extends I18nReferentialDto> |
uniqueIndexByLabel3(Iterable<BeanType> $source) |
static <BeanType extends I18nReferentialDto> |
uniqueIndexByLabel4(Iterable<BeanType> $source) |
static <BeanType extends I18nReferentialDto> |
uniqueIndexByLabel5(Iterable<BeanType> $source) |
static <BeanType extends I18nReferentialDto> |
uniqueIndexByLabel6(Iterable<BeanType> $source) |
static <BeanType extends I18nReferentialDto> |
uniqueIndexByLabel7(Iterable<BeanType> $source) |
static <BeanType extends I18nReferentialDto> |
uniqueIndexByLabel8(Iterable<BeanType> $source) |
public static final Function<I18nReferentialDto,String> LABEL1_FUNCTION
public static final Function<I18nReferentialDto,String> LABEL2_FUNCTION
public static final Function<I18nReferentialDto,String> LABEL3_FUNCTION
public static final Function<I18nReferentialDto,String> LABEL4_FUNCTION
public static final Function<I18nReferentialDto,String> LABEL5_FUNCTION
public static final Function<I18nReferentialDto,String> LABEL6_FUNCTION
public static final Function<I18nReferentialDto,String> LABEL7_FUNCTION
public static final Function<I18nReferentialDto,String> LABEL8_FUNCTION
public static <E extends I18nReferentialDto> String decorate(int referenceLocaleOrdinal, E i18nDto)
public static <BeanType extends I18nReferentialDto> Class<BeanType> typeOfI18nReferentialDto()
public static <BeanType extends I18nReferentialDto> void copyI18nReferentialDto(BeanType source, BeanType target)
public static <BeanType extends I18nReferentialDto> void copyI18nReferentialDto(BeanType source, BeanType target, org.nuiton.util.beans.Binder<BeanType,BeanType> binder)
public static <BeanType extends I18nReferentialDto> Predicate<BeanType> newLabel1Predicate(String label1)
public static <BeanType extends I18nReferentialDto> List<BeanType> filterByLabel1(Collection<BeanType> $source, String label1)
public static <BeanType extends I18nReferentialDto> Predicate<BeanType> newLabel2Predicate(String label2)
public static <BeanType extends I18nReferentialDto> List<BeanType> filterByLabel2(Collection<BeanType> $source, String label2)
public static <BeanType extends I18nReferentialDto> Predicate<BeanType> newLabel3Predicate(String label3)
public static <BeanType extends I18nReferentialDto> List<BeanType> filterByLabel3(Collection<BeanType> $source, String label3)
public static <BeanType extends I18nReferentialDto> Predicate<BeanType> newLabel4Predicate(String label4)
public static <BeanType extends I18nReferentialDto> List<BeanType> filterByLabel4(Collection<BeanType> $source, String label4)
public static <BeanType extends I18nReferentialDto> Predicate<BeanType> newLabel5Predicate(String label5)
public static <BeanType extends I18nReferentialDto> List<BeanType> filterByLabel5(Collection<BeanType> $source, String label5)
public static <BeanType extends I18nReferentialDto> Predicate<BeanType> newLabel6Predicate(String label6)
public static <BeanType extends I18nReferentialDto> List<BeanType> filterByLabel6(Collection<BeanType> $source, String label6)
public static <BeanType extends I18nReferentialDto> Predicate<BeanType> newLabel7Predicate(String label7)
public static <BeanType extends I18nReferentialDto> List<BeanType> filterByLabel7(Collection<BeanType> $source, String label7)
public static <BeanType extends I18nReferentialDto> Predicate<BeanType> newLabel8Predicate(String label8)
public static <BeanType extends I18nReferentialDto> List<BeanType> filterByLabel8(Collection<BeanType> $source, String label8)
public static <BeanType extends I18nReferentialDto> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByLabel1(Iterable<BeanType> $source)
public static <BeanType extends I18nReferentialDto> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByLabel2(Iterable<BeanType> $source)
public static <BeanType extends I18nReferentialDto> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByLabel3(Iterable<BeanType> $source)
public static <BeanType extends I18nReferentialDto> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByLabel4(Iterable<BeanType> $source)
public static <BeanType extends I18nReferentialDto> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByLabel5(Iterable<BeanType> $source)
public static <BeanType extends I18nReferentialDto> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByLabel6(Iterable<BeanType> $source)
public static <BeanType extends I18nReferentialDto> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByLabel7(Iterable<BeanType> $source)
public static <BeanType extends I18nReferentialDto> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByLabel8(Iterable<BeanType> $source)
Copyright © 2017–2018 IRD. All rights reserved.