|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") public interface MemberPropertiesSelectorDataSourceInterface
Defines the model-type-specific methods and properties required by the adapter of the MemberPropertiesSelector.
The MemberPropertiesSelectorInterface adapter implements the logic related to the business rules for the selector and delegates all the model based operations to its dataSource object
MemberPropertiesSelectorInterface,
MemberPropertiesSelector,
MemberPropertiesSelectorPanel| Method Summary | |
|---|---|
abstract void |
addItem(MemberPropertyItem itemInfo)
Adds a member property with the information specified by the MemberPropertyItem argument. |
abstract void |
commit()
Commits the new set of member properties to the model. |
abstract java.util.List |
getAvailableProperties()
Returns a list of NodeInfo objects corresponding to Dimensions that have member properties avaiable on at least one of their Levels. |
abstract java.util.Locale |
getLocale()
Returns the locale |
abstract java.util.List |
getProperties()
Returns a list of NodeInfo objects corresponding to Dimensions that have member properties currently applied on at least one of their Levels. |
abstract void |
removeAllItems()
Removes all the member properties currently applied on the datasource. |
abstract void |
setLocale(java.util.Locale locale)
Sets the locale |
| Method Detail |
|---|
java.util.List getAvailableProperties()
Returns a list of NodeInfo objects corresponding to Dimensions that have member properties avaiable on at least one of their Levels.
NodeInfojava.util.List getProperties()
Returns a list of NodeInfo objects corresponding to Dimensions that have member properties currently applied on at least one of their Levels.
NodeInfovoid commit()
Commits the new set of member properties to the model.
Throws - RuntimeException if operation fails.void addItem(MemberPropertyItem itemInfo)
Adds a member property with the information specified by the MemberPropertyItem argument.
itemInfo - the information about the new fractional item.
Throws - RuntimeException if operation fails.void removeAllItems()
Removes all the member properties currently applied on the datasource.
Throws - RuntimeException if operation fails.void setLocale(java.util.Locale locale)
locale - The locale.java.util.Locale getLocale()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||