Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

com.bea.wlcp.wlng.api.storage
Interface StoreOperation


public interface StoreOperation

Store operation interface. Used to perform operations based on filters. Store operations do not return result information.


Field Summary
static java.lang.String STORE_OPERATION_TYPE_DELETE
           
static java.lang.String STORE_OPERATION_TYPE_UPDATE
           
 
Method Summary
abstract  void execute()
          Execute store operation.
abstract  java.lang.String getOperationType()
          Operation type is either update or delete.
abstract  void setParameters(java.io.Serializable[] parameters)
          Set query parameters.
 

Field Detail

STORE_OPERATION_TYPE_DELETE

public static final java.lang.String STORE_OPERATION_TYPE_DELETE
See Also:
Constant Field Values

STORE_OPERATION_TYPE_UPDATE

public static final java.lang.String STORE_OPERATION_TYPE_UPDATE
See Also:
Constant Field Values
Method Detail

execute

public void execute()
Execute store operation. For performance reasons there is no return value.


getOperationType

public java.lang.String getOperationType()
Operation type is either update or delete.

Returns:
The operation type

setParameters

public void setParameters(java.io.Serializable[] parameters)
                   throws StorageException
Set query parameters. The parameters must be ordered such as expected by the named query.

Parameters:
parameters - The query parameters to use.
Throws:
StorageException

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.