|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IPTGadgetInfo
| Method Summary | |
void |
AddCommunitySetting(java.lang.String strCommunitySetting,
double dValue)
Add a community setting (preference) to the community that the current page is part of. |
void |
AddCommunitySetting(java.lang.String strCommunitySetting,
int nValue)
Add a community setting (preference) to the community that the current page is part of. |
void |
AddCommunitySetting(java.lang.String strCommunitySetting,
java.lang.Object objValue)
Add a community setting (preference) to the community that the current page is part of. |
void |
AddCommunitySetting(java.lang.String strCommunitySetting,
java.lang.String strValue)
Add a community setting (preference) to the community that the current page is part of. |
void |
AddCommunitySetting(java.lang.String strCommunitySetting,
com.plumtree.openfoundation.util.XPDateTime dtValue)
Add a community setting (preference) to the community that the current page is part of. |
void |
AddPersonalSetting(java.lang.String strPersonalSetting,
double dValue)
Add a personal setting (preference) for the current user. |
void |
AddPersonalSetting(java.lang.String strPersonalSetting,
int nValue)
Add a personal setting (preference) for the current user. |
void |
AddPersonalSetting(java.lang.String strPersonalSetting,
java.lang.Object objValue)
Add a personal setting (preference) for the current user. |
void |
AddPersonalSetting(java.lang.String strPersonalSetting,
java.lang.String strValue)
Add a personal setting (preference) for the current user. |
void |
AddPersonalSetting(java.lang.String strPersonalSetting,
com.plumtree.openfoundation.util.XPDateTime dtValue)
Add a personal setting (preference) for the current user. |
void |
AssignCommunityGadgetSettings(java.lang.Object[][] arrSettings)
Assign a list of community-gadget settings (preferences) to the combination of the community that the current page is part of the gadget represented. |
void |
AssignCommunityGadgetSettingsEx(java.lang.Object[][] arrSettings,
boolean bDeletePrefs)
Assign a list of community-gadget settings (preferences) to the combination of the community that the current page is part of and gadget represented. |
void |
AssignGadgetSettings(java.lang.Object[][] arrSettings)
Assign a list of user-gadget settings (preferences) to the combination the gadget represented and the current user. |
void |
AssignGadgetSettingsEx(java.lang.Object[][] arrSettings,
boolean bDeletePrefs)
Assign a list of user-gadget settings (preferences) to the combination of the gadget represented and the current user. |
int |
GetClassID()
Get the class id for the gadget represented |
int |
GetCommunityID()
Get the community id of the community that the current gadget is from. |
int |
GetObjectID()
Get the object id of the gadget represented |
int |
GetPageID()
Get the Page ID of the page that this IPTGadgetInfo is from. |
java.lang.Object |
GetPlumtreeSetting(int nSettingID)
Get Plumtree setting for the gadget represented. |
java.lang.Object[][] |
LookupAdminGadgetSettings(java.lang.Object arrSettings)
Look up admin-gadget settings (preferences) for the combination of the community that the current page is part of and the gadget represented. |
java.lang.Object[][] |
LookupAdminGadgetSettings(java.lang.String strSetting)
Look up an admin-gadget setting (preference) for the combination of the community that the current page is part of and the gadget represented. |
java.lang.Object[][] |
LookupAdminGadgetSettings(java.lang.String[] arrSettings)
Look up admin-gadget settings (preferences) for the combination of the community that the current page is part of and the gadget represented. |
java.lang.Object[][] |
LookupCommunityGadgetSettings(java.lang.Object arrSettings)
Look up community-gadget settings (preferences) for the combination of the community that the current page is part of and the gadget represented. |
java.lang.Object[][] |
LookupCommunityGadgetSettings(java.lang.String strSetting)
Look up a community-gadget setting (preference) for the combination of the community that the current page is part of and the gadget represented. |
java.lang.Object[][] |
LookupCommunityGadgetSettings(java.lang.String[] arrSettings)
Look up community-gadget settings (preferences) for the combination of the community that the current page is part of and the gadget represented. |
java.lang.Object[][] |
LookupCommunitySettings(java.lang.Object arrSettings)
Look up community settings (preferences) for the community that the current page is part of. |
java.lang.Object[][] |
LookupCommunitySettings(java.lang.String strSetting)
Look up one community setting (preference) for the community that the current page is part of. |
java.lang.Object[][] |
LookupCommunitySettings(java.lang.String[] arrSettings)
Look up community settings (preferences) for the community that the current page belongs to. |
java.lang.Object[][] |
LookupGadgetSettings(java.lang.Object arrSettings)
Look up a list of user-gadget settings (preferences) for the combination the gadget represented and the current user. |
java.lang.Object[][] |
LookupGadgetSettings(java.lang.String strSetting)
Look up one user-gadget setting (preference) for the combination of a particular gadget and the current user. |
java.lang.Object[][] |
LookupGadgetSettings(java.lang.String[] arrSettings)
Look up a list of user-gadget settings (preferences) for the combination of the gadget represented and the current user. |
java.lang.Object[][] |
LookupPersonalSettings(java.lang.Object arrSettings)
Look up a list of personal settings (preferences) for the current user. |
java.lang.Object[][] |
LookupPersonalSettings(java.lang.String strSetting)
Look up one personal setting (preference) for the current user. |
java.lang.Object[][] |
LookupPersonalSettings(java.lang.String[] arrSettings)
Look up a list of personal settings (preferences) for the current user. |
void |
RemoveCommunityGadgetSetting(java.lang.String strCommunitySetting)
Remove a community-gadget setting (preference) from the combination of the community that the current page is part of and the gadget represented. |
void |
RemoveCommunitySetting(java.lang.String strCommunitySetting)
Remove a community setting (preference) for the community that the current page is part of. |
void |
RemoveGadgetSetting(java.lang.String strSetting)
Remove a user-gadget setting (preference) for the combination of a the gadget represented and the current user. |
void |
RemovePersonalSetting(java.lang.String strPersonalSetting)
Remove a personal setting (preference) for the current user. |
| Method Detail |
public java.lang.Object[][] LookupGadgetSettings(java.lang.String[] arrSettings)
arrSettings - - array of setting names that are desiredpublic java.lang.Object[][] LookupGadgetSettings(java.lang.String strSetting)
strSetting - - setting name that is desiredpublic java.lang.Object[][] LookupGadgetSettings(java.lang.Object arrSettings)
arrSettings - - array of setting names that are desiredpublic void AssignGadgetSettings(java.lang.Object[][] arrSettings)
arrSettings - - array of names and corresponding values to be set
on the gadget.
Object[name(0) or value(1)][index]public java.lang.Object[][] LookupPersonalSettings(java.lang.String[] arrSettings)
arrSettings - - array of setting names that are desiredpublic java.lang.Object[][] LookupPersonalSettings(java.lang.String strSetting)
strSetting - - setting name that is desiredpublic java.lang.Object[][] LookupPersonalSettings(java.lang.Object arrSettings)
arrSettings - - array of setting names that are desired
public void AddPersonalSetting(java.lang.String strPersonalSetting,
int nValue)
strPersonalSetting - - name of the settingnValue - - int value of the setting
public void AddPersonalSetting(java.lang.String strPersonalSetting,
java.lang.String strValue)
strPersonalSetting - - name of the settingstrValue - - string value of the setting
public void AddPersonalSetting(java.lang.String strPersonalSetting,
com.plumtree.openfoundation.util.XPDateTime dtValue)
strPersonalSetting - - name of the settingdtValue - - XPDateTime value of the setting
public void AddPersonalSetting(java.lang.String strPersonalSetting,
double dValue)
strPersonalSetting - - name of the settingdValue - - double value of the setting
public void AddPersonalSetting(java.lang.String strPersonalSetting,
java.lang.Object objValue)
strPersonalSetting - - name of the settingobjValue - - object value of the setting
This function is being considered for removal.public void RemovePersonalSetting(java.lang.String strPersonalSetting)
strPersonalSetting - - name of the setting to be removedpublic java.lang.Object[][] LookupCommunitySettings(java.lang.String[] arrSettings)
arrSettings - - array of setting names that are desiredpublic java.lang.Object[][] LookupCommunitySettings(java.lang.String strSetting)
strSetting - - setting name that is desiredpublic java.lang.Object[][] LookupCommunitySettings(java.lang.Object arrSettings)
arrSettings - - array of setting names that are desired
public void AddCommunitySetting(java.lang.String strCommunitySetting,
int nValue)
strCommunitySetting - - name of the settingnValue - - string value of the setting
public void AddCommunitySetting(java.lang.String strCommunitySetting,
java.lang.String strValue)
strCommunitySetting - - name of the settingstrValue - - string value of the setting
public void AddCommunitySetting(java.lang.String strCommunitySetting,
com.plumtree.openfoundation.util.XPDateTime dtValue)
strCommunitySetting - - name of the settingdtValue - - XPDateTime value of the setting
public void AddCommunitySetting(java.lang.String strCommunitySetting,
double dValue)
strCommunitySetting - - name of the settingdValue - - double value of the setting
public void AddCommunitySetting(java.lang.String strCommunitySetting,
java.lang.Object objValue)
strCommunitySetting - - name of the settingobjValue - - object value of the setting
This function is being considered for removal.public void RemoveCommunitySetting(java.lang.String strCommunitySetting)
strCommunitySetting - - name of the setting to be removedpublic java.lang.Object[][] LookupCommunityGadgetSettings(java.lang.String[] arrSettings)
arrSettings - - array of setting names that are desiredpublic java.lang.Object[][] LookupCommunityGadgetSettings(java.lang.String strSetting)
strSetting - - name of the setting name that is desiredpublic java.lang.Object[][] LookupCommunityGadgetSettings(java.lang.Object arrSettings)
arrSettings - - array of the setting names that are desiredpublic void AssignCommunityGadgetSettings(java.lang.Object[][] arrSettings)
arrSettings - - array of the names and corresponding values to be assigned
to the community-gadget combination.public java.lang.Object[][] LookupAdminGadgetSettings(java.lang.String[] arrSettings)
arrSettings - - array of the names and corresponding values to be assigned
to the community-gadget combination.public java.lang.Object[][] LookupAdminGadgetSettings(java.lang.String strSetting)
strSetting - - name of the setting name that is desiredpublic java.lang.Object[][] LookupAdminGadgetSettings(java.lang.Object arrSettings)
arrSettings - - array of the names and corresponding values to be assigned
to the community-gadget combination.
public void AssignCommunityGadgetSettingsEx(java.lang.Object[][] arrSettings,
boolean bDeletePrefs)
arrSettings - - array of the names and corresponding values to be assigned
to the community-gadget combination.bDeletePrefs - - boolean that will delete the old settings for this
community-gadget combination or append the new list to the
old settingspublic void RemoveCommunityGadgetSetting(java.lang.String strCommunitySetting)
strCommunitySetting - - name of the setting to be removed
public void AssignGadgetSettingsEx(java.lang.Object[][] arrSettings,
boolean bDeletePrefs)
arrSettings - - array of names and corresponding values to be set
on the gadget.
Object[name(0) or value(1)][index]bDeletePrefs - - boolean that will delete the old settings for this
user-gadget combination or append the new list to the
old settingspublic void RemoveGadgetSetting(java.lang.String strSetting)
strSetting - - name of the setting to be removedpublic int GetObjectID()
public int GetClassID()
public int GetPageID()
public int GetCommunityID()
public java.lang.Object GetPlumtreeSetting(int nSettingID)
nSettingID - - setting id, from PT_GADGETINFO_SETTINGS
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||