public class ChannelConfigurationData extends EntityData<ChannelConfigurationDTO>
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
ChannelConfigurationData() |
ChannelConfigurationData(Property<T,? super ChannelConfigurationData> property,
T value) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<PasswordFieldOption,ChannelConfigurationData> ACCESS_PASSWORD_OPTION
public static final ListProperty<PasswordTypeVO,ChannelConfigurationData> ACCESS_PASSWORD_TYPES
public static final ListProperty<PrincipalTypeVO,ChannelConfigurationData> ACCESS_PRINCIPAL_TYPES
public static final BasicProperty<java.lang.Boolean,ChannelConfigurationData> ALLOW_EMPTY_DEFAULT_PRINCIPAL_TYPE
public static final BasicProperty<java.lang.Boolean,ChannelConfigurationData> CAN_DISABLE
public static final BasicProperty<PasswordFieldOption,ChannelConfigurationData> CONFIRMATION_PASSWORD_OPTION
public static final ListProperty<PasswordTypeVO,ChannelConfigurationData> CONFIRMATION_PASSWORD_TYPES
public static final BasicProperty<java.lang.Boolean,ChannelConfigurationData> HAS_IDENTIFICATION_METHODS
public static final BasicProperty<java.lang.Boolean,ChannelConfigurationData> HAS_IP_WHITELIST
public static final BasicProperty<ChannelConfigurationDTO,ChannelConfigurationData> INHERITED
public static final ListProperty<PrincipalTypeVO,ChannelConfigurationData> PAYMENT_PRINCIPAL_TYPES
public static final ListProperty<PrincipalTypeVO,ChannelConfigurationData> POS_PRINCIPAL_TYPES
public static final BasicProperty<java.lang.Boolean,ChannelConfigurationData> STATEFUL_CHANNEL
public ChannelConfigurationData()
public ChannelConfigurationData(Property<T,? super ChannelConfigurationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<ChannelConfigurationDTO>public PasswordFieldOption getAccessPasswordOption()
public void setAccessPasswordOption(PasswordFieldOption accessPasswordOption)
public java.util.List<PasswordTypeVO> getAccessPasswordTypes()
public void setAccessPasswordTypes(java.util.List<PasswordTypeVO> accessPasswordTypes)
public java.util.List<PrincipalTypeVO> getAccessPrincipalTypes()
public void setAccessPrincipalTypes(java.util.List<PrincipalTypeVO> accessPrincipalTypes)
public boolean isAllowEmptyDefaultPrincipalType()
public void setAllowEmptyDefaultPrincipalType(boolean allowEmptyDefaultPrincipalType)
public boolean isCanDisable()
public void setCanDisable(boolean canDisable)
public PasswordFieldOption getConfirmationPasswordOption()
public void setConfirmationPasswordOption(PasswordFieldOption confirmationPasswordOption)
public java.util.List<PasswordTypeVO> getConfirmationPasswordTypes()
public void setConfirmationPasswordTypes(java.util.List<PasswordTypeVO> confirmationPasswordTypes)
public boolean isHasIdentificationMethods()
public void setHasIdentificationMethods(boolean hasIdentificationMethods)
public boolean isHasIpWhitelist()
public void setHasIpWhitelist(boolean hasIpWhitelist)
public ChannelConfigurationDTO getInherited()
public void setInherited(ChannelConfigurationDTO inherited)
public java.util.List<PrincipalTypeVO> getPaymentPrincipalTypes()
public void setPaymentPrincipalTypes(java.util.List<PrincipalTypeVO> paymentPrincipalTypes)
public java.util.List<PrincipalTypeVO> getPosPrincipalTypes()
public void setPosPrincipalTypes(java.util.List<PrincipalTypeVO> posPrincipalTypes)
public boolean isStatefulChannel()
public void setStatefulChannel(boolean statefulChannel)