Interface TargetsConfiguration
-
- All Superinterfaces:
UIComponentConfiguration
- All Known Implementing Classes:
DefaultTargetsConfiguration
public interface TargetsConfiguration extends UIComponentConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Property>
getAttributesBlackList()
java.util.List<java.lang.String>
getAttributesBlackListQualifiers()
java.util.List<TargetType>
getTargetTypesBlackList()
java.util.List<java.lang.String>
getTargetTypesBlackListCodes()
java.util.List<TargetType>
getTargetTypesWhiteList()
java.util.List<java.lang.String>
getTargetTypesWhiteListCodes()
-
-
-
Method Detail
-
getTargetTypesWhiteList
java.util.List<TargetType> getTargetTypesWhiteList()
-
getTargetTypesBlackList
java.util.List<TargetType> getTargetTypesBlackList()
-
getAttributesBlackList
java.util.List<Property> getAttributesBlackList()
-
getAttributesBlackListQualifiers
java.util.List<java.lang.String> getAttributesBlackListQualifiers()
-
getTargetTypesBlackListCodes
java.util.List<java.lang.String> getTargetTypesBlackListCodes()
- Returns:
- all type who shouldn't be display to the user (filtering)
-
getTargetTypesWhiteListCodes
java.util.List<java.lang.String> getTargetTypesWhiteListCodes()
- Returns:
- all type who should be display for selecting
-
-