|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserServices_PortType
| Method Summary | |
|---|---|
void |
addAntiSpamResources(AuthToken at,
java.lang.String range)
adds antispams for all mailresorces (range="mailbox") OR all mailboxes (range="all") of the account |
void |
addAntiVirusResources(AuthToken at,
java.lang.String range)
adds antiviruses for all mailresorces (range="mailbox") OR all mailboxes (range="all") of the account |
void |
changeBillingInfo(AuthToken at,
java.lang.String first_name,
java.lang.String last_name,
java.lang.String company,
java.lang.String address1,
java.lang.String address2,
java.lang.String city,
java.lang.String state,
java.lang.String state2,
java.lang.String postal_code,
java.lang.String country,
java.lang.String phone,
java.lang.String email)
|
void |
changeContactInfo(AuthToken at,
ContactInfo ci)
|
void |
changeFTPPassword(AuthToken at,
java.lang.String newPassword)
|
void |
changePassword(AuthToken at,
java.lang.String newPassword)
|
void |
changePlan(AuthToken at,
int planId,
int periodId)
|
void |
changeTotalDiskQuota(AuthToken at,
double size)
|
void |
changeTotalTrafficQuota(AuthToken at,
double size)
|
void |
deleteAntiSpamResources(AuthToken at)
delete all antispams of the account |
void |
deleteAntiVirusResources(AuthToken at)
delete all antiviruses of the account |
long[] |
getAccounts(AuthToken at)
|
java.lang.String |
getBalance(AuthToken at)
|
NamedParameter[] |
getBillingInfo(AuthToken at)
|
NamedParameter[] |
getContactInfo(AuthToken at)
|
java.lang.String |
getDescription()
|
java.lang.String[] |
getDomains(AuthToken at)
|
int |
getPeriodId(AuthToken at)
|
java.lang.Object[] |
getPlan(AuthToken at)
|
java.lang.Object[] |
getPlanPeriodIds(AuthToken at,
int planId)
|
java.lang.Object[] |
getPlans(AuthToken at)
|
double |
getTotalDiskQuota(AuthToken at)
|
double |
getTotalDiskUsage(AuthToken at)
|
double |
getTotalTrafficQuota(AuthToken at)
|
double |
getTotalTrafficUsage(AuthToken at)
|
java.util.Calendar |
getTotalTrafficUsageFrom(AuthToken at)
|
void |
signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser)
|
void |
signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
java.lang.Object[] otherParams)
|
| Method Detail |
|---|
java.lang.String[] getDomains(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getDescription()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object[] getPlan(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object[] getPlans(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getBalance(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
NamedParameter[] getBillingInfo(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
int getPeriodId(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
NamedParameter[] getContactInfo(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
void signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser)
throws java.rmi.RemoteException
java.rmi.RemoteException
void signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
java.lang.Object[] otherParams)
throws java.rmi.RemoteException
java.rmi.RemoteException
void changePassword(AuthToken at,
java.lang.String newPassword)
throws java.rmi.RemoteException
java.rmi.RemoteException
void changePlan(AuthToken at,
int planId,
int periodId)
throws java.rmi.RemoteException
java.rmi.RemoteException
long[] getAccounts(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
void changeContactInfo(AuthToken at,
ContactInfo ci)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object[] getPlanPeriodIds(AuthToken at,
int planId)
throws java.rmi.RemoteException
java.rmi.RemoteException
void changeFTPPassword(AuthToken at,
java.lang.String newPassword)
throws java.rmi.RemoteException
java.rmi.RemoteException
double getTotalTrafficQuota(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
void changeTotalTrafficQuota(AuthToken at,
double size)
throws java.rmi.RemoteException
java.rmi.RemoteException
double getTotalTrafficUsage(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Calendar getTotalTrafficUsageFrom(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
double getTotalDiskUsage(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
double getTotalDiskQuota(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
void changeTotalDiskQuota(AuthToken at,
double size)
throws java.rmi.RemoteException
java.rmi.RemoteException
void changeBillingInfo(AuthToken at,
java.lang.String first_name,
java.lang.String last_name,
java.lang.String company,
java.lang.String address1,
java.lang.String address2,
java.lang.String city,
java.lang.String state,
java.lang.String state2,
java.lang.String postal_code,
java.lang.String country,
java.lang.String phone,
java.lang.String email)
throws java.rmi.RemoteException
java.rmi.RemoteException
void addAntiVirusResources(AuthToken at,
java.lang.String range)
throws java.rmi.RemoteException
at - - AuthTokenrange - - "mailbox" OR "all"
java.lang.Exception
java.rmi.RemoteException
void addAntiSpamResources(AuthToken at,
java.lang.String range)
throws java.rmi.RemoteException
at - - AuthTokenrange - - "mailbox" OR "all"
java.lang.Exception
java.rmi.RemoteException
void deleteAntiSpamResources(AuthToken at)
throws java.rmi.RemoteException
at - - AuthToken
java.lang.Exception
java.rmi.RemoteException
void deleteAntiVirusResources(AuthToken at)
throws java.rmi.RemoteException
at - - AuthToken
java.lang.Exception
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||