| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProviderUsage
Should be implemented by any DBObject that requires a DBObjectProvider to be set in order to operate. Uses of this interface should be kept to an absolute minimum as it is not desirable to have logic requiring a provider within our beans (DBObjects).
Care should be taken when implementing this inteface not to add a public getProvider() which would cause it to become a bean property.
| Method Summary | |
|---|---|
 void | 
setProvider(DBObjectProvider pro)
Sets the provider this usage exists within.  | 
| Method Detail | 
|---|
void setProvider(DBObjectProvider pro)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||