|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
void |
addItem(MemberPropertyItem itemInfo)
Adds a member property with the information specified by the MemberPropertyItem argument. |
void |
commit()
Commits the new set of member properties to the model. |
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. |
java.util.Locale |
getLocale()
Returns the locale |
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. |
void |
removeAllItems()
Removes all the member properties currently applied on the datasource. |
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.
NodeInfo
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.
NodeInfo
void 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 |