|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Model Classes implementing this interface are capable of tracking changes.
| Method Summary | |
boolean |
isAttributeChanged(int index)
Deprecated. Indexes may not be stable over time in the DynamicRFCAdapter. Therefore use the String based method isAttributeChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006. |
boolean |
isAttributeChanged(java.lang.String attributeName)
Returns whether the attribute specified by the attributeName has been changed. |
boolean |
isRoleChanged(int index)
Deprecated. Indexes may not be stable over time in the DynamicRFCAdapter. Therefore use the String based method isRoleChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006. |
boolean |
isRoleChanged(java.lang.String roleName)
Returns whether the role specified by the roleName has been changed. |
void |
markAttributeChanged(java.lang.String attributeName)
marks an attribute changed |
void |
markAttributeUnChanged(java.lang.String attributeName)
marks an attribute unchanged |
void |
markRoleChanged(java.lang.String roleName)
marks a role changed |
void |
markRoleUnChanged(java.lang.String roleName)
marks a role unchanged |
void |
resetChanged()
Resets the change flags |
void |
setAttributeChanged(int index)
Deprecated. Indexes may not be stable over time in the DynamicRFCAdapter. Therefore use the String based method markAttributeChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006. |
void |
setAttributeUnChanged(int index)
Deprecated. Indexes may not be stable over time in the DynamicRFCAdapter. Therefore use the String based method markAttributeUnChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006. |
void |
setRoleChanged(int index)
Deprecated. Indexes may not be stable over time in the DynamicRFCAdapter. Therefore use the String based method markRoleChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006. |
void |
setRoleUnChanged(int index)
Deprecated. Indexes may not be stable over time in the DynamicRFCAdapter. Therefore use the String based method markRoleUnChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006. |
| Method Detail |
public void markAttributeChanged(java.lang.String attributeName)
attributeName - The name of the changed attribute or null
to mark all attributes as changedpublic void markAttributeUnChanged(java.lang.String attributeName)
attributeName - The name of the changed attribute or null
to mark all attributes as unchangedpublic boolean isAttributeChanged(java.lang.String attributeName)
attributeName - The name of the attribute to check if it has been changedpublic void markRoleChanged(java.lang.String roleName)
roleName - The name of the changed role or null
to mark all roles as changedpublic void markRoleUnChanged(java.lang.String roleName)
roleName - The name of the role to unchange or null
to mark all roles as unchangedpublic boolean isRoleChanged(java.lang.String roleName)
roleName - The name of the role to check if it has been changedpublic void resetChanged()
public void setAttributeChanged(int index)
markAttributeChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006.
attributeIndex - The index of the changed attribute or -1
to mark all attributes changedpublic void setAttributeUnChanged(int index)
markAttributeUnChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006.
attributeIndex - The index of the attribute to back to unchanged or -1
to mark all attributes un changedpublic boolean isAttributeChanged(int index)
isAttributeChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006.
public void setRoleChanged(int index)
markRoleChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006.
index - The index of the changed role or -1
to mark all roles changedpublic void setRoleUnChanged(int index)
markRoleUnChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006.
index - The index of the role to set back to unchanged or -1
to mark all roles unchangedpublic boolean isRoleChanged(int index)
isRoleChanged(String)
instead. The index based method may be withdrawn with the first new
NetWeaver release in 2006.
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||