Uses of Class
com.Komunaldata.SmsGateway.SMSUser

Packages that use SMSUser
com.Komunaldata.SmsGateway   
 

Uses of SMSUser in com.Komunaldata.SmsGateway
 

Methods in com.Komunaldata.SmsGateway with parameters of type SMSUser
static deleteSmsResponse SmsGateway.deleteSmsInById(SMSUser user, java.lang.Integer smsId)
          Deleting a single incoming SMS by its ID.
static deleteSmsResponse SmsGateway.deleteSmsInById(SMSUser user, java.lang.Integer[] smsIdList)
          Deleting multiple incoming SMS-es by their ID.
static deleteSmsResponse SmsGateway.deleteSmsOutById(SMSUser user, java.lang.Integer smsId)
          Deleting a single outgoing SMS by its ID.
static deleteSmsResponse SmsGateway.deleteSmsOutById(SMSUser user, java.lang.Integer[] smsIdList)
          Deleting multiple outgoing SMS by its ID.
static getCreditResponse SmsGateway.getCreditAccount(SMSUser user, short accountId)
          Gets the credits available for a given account.
static getCreditResponse SmsGateway.getCreditUser(SMSUser user)
          Gets the credits available for the user.
static getModemsByAccountResponse SmsGateway.getModemsByAccount(SMSUser user, short accountId)
          Gets the dedicated modems belonging to a given account.
static getSmsInResponse SmsGateway.getSmsInByDedicatedAccount(SMSUser user)
          Gets all incoming SMS which is recieved by dedicated modem for the account the user is member of.
static getSmsInResponse SmsGateway.getSmsInByNonDedicatedAccount(SMSUser user)
          Gets all incoming SMS which is recieved by non-dedicated modem for the account the user is member of.
static getSmsInResponse SmsGateway.getSmsInByUser(SMSUser user)
          Gets all incoming SMS for the user.
static getSmsOutResponse SmsGateway.getSmsOutByAccount(SMSUser user, boolean listDeleted)
          Gets all outgoing SMS for the account which the user is member of.
static getSmsOutResponse SmsGateway.getSmsOutById(SMSUser user, java.lang.Integer sms_id)
          Gets a single outgoing SMS by its Id.
static getSmsOutResponse SmsGateway.getSmsOutByUser(SMSUser user, boolean listDeleted)
          Gets all outgoing SMS for the user.
static insertSmsResponse SmsGateway.insertSmsOutNormal(SMSUser user, java.lang.String text, java.lang.String bit, java.lang.String[] recipientList, java.lang.String[] wantedSenderPhones)
          Send SMS.
static insertSmsResponse SmsGateway.insertSmsOutNormal16BitWithTiming(SMSUser user, java.lang.String text, java.lang.String[] recipientList, java.lang.String[] wantedSenderPhones, java.util.Date sendingDate)
          Send 16bit coded SMS with timing.
static insertSmsResponse SmsGateway.insertSmsOutNormal7BitWithTiming(SMSUser user, java.lang.String text, java.lang.String[] recipientList, java.lang.String[] wantedSenderPhones, java.util.Date sendingDate)
          Send 7bit coded SMS with timing.