Uses of Class
esmska.data.SMS
-
Packages that use SMS Package Description esmska.data esmska.gui esmska.persistence esmska.transfer -
-
Uses of SMS in esmska.data
Methods in esmska.data that return SMS Modifier and Type Method Description SMSQueue. extractSMS(java.lang.String id, boolean remove)Extract all message fragments (according to ID) from the queue and join them into a full message.Methods in esmska.data that return types with arguments of type SMS Modifier and Type Method Description java.util.ArrayList<SMS>Envelope. generate()generate list of sms's to sendjava.util.List<SMS>Queue. getAll()Get all SMS in the queue.java.util.List<SMS>Queue. getAll(java.lang.String gatewayName)Get all SMS in the queue for specified gateway.java.util.List<SMS>Queue. getAllWithId(java.lang.String id)Get all SMS (fragments) in the queue with a specified ID.java.util.List<SMS>Queue. getAllWithStatus(SMS.Status status)Get a collection of SMS with particular status.java.util.List<SMS>Queue. getAllWithStatus(SMS.Status status, java.lang.String gatewayName)Get a collection of SMS with particular status and gateway.Methods in esmska.data with parameters of type SMS Modifier and Type Method Description booleanQueue. add(SMS sms)Add new SMS to the queue.booleanQueue. contains(SMS sms)Checks whether the SMS is in the queue.longQueue. getSMSDelay(SMS sms)Return current delay for specified sms.voidQueue. movePosition(SMS sms, int positionDelta)Move SMS in the queue to another position.booleanQueue. remove(SMS sms)Remove SMS from the queue.voidQueue. setSMSFailed(SMS sms)Mark SMS as failed during sending.voidQueue. setSMSSending(SMS sms)Mark SMS as currently being sent.voidQueue. setSMSSent(SMS sms)Mark the SMS as successfully sent.Method parameters in esmska.data with type arguments of type SMS Modifier and Type Method Description booleanQueue. addAll(java.util.Collection<SMS> collection)Add collection of new SMS to the queue.voidQueue. addValuedListener(ValuedListener<Queue.Events,SMS> valuedListener)voidQueue. removeValuedListener(ValuedListener<Queue.Events,SMS> valuedListener) -
Uses of SMS in esmska.gui
Methods in esmska.gui with parameters of type SMS Modifier and Type Method Description voidGatewayMessageFrame. addErrorMsg(SMS sms)Add a message about SMS sending errorvoidGatewayMessageFrame. addImageCodeMsg(SMS sms, java.awt.event.ActionListener callback)Add a message with a security image that needs to be recognizedprotected java.lang.StringGatewayMessage. extractRecipient(SMS sms)Extract recipient (name, number, gateway) from SMS and put it to an unified format, to be used in the task pane.java.lang.StringGatewayErrorMessage. getDescription(SMS sms)Get short description message of the problem mentioned in provided SMS.java.lang.StringGatewayErrorMessage. getHelp(SMS sms)Get help message related to the problem stored in the provided SMS.java.lang.StringGatewayErrorMessage. getThirdPartyDescription(SMS sms)Get the third-party problem description stored in the provided SMS.booleanGUIImageCodeResolver. resolveImageCode(SMS sms)This method must not be called from EDT.voidSMSPanel. setSMS(SMS sms)set sms to display and editGatewayMessageFrame.TaskPaneGatewayErrorMessage. showErrorMsg(SMS sms)Initialize this message to show an SMS errorGatewayMessageFrame.TaskPaneGatewayImageCodeMessage. showImageCodeMsg(SMS sms)Initialize this message to show an image code request messageMethod parameters in esmska.gui with type arguments of type SMS Modifier and Type Method Description voidQueuePanel. addValuedListener(ValuedListener<QueuePanel.Events,SMS> valuedListener)voidQueuePanel. removeValuedListener(ValuedListener<QueuePanel.Events,SMS> valuedListener) -
Uses of SMS in esmska.persistence
Methods in esmska.persistence that return types with arguments of type SMS Modifier and Type Method Description static java.util.ArrayList<SMS>ImportManager. importQueue(java.io.File file)Import sms queue from fileMethod parameters in esmska.persistence with type arguments of type SMS Modifier and Type Method Description static voidExportManager. exportQueue(java.util.Collection<SMS> queue, java.io.OutputStream out)Export sms queue -
Uses of SMS in esmska.transfer
Methods in esmska.transfer with parameters of type SMS Modifier and Type Method Description booleanDefaultImageCodeResolver. resolveImageCode(SMS sms)For description seeImageCodeResolver.resolveImageCode(esmska.data.SMS).booleanImageCodeResolver. resolveImageCode(SMS sms)Resolve security image and provide security code in textual form if possible.booleanGatewayInterpreter. sendMessage(SMS sms)Send a messageConstructors in esmska.transfer with parameters of type SMS Constructor Description GatewayExecutor(SMS sms)
-