A C D E G I M R S

A

addUserDetails(EgurkhaUser) - Method in class com.egurkha.subscribermanagement.EgUserController
This method is used to add details of the user into the eGurkha system.It takes in user object as parameter.

C

connect(String, String, String) - Method in class com.egurkha.subscribermanagement.EgUserController
This method is used to establish a connection with the eGurkha ASPlite manager component which is responsible for the user manipulation in the eGurkha system.

D

d_user_reg_date - Variable in class com.egurkha.subscribermanagement.EgurkhaUser
 
d_user_valid_till - Variable in class com.egurkha.subscribermanagement.EgurkhaUser
 
disconnect() - Method in class com.egurkha.subscribermanagement.EgUserController
This method is used to reset the manager url and the connection with the ASPlite manager component.

E

EgurkhaUser - class com.egurkha.subscribermanagement.EgurkhaUser.
 
EgurkhaUser(String) - Constructor for class com.egurkha.subscribermanagement.EgurkhaUser
Allocates a new EgurkhaUser object.The user-name attribute of the EgurkhaUser is set.
EgurkhaUser(String, Date) - Constructor for class com.egurkha.subscribermanagement.EgurkhaUser
Allocates a new EgurkhaUser object.The attributes user-name and user-subscription-validity period of the EgurkhaUser are set.
EgurkhaUser(String, String, Date) - Constructor for class com.egurkha.subscribermanagement.EgurkhaUser
Allocates a new EgurkhaUser object.The attributes user-name,user- password and user-subscription-validity period of the EgurkhaUser are set.
EgurkhaUser(String, String, String, String, String, String, Date) - Constructor for class com.egurkha.subscribermanagement.EgurkhaUser
Allocates a new EgurkhaUser object.The attributes user-name,user- password,user-mailid,user-alarm-type,user-alarm-preference, user-alarm-mode and user-subscription-validity period of the EgurkhaUser are set.
EgUserController - class com.egurkha.subscribermanagement.EgUserController.
 
EgUserController() - Constructor for class com.egurkha.subscribermanagement.EgUserController
 

G

getUserAlarmMode() - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Returns user-alarm-mode attribute of the EgurkhaUser.
getUserAlarmPref() - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Returns user-alarm-preference attribute of the EgurkhaUser.
getUserAlarmType() - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Returns user-alarm-type attribute of the EgurkhaUser.
getUserMailId() - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Returns user-mailid of the EgurkhaUser.
getUserRegDate() - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Returns user-registration-date attribute of the EgurkhaUser.
getUserValidTill() - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Returns user-subscription-validity period attribute of the EgurkhaUser.

I

invalidateUser(EgurkhaUser) - Method in class com.egurkha.subscribermanagement.EgUserController
This method is used to invalidate an user in the eGurkha system.

M

modifyUserDetails(EgurkhaUser) - Method in class com.egurkha.subscribermanagement.EgUserController
This method is used to modify details of the user in the eGurkha system.It takes in user object as parameter.
modifyUserSubscription(EgurkhaUser) - Method in class com.egurkha.subscribermanagement.EgUserController
This method is used to modify subscription validity period of the user in the eGurkha system.It takes in user object as parameter.

R

removeUser(EgurkhaUser) - Method in class com.egurkha.subscribermanagement.EgUserController
This method is used to remove user from the eGurkha system.

S

s_user_alarm_mode - Variable in class com.egurkha.subscribermanagement.EgurkhaUser
 
s_user_alarm_pref - Variable in class com.egurkha.subscribermanagement.EgurkhaUser
 
s_user_alarm_type - Variable in class com.egurkha.subscribermanagement.EgurkhaUser
 
s_user_id - Variable in class com.egurkha.subscribermanagement.EgurkhaUser
 
s_user_mailid - Variable in class com.egurkha.subscribermanagement.EgurkhaUser
 
s_user_pass - Variable in class com.egurkha.subscribermanagement.EgurkhaUser
 
setUserAlarmMode(String) - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Sets the user-alarm-mode attribute of the EgurkhaUser.
setUserAlarmPref(String) - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Sets the user-alarm-preference attribute of the EgurkhaUser.
setUserAlarmType(String) - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Sets the user-alarm-type attribute of the EgurkhaUser.
setUserMailId(String) - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Sets the user-mailid attribute of the EgurkhaUser.
setUserPass(String) - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Sets the user-password attribute of the EgurkhaUser.
setUserRegDate(Date) - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Sets user-registration-date attribute of the EgurkhaUser It takes java.util.Date object as parameter.
setUserValidTill(Date) - Method in class com.egurkha.subscribermanagement.EgurkhaUser
Sets user-subscription-validity period attribute of the EgurkhaUser It takes java.util.Date object as parameter.

A C D E G I M R S