Package | Description |
---|---|
de.citunius.bbp.objects |
This package contains some Business Bot Platform objects.
|
de.citunius.businesslogicapi.common |
This package contains all common functions.
|
de.citunius.businesslogicapi.common.services |
This package contains all common services provided to the business logic.
|
Modifier and Type | Method and Description |
---|---|
MobileUserAccount |
ChatbotCallback.getMobileUserAccount() |
MobileUserAccount |
ChatbotTaskSchedule.getMobileUserAccount() |
MobileUserAccount |
MobileDevice.getMobileUserAccount() |
Modifier and Type | Method and Description |
---|---|
void |
ChatbotTaskSchedule.setMobileUserAccount(MobileUserAccount mobileUserAccount) |
void |
MobileDevice.setMobileUserAccount(MobileUserAccount mobileUserAccount) |
void |
ChatbotCallback.setMobileUserAccountId(MobileUserAccount mobileUserAccount) |
Constructor and Description |
---|
ChatbotCallback(int botId,
int businessBotPluginId,
boolean hasAnonymousUserAccount,
AnonymousUserAccount anonymousUserAccount,
boolean hasMobileUserAccount,
MobileUserAccount mobileUserAccount,
java.lang.String cronSchedule,
java.lang.String callbackMessage) |
ChatbotTaskSchedule(java.lang.String tenantId,
java.lang.String accountId,
int id,
java.lang.String botName,
int businessBotPluginId,
boolean hasAnonymousUserAccount,
AnonymousUserAccount anonymousUserAccount,
boolean hasMobileUserAccount,
MobileUserAccount mobileUserAccount,
java.lang.String jobName,
java.lang.String jobIdentityName,
java.lang.String jobIdentityGroup,
java.lang.String triggerIdentityName,
java.lang.String triggerIdentityGroup,
java.lang.String cronSchedule,
java.util.Date tsCreated,
java.util.Date tsUpdated,
java.lang.String callbackMessage) |
MobileDevice(java.lang.String tenantId,
java.lang.String accountId,
int id,
boolean isPrimaryDevice,
java.lang.String phoneNumber1,
java.lang.String phoneNumber2,
MobileUserAccount mobileUserAccount,
java.util.List<MobileApp> mobilApps,
MobileApp primaryMobileApp) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Utilities.getMobileAppSettingValue(java.lang.String parameter,
MobileUserAccount mobileUserAccount)
Get MobileAppSetting by MobileUserAccount
|
Modifier and Type | Method and Description |
---|---|
boolean |
CallbackService.scheduleCallback(java.lang.String cronSchedule,
boolean hasAnonymousUserAccount,
AnonymousUserAccount anonymousUserAccount,
boolean hasMobileUserAccount,
MobileUserAccount mobileUserAccount)
Call webservice to schedule a callback
|
boolean |
CallbackService.unregisterAllCallbacks(MobileUserAccount mobileUserAccount)
Call webservice to unregister all callbacks for this user
|
Copyright © 2019 Citunius GmbH. All Rights Reserved.