|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PushDownMethodElement
A representation of the model object 'Push Down Method Element'. Push-Down attributes for methods of entity EJBs with container managed persistence.
The following features are supported:
PushdownejbextPackage.getPushDownMethodElement()
Method Summary | |
---|---|
java.lang.String |
getBackEndMethodName()
Returns the value of the 'Back End Method Name' attribute |
org.eclipse.jst.j2ee.ejb.MethodElement |
getMethodElement()
Returns the value of the 'Method Element' containment reference |
boolean |
isCustomExtractor()
Returns the value of the 'Custom Extractor' attribute. |
boolean |
isPreflush()
Returns the value of the 'Preflush' attribute. |
boolean |
isReadOnly()
Returns the value of the 'Read Only' attribute. |
boolean |
isSetCustomExtractor()
Returns whether the value of the ' Custom Extractor ' attribute is set |
boolean |
isSetPreflush()
Returns whether the value of the ' Preflush ' attribute is set |
boolean |
isSetReadOnly()
Returns whether the value of the ' Read Only ' attribute is set |
boolean |
isSetUserDefined()
Returns whether the value of the ' User Defined ' attribute is set |
boolean |
isUserDefined()
Returns the value of the 'User Defined' attribute. |
void |
setBackEndMethodName(java.lang.String value)
Sets the value of the ' Back End Method Name ' attribute |
void |
setCustomExtractor(boolean value)
Sets the value of the ' Custom Extractor ' attribute |
void |
setMethodElement(org.eclipse.jst.j2ee.ejb.MethodElement value)
Sets the value of the ' Method Element ' containment reference |
void |
setPreflush(boolean value)
Sets the value of the ' Preflush ' attribute |
void |
setReadOnly(boolean value)
Sets the value of the ' Read Only ' attribute |
void |
setUserDefined(boolean value)
Sets the value of the ' User Defined ' attribute |
void |
unsetCustomExtractor()
Unsets the value of the ' Custom Extractor ' attribute |
void |
unsetPreflush()
Unsets the value of the ' Preflush ' attribute |
void |
unsetReadOnly()
Unsets the value of the ' Read Only ' attribute |
void |
unsetUserDefined()
Unsets the value of the ' User Defined ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isUserDefined()
"false"
.
Indicates whether this method should appear in the UserDefinedPushDownMethods interface, so that the FunctionSet implementation of this method should delegate to the UserDefinedPushDownMethodsImpl class.
isSetUserDefined()
,
unsetUserDefined()
,
setUserDefined(boolean)
,
PushdownejbextPackage.getPushDownMethodElement_UserDefined()
void setUserDefined(boolean value)
User Defined
' attribute.
value
- the new value of the 'User Defined' attribute.isSetUserDefined()
,
unsetUserDefined()
,
isUserDefined()
void unsetUserDefined()
User Defined
' attribute.
isSetUserDefined()
,
isUserDefined()
,
setUserDefined(boolean)
boolean isSetUserDefined()
User Defined
' attribute is set.
unsetUserDefined()
,
isUserDefined()
,
setUserDefined(boolean)
java.lang.String getBackEndMethodName()
setBackEndMethodName(String)
,
PushdownejbextPackage.getPushDownMethodElement_BackEndMethodName()
void setBackEndMethodName(java.lang.String value)
Back End Method Name
' attribute.
value
- the new value of the 'Back End Method Name' attribute.getBackEndMethodName()
boolean isReadOnly()
"false"
.
Indicates whether the back-end method/procedure modifies any of the bean's CMP or CMR fields.
isSetReadOnly()
,
unsetReadOnly()
,
setReadOnly(boolean)
,
PushdownejbextPackage.getPushDownMethodElement_ReadOnly()
void setReadOnly(boolean value)
Read Only
' attribute.
value
- the new value of the 'Read Only' attribute.isSetReadOnly()
,
unsetReadOnly()
,
isReadOnly()
void unsetReadOnly()
Read Only
' attribute.
isSetReadOnly()
,
isReadOnly()
,
setReadOnly(boolean)
boolean isSetReadOnly()
Read Only
' attribute is set.
unsetReadOnly()
,
isReadOnly()
,
setReadOnly(boolean)
boolean isPreflush()
"false"
.
Indicates whether the back-end method/procedure needs the current in-memory state of the bean's CMP or CMR fields flushed out to the back-end before the push-down method is executed.
isSetPreflush()
,
unsetPreflush()
,
setPreflush(boolean)
,
PushdownejbextPackage.getPushDownMethodElement_Preflush()
void setPreflush(boolean value)
Preflush
' attribute.
value
- the new value of the 'Preflush' attribute.isSetPreflush()
,
unsetPreflush()
,
isPreflush()
void unsetPreflush()
Preflush
' attribute.
isSetPreflush()
,
isPreflush()
,
setPreflush(boolean)
boolean isSetPreflush()
Preflush
' attribute is set.
unsetPreflush()
,
isPreflush()
,
setPreflush(boolean)
boolean isCustomExtractor()
"false"
.
Indicates whether the bean uses the default WSDataLogicMethodExtractorImpl (whose processResult method simply returns the IndexedRecord's first item), or instead wishes to provide its own custom implementation of the DataLogicMethodExtractor interface (such as to process a WSRdbRecord).
isSetCustomExtractor()
,
unsetCustomExtractor()
,
setCustomExtractor(boolean)
,
PushdownejbextPackage.getPushDownMethodElement_CustomExtractor()
void setCustomExtractor(boolean value)
Custom Extractor
' attribute.
value
- the new value of the 'Custom Extractor' attribute.isSetCustomExtractor()
,
unsetCustomExtractor()
,
isCustomExtractor()
void unsetCustomExtractor()
Custom Extractor
' attribute.
isSetCustomExtractor()
,
isCustomExtractor()
,
setCustomExtractor(boolean)
boolean isSetCustomExtractor()
Custom Extractor
' attribute is set.
unsetCustomExtractor()
,
isCustomExtractor()
,
setCustomExtractor(boolean)
org.eclipse.jst.j2ee.ejb.MethodElement getMethodElement()
setMethodElement(MethodElement)
,
PushdownejbextPackage.getPushDownMethodElement_MethodElement()
void setMethodElement(org.eclipse.jst.j2ee.ejb.MethodElement value)
Method Element
' containment reference.
value
- the new value of the 'Method Element' containment reference.getMethodElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |