Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.common
Interface TransPostControl

All Known Implementing Classes:
ApplicationModuleImpl, ApplicationModuleImpl, LOVAppModuleImpl, RowIdAMImpl

public interface TransPostControl

Internal: Applications should not use this class.

Defines methods and constants for posting transactions.

Since:
Jdeveloper 3.0

Field Summary
static int TRANS_POST_GET_ATTR_BY_INDEX
           
static int TRANS_POST_GET_ATTR_BY_NAME
           
static int TRANS_POST_GET_ATTR_COUNT
           
static int TRANS_POST_GET_ATTR_INDEX_OF
           
static int TRANS_POST_GET_STRUCTURE_DEF
           
static int TRANS_POST_PUSHBACK
           
static int TRANS_POST_REFRESH_UNDO_CHANGES
           
static int TRANS_POST_REFRESH_WITH_DB_FORGET_CHANGES
           
static int TRANS_POST_REFRESH_WITH_DB_ONLY_IF_UNCHANGED
           
static int TRANS_POST_REMOVE
           
static int TRANS_POST_SET_ATTR_BY_INDEX
           
static int TRANS_POST_SET_ATTR_BY_NAME
           
 
Method Summary
 void transPostPushback(int hdl)
          Internal: Applications should not use this method.
 void transPostRefresh(int refreshMode, int hdl)
           
 void transPostRemove(int hdl)
          Internal: Applications should not use this method.
 void transPostRevert(int hdl)
          Internal: Applications should not use this method.
 

Field Detail

TRANS_POST_PUSHBACK

static final int TRANS_POST_PUSHBACK
See Also:
Constant Field Values

TRANS_POST_REMOVE

static final int TRANS_POST_REMOVE
See Also:
Constant Field Values

TRANS_POST_REFRESH_WITH_DB_FORGET_CHANGES

static final int TRANS_POST_REFRESH_WITH_DB_FORGET_CHANGES
See Also:
Constant Field Values

TRANS_POST_REFRESH_WITH_DB_ONLY_IF_UNCHANGED

static final int TRANS_POST_REFRESH_WITH_DB_ONLY_IF_UNCHANGED
See Also:
Constant Field Values

TRANS_POST_REFRESH_UNDO_CHANGES

static final int TRANS_POST_REFRESH_UNDO_CHANGES
See Also:
Constant Field Values

TRANS_POST_GET_STRUCTURE_DEF

static final int TRANS_POST_GET_STRUCTURE_DEF
See Also:
Constant Field Values

TRANS_POST_GET_ATTR_BY_INDEX

static final int TRANS_POST_GET_ATTR_BY_INDEX
See Also:
Constant Field Values

TRANS_POST_GET_ATTR_BY_NAME

static final int TRANS_POST_GET_ATTR_BY_NAME
See Also:
Constant Field Values

TRANS_POST_SET_ATTR_BY_INDEX

static final int TRANS_POST_SET_ATTR_BY_INDEX
See Also:
Constant Field Values

TRANS_POST_SET_ATTR_BY_NAME

static final int TRANS_POST_SET_ATTR_BY_NAME
See Also:
Constant Field Values

TRANS_POST_GET_ATTR_COUNT

static final int TRANS_POST_GET_ATTR_COUNT
See Also:
Constant Field Values

TRANS_POST_GET_ATTR_INDEX_OF

static final int TRANS_POST_GET_ATTR_INDEX_OF
See Also:
Constant Field Values
Method Detail

transPostPushback

void transPostPushback(int hdl)
Internal: Applications should not use this method.


transPostRemove

void transPostRemove(int hdl)
Internal: Applications should not use this method.


transPostRevert

void transPostRevert(int hdl)
Internal: Applications should not use this method.


transPostRefresh

void transPostRefresh(int refreshMode,
                      int hdl)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.