public abstract class AbstractAddressGetterService extends java.lang.Object implements AddressGetterService
| Modifier and Type | Field and Description |
|---|---|
protected ServerContext |
context |
protected ParameterService |
parameterService |
| Constructor and Description |
|---|
AbstractAddressGetterService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParameterAddressValue> |
getAddresses(int objectId,
java.lang.String objectType) |
protected abstract int |
getParameterId() |
protected final ServerContext context
protected final ParameterService parameterService
public java.util.List<ParameterAddressValue> getAddresses(int objectId, java.lang.String objectType)
getAddresses in interface AddressGetterServiceprotected abstract int getParameterId()