public interface UserDefinedEntry2
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(InterceptParam p)
The function to implement authenticate operation.
|
void |
compare(InterceptParam p)
The function to implement compare operation.
|
void |
delete(InterceptParam p)
The function to implement delete operation.
|
void |
insert(InterceptParam p)
The function to implement insert operation.
|
void |
invoke(InterceptParam p)
The function to implement invoke operation.
|
void |
select(InterceptParam p)
The function to implement search operation.
|
void |
update(InterceptParam p)
The function to implement update operation.
|
void select(InterceptParam p)
prop - - Properties input/ output propertiesvoid insert(InterceptParam p)
prop - - Properties input/ output propertiesvoid delete(InterceptParam p)
prop - - Properties input/ output propertiesvoid update(InterceptParam p)
prop - - Properties input/ output propertiesvoid authenticate(InterceptParam p)
prop - - Properties input/ output propertiesvoid compare(InterceptParam p)
p - InterceptParam input/ output propertiesvoid invoke(InterceptParam p)
prop - - Properties input/ output properties