|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item | |
|---|---|
| actions.chat | includes the chat functionality for the client. |
| interfaces | includes the interfaces for the client and the server. |
| server | includes the classes to realize the server side functionality. |
| Uses of Item in actions.chat |
|---|
| Constructors in actions.chat with parameters of type Item | |
|---|---|
SelectChatPartner(WSIDOClientMain mainApp,
Module module,
Item item)
constructs the window and stores the reference for the main application and initializes the window |
|
| Uses of Item in interfaces |
|---|
| Methods in interfaces that return types with arguments of type Item | |
|---|---|
java.util.Vector<Item> |
WSIDOInterface.getAllModuleItems(UserVerification userver,
long moduleId)
get all items for a module in alphabetical order, even if not voted for them |
java.util.Vector<Item> |
WSIDOInterface.getPersonalizedToplist(UserVerification userver,
long moduleId)
simple toplist like the getToplist method with the following difference this toplist is only for PowerUsers. the ranking of the items of the toplist is different it will be checked if the PowerUser who requests the PersonalizedToplist has interacted with another user who has voted for this item. if this condition is true the item will be ranked higher. |
java.util.Vector<Item> |
WSIDOInterface.getToplist(UserVerification userver,
long moduleId)
returns top list for a module |
java.util.Vector<Item> |
WSIDOInterface.getToplistDuration(UserVerification userver,
int days,
long moduleId)
returns top list depending on specified duration (weekly, monthly lists) |
| Methods in interfaces with parameters of type Item | |
|---|---|
java.util.Vector<StandardUserExtended> |
WSIDOInterface.getInteractionUsers(UserVerification userver,
Item item)
returns possible users for interaction |
| Uses of Item in server |
|---|
| Methods in server that return Item | |
|---|---|
Item |
PersToplist.getRootItem()
getter methods |
| Methods in server that return types with arguments of type Item | |
|---|---|
java.util.Vector<Item> |
DatabaseConnect.getAllModuleItems(long moduleId)
|
java.util.Vector<Item> |
WSIDOServer.getAllModuleItems(UserVerification userver,
long moduleId)
method returns all items of a module |
java.util.ArrayList<Item> |
PersToplist.getElementsWithSameKey()
|
java.util.Vector<Item> |
DatabaseConnect.getPersonalizedToplist(long userId,
long moduleId)
simple toplist like the getToplist method with the following difference this toplist is only for PowerUsers. the ranking of the items of the toplist is different it will be checked if the PowerUser who requests the PersonalizedToplist has interacted with another user who has voted for this item. if this condition is true the item will be ranked higher. |
java.util.Vector<Item> |
WSIDOServer.getPersonalizedToplist(UserVerification userver,
long moduleId)
simple toplist like the getToplist method with the following difference this toplist is only for PowerUsers. the ranking of the items of the toplist is different it will be checked if the PowerUser who requests the PersonalizedToplist has interacted with another user who has voted for this item. if this condition is true the item will be ranked higher. |
java.util.Vector<Item> |
DatabaseConnect.getToplist(long moduleId)
method which returns a vector with all items for a specified module sorted by votes (toplist) this toplist shows the DAILY ranking of the items! |
java.util.Vector<Item> |
WSIDOServer.getToplist(UserVerification userver,
long moduleId)
method which returns a vector with all items for a specified module sorted by votes (toplist) this toplist shows the DAILY ranking of the items! |
java.util.Vector<Item> |
DatabaseConnect.getToplistDuration(long moduleId,
int days)
method which returns a vector with all items for a specified module sorted by votes (toplist) this toplist shows the ranking of the items in a specific time range (int days) including today |
java.util.Vector<Item> |
WSIDOServer.getToplistDuration(UserVerification userver,
int days,
long moduleId)
method which returns a vector with all items for a specified module sorted by votes (toplist) this toplist shows the ranking of the items in a specific time range (int days) including today |
| Methods in server with parameters of type Item | |
|---|---|
void |
PersToplist.addElementWithSameKey(Item _itemWithSameKey)
|
java.util.Vector<StandardUser> |
DatabaseConnect.getInteractionUsers(Item item,
long userId)
gets possible users for interaction (chat) |
java.util.Vector<StandardUserExtended> |
WSIDOServer.getInteractionUsers(UserVerification userver,
Item item)
returns possible users for interaction |
void |
PersToplist.setRootItem(Item _rootItem)
setter methods |
| Constructors in server with parameters of type Item | |
|---|---|
PersToplist(Item _rootItem,
long _key)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||