|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectarcade.store.account.UserShopAccount
arcade.store.account.DeveloperShopAccount
public class DeveloperShopAccount
Constructor Summary | |
---|---|
DeveloperShopAccount(java.lang.String user,
java.lang.String id)
|
Method Summary | |
---|---|
void |
certifyMod(java.lang.String modName,
GamePage page)
This method allows the user to |
void |
getNumberOfDownloads(java.lang.String gameTitle)
This method returns the number of downloads for a game based on the title name |
int |
getTotalNumberOfDownloads()
|
void |
purchaseGame(GamePage page)
Tthis method overrides how a game is purchased |
void |
registerDevelopedGame(GamePage page)
|
void |
removeMod(java.lang.String modName,
GamePage page)
Removing an unliked mod |
void |
transactCredits(java.lang.String creditname,
double change)
This method transact a change on a specific credit name |
void |
transferInformation(PremiumShopAccount newAccount)
Overrides all the information from one account to another. |
void |
uncertifyMod(java.lang.String modName,
GamePage page)
This method allows the developer to uncertify mods |
void |
uploadGame()
This method allows the developer to upload game to the library |
Methods inherited from class arcade.store.account.UserShopAccount |
---|
getAccountID, getUserName, resetUserID, resetUserName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeveloperShopAccount(java.lang.String user, java.lang.String id)
Method Detail |
---|
public void purchaseGame(GamePage page)
UserShopAccount
purchaseGame
in class UserShopAccount
public void transactCredits(java.lang.String creditname, double change)
UserShopAccount
transactCredits
in class UserShopAccount
public void transferInformation(PremiumShopAccount newAccount)
UserShopAccount
transferInformation
in class UserShopAccount
public void registerDevelopedGame(GamePage page)
public void removeMod(java.lang.String modName, GamePage page)
modName
- public void certifyMod(java.lang.String modName, GamePage page)
modName
- page
- public void uncertifyMod(java.lang.String modName, GamePage page)
modName
- page
- public void uploadGame()
public void getNumberOfDownloads(java.lang.String gameTitle)
gameTitle
- public int getTotalNumberOfDownloads()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |