public class ServiceInterceptorData extends EntityData<ServiceInterceptorDTO>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomScriptVO,ServiceInterceptorData> |
SCRIPTS |
static ListProperty<ServiceWithOperationsVO,ServiceInterceptorData> |
SERVICES |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
ServiceInterceptorData() |
ServiceInterceptorData(Property<T,? super ServiceInterceptorData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomScriptVO> |
getScripts() |
java.util.List<ServiceWithOperationsVO> |
getServices() |
void |
setScripts(java.util.List<CustomScriptVO> scripts) |
void |
setServices(java.util.List<ServiceWithOperationsVO> services) |
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, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<CustomScriptVO,ServiceInterceptorData> SCRIPTS
public static final ListProperty<ServiceWithOperationsVO,ServiceInterceptorData> SERVICES
public ServiceInterceptorData()
public ServiceInterceptorData(Property<T,? super ServiceInterceptorData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<ServiceInterceptorDTO>public java.util.List<CustomScriptVO> getScripts()
public void setScripts(java.util.List<CustomScriptVO> scripts)
public java.util.List<ServiceWithOperationsVO> getServices()
public void setServices(java.util.List<ServiceWithOperationsVO> services)