Uses of Class
co.ecg.alpaca.core.exception.HelperException
-
-
Uses of HelperException in co.ecg.alpaca.core.broadworks.framework
Methods in co.ecg.alpaca.core.broadworks.framework that throw HelperException Modifier and Type Method Description static void
DeviceHelper. addEndpointsToDevice(GenericProcess process, AccessDevice device, List<AccessDeviceUser> accessDeviceUsers)
Method to add a list of endpoints to a device.static void
ServiceHelper. authorizeAndAssignService(BroadWorksUser user, UserService service)
Authorizes and Assigns a UserService at the ServiceProvider, Group, and User level.static void
BusyLampFieldHelper. busyLampFieldMonitorUserForUserList(BroadWorksProcess broadWorksProcess, User toMonitor, HashMap<User,Integer> monitoringList)
Sets a User on the Busy Lamp Field monitoring list for a set of Users.static void
VoiceMessagingHelper. clearVoiceMailGreetings(User user)
Reset Voicemail Greetings on a User.static String
DeviceHelper. generateDevicePassword(BroadWorksServer broadWorksServer, String authenticationName)
generateDevicePassword.static String
CredentialsHelper. generatePasscode(int ascendingDigits, int descendingDigits, int repeatedDigits, Boolean disallowRepeatDigits, Boolean disableContiguous, Boolean disableRepeatPatterns, Boolean disableReversedUserNumber, String number, String extension, int passcodeTargetLength, int numAttempts)
generatePasscode.static String
CredentialsHelper. generatePassword(int minLength, boolean restrictMinDigits, int minDigits, boolean restrictMinLowerCase, int minLowerCase, boolean restrictMinUpperCase, int minUpperCase, boolean restrictMinNonAlpha, int minNonAlpha, int numAttempts, String... cannotContain)
generatePassword.static AuthenticationContainer
AuthenticationHelper. generatePasswordsForUser(User user, GroupInformation parentInformation, AbstractServiceProviderInformation serviceProviderInformation)
generatePasswordsForUser.static String
UserHelper. generateRandomGroupPassword(String userId, GroupInformation groupInformation)
generateRandomGroupPassword.static String
UserHelper. generateRandomGroupPassword(String userId, Group group)
Method to retrieve password rules for the specific group and then use those to create a randomized password that meets the BroadWorks requirements.static String
UserHelper. generateRandomPasscode(User user)
Method to retrieve passcode rules for the specific user and then use those to create a randomized passcode that meets the BroadWorks requirements.static String
UserHelper. generateRandomPasscode(User user, GroupInformation parentInformation, AbstractServiceProviderInformation serviceProviderInformation)
generateRandomPasscode.static String
UserHelper. generateRandomPasscode(String phoneNumber, String extension, Group group)
Method to retrieve passcode rules for the specified Group and then use those to create a randomized passcode that meets the BroadWorks requirements.static String
UserHelper. generateRandomServiceProviderPassword(String userId, ServiceProvider serviceProvider)
Method to retrieve password rules for the specific Service Provider and then use those to create a randomized password that meets the BroadWorks requirements.static String
UserHelper. generateRandomSIPPassword(String authenticationUserName, AbstractServiceProviderInformation<?> information)
static String
UserHelper. generateRandomSIPPassword(String authenticationUserName, ServiceProvider serviceProvider)
static String
UserHelper. generateRandomSIPPassword(String authenticationUserName, ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetResponse sipAuthenticationPasswordRulesGetResponse, BroadWorksServer broadWorksServer)
static String
UserHelper. generateRandomUserPassword(User user)
Method to create a randomly generated password for a User based on the Group password requirementsstatic AccessDevice
DeviceHelper. getAccessDeviceFromUser(User user)
Utility Method to retrieve the specific subclass AccessDevice from a Userstatic Map<String,String>
Tags. getAccessDeviceTagMap(AccessDevice accessDevice)
getAccessDeviceTagMap.static List<Group>
GroupHelper. getAllGroupsInSystem(BroadWorksServer bws)
Helper to retrieve all Groups within the BroadWorksSystemstatic List<ServiceProvider>
ServiceProviderHelper. getAllServiceProvidersInSystem(BroadWorksServer broadWorksServer)
Method to retrieve allServiceProvider
in the given BroadWorks Cluster.static List<User>
ServiceProviderHelper. getAllUsersInServiceProvider(ServiceProvider serviceProvider)
Retrieve the List of Users in a Service Providerstatic List<User>
UserHelper. getAllUsersInSystem(BroadWorksServer broadWorksServer)
Retrieves a list of all Users in the BroadWorks system.static <T extends BroadWorksUser>
List<T>ServiceHelper. getAllUsersWithService(BroadWorksServer bws, List<T> users, UserService service)
Populates a list of User objects using asynchronous calls to perform the population in an efficient mannerstatic List<User>
ServiceHelper. getAllUsersWithServicePack(BroadWorksServer bws, List<User> users, String servicePack)
static String
SystemHelper. getBroadWorksServerAddress(BroadWorksServer broadWorksServer)
Returns the server IP address of the primary BroadWorksServer.static Map<String,org.springframework.data.util.Pair<String,DeviceHelper.TagCompressionStatus>>
DeviceHelper. getCompressedTagList(GroupAccessDevice groupAccessDevice)
static BWSystem.SystemDeviceTypeGetResponse
DeviceHelper. getDeviceTypeResponseForDevice(AccessDevice device)
getDeviceTypeResponseForDevice.static com.github.zafarkhaja.semver.Version
DeviceHelper. getDeviceVersion(AccessDevice accessDevice)
Retrieves the semantic version of the Access Device.HashMap<User,Integer>
BusyLampFieldDataProvider. getMonitoringUsers(User user)
getMonitoringUsers.HashMap<User,Integer>
BusyLampFieldHelper. getMonitoringUsers(User user)
getMonitoringUsers.static AccessDeviceUser
DeviceHelper. getPrimaryAccessDeviceUser(GroupAccessDevice gad)
Helper Method to find the Primary Access Device User from a Group Access Device.static <R extends Response>
HashMap<User,R>UserHelper. getResponsePerUserMap(BroadWorksServer bws, List<User> users, Class<? extends Request<R>> request)
Runs a request for every user in a list.static HashMap<String,HashMap<String,List<UserService>>>
ServiceHelper. getServicePackToServiceMapForAllServiceProviders(BroadWorksServer broadWorksServer, List<ServiceProvider> serviceProviders)
Retrieves a Map of Service Provider ID -> Map of Service Pack -> Service Liststatic List<AccessDevice>
UserHelper. getUserAccessDeviceList(BroadWorksProcess broadWorksProcess, User user)
Retrieves the list of Access Devices for a given Userstatic List<String>
UserHelper. getUserAccessDeviceNames(BroadWorksProcess broadWorksProcess, User user)
Retrieves the list of Access Devices for a given Userstatic List<UserRegistration>
UserRegistrationHelper. getUserRegistrationList(User user)
RetrievesUserRegistration
collection for the givenUser
.static UserServices
UserHelper. getUserServicesForAllAssignedServices(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Retrieves a UserServices object populated with information from all services and service packs assigned to the User.static boolean
VoiceMessagingHelper. isVoiceMessagingActive(User user)
Checks if VoiceMessaging service is assigned and active for the Userstatic void
UserHelper. populateUserList(BroadWorksServer bws, List<User> users)
Populates a list of User objects using asynchronous calls to perform the population in an efficient mannerstatic List<AuthenticationContainer>
GroupHelper. randomizeAuthentication(Group group)
Randomizes the authentication username and password for all users of the given group.static List<AuthenticationContainer>
ServiceProviderHelper. randomizeAuthentication(ServiceProvider sp)
Randomizes the authentication username and password for all users of the given service provider.static String
AuthenticationHelper. randomizeUserAuthenticationPassword(User user)
Randomizes a User's Authentication Password by calling the generate method to create a BroadWorks compliant randomized password.static String
AuthenticationHelper. randomizeUserAuthenticationUsername(User user)
Randomizes a User's Authentication Username based on the configuration found in the Alpaca properties file.static void
DeviceFileHelper. rebuildAccessDeviceConfigurationFiles(BroadWorksProcess process, AccessDevice accessDevice)
Utility Method to rebuild an AccessDevice configuration files.static void
DeviceHelper. removeEndpointsFromDevice(AccessDevice device, List<AccessDeviceUser> accessDeviceUsers)
Method to remove endpoints from an AccessDevice.static String
Tags. replaceDeviceString(String string, AccessDevice accessDevice)
Replacement Method for Typical BroadWorks Device Flagsstatic void
DeviceHelper. resetAccessDevice(AccessDevice accessDevice)
Method to reset an AccessDevice on a User.static String
UserHelper. resetUserPasscode(User user)
Generates a random User passcode and sets the new value in BroadWorksstatic String
UserHelper. resetUserPassword(User user)
Generates a random User password and sets the new value in BroadWorksstatic List<AnnouncementFile>
GroupHelper. retrieveAnnouncementResourceList(BroadWorksProcess process, Group group)
Retrieves a map ofAnnouncementFileKey
and their respectingLabeledMediaFileResource
that represent the Announcement files for the Group.static List<DeviceFile>
DeviceFileHelper. retrieveDeviceFilesForDeviceTypeWithProfile(String deviceType, AccessDevice accessDevice, GenericProcess errorableProcess)
Retrieves the list of DeviceFiles for the provided Device Type.static List<AnnouncementFile>
ServiceProviderHelper. retrieveEnterpriseAnnouncements(BroadWorksProcess process, Enterprise enterprise)
Method to retrieveAnnouncementFile
associated with the Enterprise.static List<AnnouncementFile>
ServiceProviderHelper. retrieveServiceProviderAnnouncements(BroadWorksProcess process, AbstractServiceProviderInformation<?> information)
Method to retrieveAnnouncementFile
associated with the ServiceProvider.static AccessDevice
DeviceHelper. retrieveUserAccessDeviceSubtype(AccessDevice device, User user)
Helper Method to convert an AccessDevice to its more specific subtype.static boolean
ServiceHelper. serviceIsAssigned(User user, UserService service)
Checks if a UserService is assigned to a User.static void
AuthenticationHelper. setAuthenticationForUser(AuthenticationContainer authenticationContainer, BroadWorksObjectInformation information, GenericProcess errorableProcess)
setAuthenticationForUser.static void
DeviceFileHelper. uploadHTTPFile(AccessDevice accessDevice, DeviceFile deviceFile, BroadWorksProcess process)
uploadHTTPFile. -
Uses of HelperException in co.ecg.alpaca.core.broadworks.information
Constructors in co.ecg.alpaca.core.broadworks.information that throw HelperException Constructor Description AbstractInformationBuilder(BroadWorksProcess parentProcess, T object, Class<S> informationStepClass)
Constructor for AbstractInformationBuilder.AbstractServiceProviderInformationBuilder(BroadWorksProcess parentProcess, T serviceProvider, Class<E> buildStep)
Constructor for AbstractServiceProviderInformationBuilder.AccessDeviceInformationBuilder(BroadWorksProcess parentProcess, T accessDevice)
Constructor for AccessDeviceInformationBuilder.AutoAttendantInformationBuilder(BroadWorksProcess parentProcess, AutoAttendant user)
Constructor for AutoAttendantInformationBuilder.BroadWorksAnywherePortalInformationBuilder(BroadWorksProcess parentProcess, BroadWorksAnywherePortal user)
Constructor for BroadWorksAnywherePortalInformationBuilder.BroadWorksUserInformationBuilder(BroadWorksProcess parentProcess, T user, Class<E> buildStep)
Constructor for BroadWorksUserInformationBuilder.CallCenterInformationBuilder(BroadWorksProcess parentProcess, CallCenter user)
Constructor for CallCenterInformationBuilder.CollaborateBridgeInformationBuilder(BroadWorksProcess parentProcess, CollaborateBridge user)
Constructor for CollaborateBridgeInformationBuilder.EnterpriseInformationBuilder(BroadWorksProcess parentProcess, Enterprise enterprise)
Constructor for EnterpriseInformationBuilder.FindMeFollowMeInformationBuilder(BroadWorksProcess parentProcess, FindMeFollowMe user)
Constructor for FindMeFollowMeInformationBuilder.FlexibleSeatingHostInformationBuilder(BroadWorksProcess parentProcess, FlexibleSeatingHost user)
Constructor for FlexibleSeatingHostInformationBuilder.GroupInformationBuilder(BroadWorksProcess parentProcess, Group group)
Constructor for GroupInformationBuilder.GroupPagingInformationBuilder(BroadWorksProcess parentProcess, GroupPaging user)
Constructor for GroupPagingInformationBuilder.HuntGroupInformationBuilder(BroadWorksProcess parentProcess, HuntGroup user)
Constructor for HuntGroupInformationBuilder.InstantGroupCallInformationBuilder(BroadWorksProcess parentProcess, InstantGroupCall user)
Constructor for InstantGroupCallInformationBuilder.MeetMeConferencingBridgeInformationBuilder(BroadWorksProcess parentProcess, MeetMeConferencingBridge user)
Constructor for MeetMeConferencingBridgeInformationBuilder.RoutePointInformationBuilder(BroadWorksProcess parentProcess, RoutePoint user)
Constructor for RoutePointInformationBuilder.ServiceProviderInformationBuilder(BroadWorksProcess parentProcess, ServiceProvider serviceProvider)
Constructor for ServiceProviderInformationBuilder.UserInformationBuilder(BroadWorksProcess parentProcess, User user)
Constructor for UserInformationBuilder.VoiceXmlInformationBuilder(BroadWorksProcess parentProcess, VoiceXml user)
Constructor for VoiceXmlInformationBuilder. -
Uses of HelperException in co.ecg.alpaca.core.broadworks.migration
Methods in co.ecg.alpaca.core.broadworks.migration that throw HelperException Modifier and Type Method Description abstract List<EncumbranceError>
MigrationEncumbrances. checkAllEncumbrances()
Method to check the object for all possible encumbrances that prevent migrationabstract List<RequirementError>
MigrationRequirements. checkAllRequirements()
Method to check the object for all possible requirements that prevent migrationprotected void
AbstractCollectionMigration. setup(HashMap<O,I> inputInformations, HashMap<O,List<T>> transformations)
setup.protected void
AbstractMigration. setup(I inputInformation, BroadWorksServer destination, T... transformations)
setup.protected void
AbstractMigration. setup(I inputInformation, T... transformations)
setup.protected void
AbstractTypeMigration. setup(I inputInformation, T... transformations)
setup.Constructors in co.ecg.alpaca.core.broadworks.migration that throw HelperException Constructor Description AbstractCollectionMigration(BroadWorksProcess parentProcess, Class<S> buildStepClass)
Creates a new Abstract Collection Migration with the provided input BroadWorksObjects.AbstractDestroy(BroadWorksProcess parentProcess, O input, Class<E> stepClass)
Constructor for AbstractDestroy.AbstractImport(BroadWorksProcess parentProcess, T information, Class<S> buildStepClass)
Creates a new Object Import with the provided information -
Uses of HelperException in co.ecg.alpaca.core.broadworks.migration.device
Methods in co.ecg.alpaca.core.broadworks.migration.device that throw HelperException Modifier and Type Method Description void
AbstractDeviceImport. addDeviceFiles(String outputDeviceType, List<AlpacaProperties.Migration.DeviceFileMigrationRule> rules)
Performs the addition of device files that match the DeviceFileMigrationRulesvoid
AbstractDeviceImport. addOutputDevice()
Fires the DeviceAddRequest to create the output devicevoid
AbstractDeviceImport. addUsersToOutputDevice()
Adds the Users in the input AccessDeviceInformation to the OutputDevicevoid
GroupAccessDeviceMigration. checkMigrationValidity()
checkMigrationValidity.void
ServiceProviderAccessDeviceMigration. checkMigrationValidity()
checkMigrationValidity.void
SystemAccessDeviceMigration. checkMigrationValidity()
checkMigrationValidity.void
AbstractDeviceImport. checkRequirements(AccessDeviceInformation inputInformation, String newDeviceName, String newMacAddress, String newDeviceType)
Checks the if the MAC address for the Add Request is available for use.abstract void
AbstractDeviceImport. migrateDeviceFile(DeviceFile file)
Migrates device files based on the specific device sub-typevoid
GroupAccessDeviceImport. migrateDeviceFile(DeviceFile file)
Migrates device files based on the specific device sub-typevoid
ServiceProviderAccessDeviceImport. migrateDeviceFile(DeviceFile file)
Migrates device files based on the specific device sub-typevoid
SystemAccessDeviceImport. migrateDeviceFile(DeviceFile file)
Migrates device files based on the specific device sub-typevoid
AbstractDeviceDestroy. unassignInputUsers(List<AccessDeviceUser> accessDeviceUserList)
Removes the endpoints from the input deviceConstructors in co.ecg.alpaca.core.broadworks.migration.device that throw HelperException Constructor Description AbstractDeviceDestroy(BroadWorksProcess parentProcess, T accessDeviceInformation, Class<E> stepClass)
Constructor for AbstractDeviceDestroy.AbstractDeviceImport(BroadWorksProcess parentProcess, AccessDeviceInformation<T> information, Class<E> buildStepClass)
Creates a new Object Import with the provided informationAbstractDeviceMigration(BroadWorksProcess parentProcess, I input, Class<E> buildStepClass, GenericTransform<I,I>... transform)
GroupAccessDeviceDestroy(BroadWorksProcess parentProcess, GroupAccessDeviceInformation accessDeviceInformation)
Constructor for GroupAccessDeviceDestroy.GroupAccessDeviceImport(BroadWorksProcess parentProcess, AccessDeviceInformation<GroupAccessDevice> information)
Creates a new Object Import with the provided informationServiceProviderAccessDeviceDestroy(BroadWorksProcess parentProcess, ServiceProviderAccessDeviceInformation accessDeviceInformation)
Constructor for ServiceProviderAccessDeviceDestroy.ServiceProviderAccessDeviceImport(BroadWorksProcess parentProcess, AccessDeviceInformation<ServiceProviderAccessDevice> information)
Creates a new Object Import with the provided informationSystemAccessDeviceDestroy(BroadWorksProcess parentProcess, SystemAccessDeviceInformation accessDeviceInformation)
Constructor for SystemAccessDeviceDestroy.SystemAccessDeviceImport(BroadWorksProcess parentProcess, AccessDeviceInformation<SystemAccessDevice> information)
Creates a new Object Import with the provided information -
Uses of HelperException in co.ecg.alpaca.core.broadworks.migration.group
Methods in co.ecg.alpaca.core.broadworks.migration.group that throw HelperException Modifier and Type Method Description List<EncumbranceError>
GroupMigrationEncumbrances. checkAllEncumbrances()
Method to check the object for all possible encumbrances that prevent migrationList<RequirementError>
GroupCloneRequirements. checkAllRequirements()
Method to check a Group for all possible requirements that prevent cloning to the destination.List<RequirementError>
GroupMigrationRequirements. checkAllRequirements()
Method to check the object for all possible requirements that prevent migrationList<RequirementError>
GroupCloneRequirements. checkIds()
Method to check if Ids from the Source exist on the Destination.static List<EncumbranceError>
GroupToEnterpriseMigration. checkMigrationEncumbrances(BroadWorksProcess process, List<GroupInformation> newGroups, GroupInformation groupInformation, AbstractServiceProviderInformation<?> sourceParentInformation)
checkMigrationEncumbrances.static List<RequirementError>
GroupToEnterpriseMigration. checkMigrationRequirements(Group group, String destinationServiceProviderId, List<String> destinationGroupIds)
checkMigrationRequirements.void
GroupToEnterpriseMigration. checkMigrationValidity()
Checks the migration encumbrances and requirements.List<RequirementError>
GroupCloneRequirements. checkServiceLicensing()
Method to check and verify that the Destination BroadWorks Cluster has enough Service Licenses for a valid clone.List<RequirementError>
GroupCloneRequirements. checkUserLicenses()
Method to check and verify that the Destination BroadWorks Cluster has enough User Licenses for a valid clone.void
GroupImport. checkValidity(MigrationType type)
Check if the GroupImport meets the requirement checksConstructors in co.ecg.alpaca.core.broadworks.migration.group that throw HelperException Constructor Description GroupDestroy(BroadWorksProcess parentProcess, GroupInformation groupInformation)
Constructor for GroupDestroy.GroupImport(BroadWorksProcess parentProcess, GroupInformation information, T serviceProviderInformation)
Creates a new Object Import with the provided information -
Uses of HelperException in co.ecg.alpaca.core.broadworks.migration.serviceprovider
Methods in co.ecg.alpaca.core.broadworks.migration.serviceprovider that throw HelperException Modifier and Type Method Description List<EncumbranceError>
ServiceProviderMigrationEncumbrances. checkGroupEncumbrances()
Method to check the Group Encumbrances If one of the Groups within the Service Provder have limiting Encumbrances from this migration type then the Service Provider also has Encumbrances.List<RequirementError>
ServiceProviderMigrationRequirements. checkGroupIds()
Method to check the GroupID requirement.List<RequirementError>
ServiceProviderMigrationRequirements. checkGroupRequirements()
Method to check the Group Requirements If one of the Groups within the Service Provder have limiting Requirements from this migration type then the Service Provider also has Requirements.void
AbstractServiceProviderImport. checkMigrationValidity()
Check if the Import meets the requirement checksvoid
EnterpriseMigration. checkMigrationValidity()
Checks the migration encumbrances and requirements.void
ServiceProviderMigration. checkMigrationValidity()
Checks the migration encumbrances and requirements.Constructors in co.ecg.alpaca.core.broadworks.migration.serviceprovider that throw HelperException Constructor Description AbstractServiceProviderImport(BroadWorksProcess parentProcess, T information, Class<S> buildSteps)
Constructor for AbstractServiceProviderImport.EnterpriseImport(BroadWorksProcess parentProcess, EnterpriseInformation information)
Creates a new Object Import with the provided informationEnterpriseImport(BroadWorksProcess parentProcess, EnterpriseInformation information, boolean isRename)
ServiceProviderDestroy(BroadWorksProcess parentProcess, AbstractServiceProviderInformation<?> serviceProviderInformation)
Constructor for ServiceProviderDestroy.ServiceProviderImport(BroadWorksProcess parentProcess, ServiceProviderInformation information)
Creates a new Object Import with the provided informationServiceProviderImport(BroadWorksProcess parentProcess, ServiceProviderInformation information, boolean isRename)
-
Uses of HelperException in co.ecg.alpaca.core.broadworks.migration.user
Methods in co.ecg.alpaca.core.broadworks.migration.user that throw HelperException Modifier and Type Method Description protected void
BroadWorksUserImport. addCustomAnnouncements()
Adds the originalBroadWorksUser
's custom announcements to the newBroadWorksUser
List<EncumbranceError>
UserCollectionMigrationEncumbrances. checkAllEncumbrances()
Method to check a collection of Users for all possible encumbrances that prevent migrationList<EncumbranceError>
UserMigrationEncumbrances. checkAllEncumbrances()
Method to check the object for all possible encumbrances that prevent migrationList<RequirementError>
UserMigrationRequirements. checkAllRequirements()
Method to check the object for all possible requirements that prevent migrationList<EncumbranceError>
UserMigrationEncumbrances. checkBLFEncumbrance()
checkBLFEncumbrance.void
UserCollectionImport. checkMigrationValidity()
Method to check migration validity.List<EncumbranceError>
UserMigrationEncumbrances. checkMultiUserDeviceServiceProviderLevelEncumbrance()
Method to check the Single User Device Encumbrance If the User is assigned to an Identity/Device Profile, and this is a service provider-level resource, then the Identity/Device Profile must have only this one user assigned to it.List<EncumbranceError>
UserMigrationEncumbrances. checkSharedCallAppearanceEncumbrance()
Method to check the Shared Call Appearance Encumbrance From specification document - If the User has a Shared Call Appearance assignment on a Identity/Device Profile, and the Identity/Device Profile is a Group-Level resource, and if the Identity/Device Profile has any other User or Shared Call Appearance assigned to it, the User is not moved.CollaborateBridge
CollaborateBridgeImport. checkUserIdModification()
checkUserIdModification.String
CollaborateBridgeImport. getCollaborateBridgeDefaultId()
Helper method to retrieve the default collaborate bridge id for the groupConstructors in co.ecg.alpaca.core.broadworks.migration.user that throw HelperException Constructor Description UserCollectionMigration(BroadWorksProcess parentProcess, HashMap<User,UserInformation> inputInformations, GroupInformation destinationInformation, HashMap<User,List<UserMigrationTransform>> transformations)
Creates a new Abstract Collection Migration with the provided input BroadWorksObjects.UserDestroy(BroadWorksProcess parentProcess, UserInformation userInformation)
Constructor for UserDestroy. -
Uses of HelperException in co.ecg.alpaca.core.configs
Methods in co.ecg.alpaca.core.configs that throw HelperException Modifier and Type Method Description FSFileService
FileManagerConfig. getFSFileService(AlpacaProperties alpacaProperties)
FileManagerService
FileManagerConfig. getLongTermFileManager(AlpacaProperties alpacaProperties)
FileManagerService
FileManagerConfig. getTmpFileManager(AlpacaProperties alpacaProperties)
-
Uses of HelperException in co.ecg.alpaca.core.framework
Methods in co.ecg.alpaca.core.framework that throw HelperException Modifier and Type Method Description static com.google.gson.Gson
JSONUtils. getDeserializerGSON()
static com.google.gson.Gson
JSONUtils. getDeserializerGSON(BroadWorksServer broadWorksServer)
Retrieves a deserializer GSON object for standard deserialization of JSON to Alpaca Objectsstatic com.google.gson.Gson
JSONUtils. getDeserializerGSON(BroadWorksServer broadWorksServer, String sourceDefaultDomain, boolean isAdoptDestinationDefaultDomain)
Retrieves a deserializer GSON object for standard deserialization of JSON to Alpaca Objectsstatic <T extends BroadWorksObjectInformation>
TJSONUtils. inputBroadWorksInformation(Type type, FileReader fileReader, BroadWorksServer broadWorksServer)
Imports a BroadWorksObjectInformation class from the specified Filestatic <T extends BroadWorksObjectInformation>
voidJSONUtils. outputBroadWorksInformation(T information, FileWriter fileWriter)
Outputs a BroadWorksObjectInformation class as JSON to the specified FileOutputStreamConstructors in co.ecg.alpaca.core.framework that throw HelperException Constructor Description BroadWorksServerPostProcessor(BroadWorksServer broadWorksServer, String sourceDefaultDomain, boolean isAdoptDestinationDefaultDomain)
-
Uses of HelperException in co.ecg.alpaca.core.model
Methods in co.ecg.alpaca.core.model that throw HelperException Modifier and Type Method Description void
LogFileToken. appendAndSave(String logLine)
appendAndSave.String
AlpacaFileToken. getAbsolutePath()
File
AlpacaFileToken. getFile()
void
LogFileToken. initialize()
initialize.AlpacaFile
AlpacaFileToken. retrieve()
-
Uses of HelperException in co.ecg.alpaca.core.model.broadworks
Methods in co.ecg.alpaca.core.model.broadworks that throw HelperException Modifier and Type Method Description LabeledMediaFileResource
AnnouncementFile. getLabeledMediaFileResource()
Returns theLabeledMediaFileResource
that maps to this AnnouncementFile -
Uses of HelperException in co.ecg.alpaca.core.model.broadworks.user
Methods in co.ecg.alpaca.core.model.broadworks.user that throw HelperException Modifier and Type Method Description static UserGroupServiceInformation
UserGroupServiceInformation. getUserGroupServiceInformation(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Retrieves the list of Group Services information that can be configured for a specific User -
Uses of HelperException in co.ecg.alpaca.core.repositories
Methods in co.ecg.alpaca.core.repositories that throw HelperException Modifier and Type Method Description void
TimesTenHelper.PreparedStatementHandler. accept(PreparedStatement preparedStatement)
String
TimesTenHelper. getAnnouncementURL(Group group, String announcementName)
Method to get the URL for for a Group Announcement file.String
TimesTenHelper. getAnnouncementURL(BroadWorksUser user, String announcementName)
Method to get the URL for for a User Announcement file.String
TimesTenHelper. getCallCenterReportBrandingURIForEnterprise(Enterprise enterprise)
String
TimesTenHelper. getCallCenterReportBrandingURIForGroup(Group group)
String
TimesTenHelper. getCallCenterReportTemplateFileURIForEnterprise(String templateName, Enterprise enterprise)
String
TimesTenHelper. getCallCenterReportTemplateFileURIForGroup(String templateName, Group group)
String
TimesTenHelper. getEnterprisePreAlertingAnnouncementURL(Enterprise enterprise, String mediaType)
Method to retrieve the URL for anEnterprise
PreAlerting Announcement.String
TimesTenHelper. getServiceProviderAnswerConfirmationAnnouncementURL(ServiceProvider serviceProvider, String mediaType)
Method to retrieve the URL for aServiceProvider
Answer Confirmation AnnouncementString
TimesTenHelper. getServiceProviderVoicePortalBrandingVoiceMessagingGreetingAnnouncementURL(ServiceProvider serviceProvider, String mediaType)
getServiceProviderVoicePortalBrandingVoiceMessagingGreetingAnnouncementURL.String
TimesTenHelper. getServiceProviderVoicePortalBrandingVoicePortalGreetingAnnouncementURL(ServiceProvider serviceProvider, String mediaType)
getServiceProviderVoicePortalBrandingVoicePortalGreetingAnnouncementURL.void
TimesTenHelper. setCollaborateBridgeRoomId(String bridgeId, String userId, String roomName, CollaborateRoomType roomType)
Updates the TimesTen database to set the BridgeID to the desired value for the provided Collaborate Roomvoid
TimesTenHelper. setVoiceMessagingGroupMailServerCredentialsForUser(BroadWorksUser user, VM_MailServer mailServer)
setVoiceMessagingGroupMailServerCredentialsForUser.void
TimesTenHelper. setVoiceMessagingPersonalMailServerCredentialsForUser(BroadWorksUser user, VM_MailServer mailServer)
setVoiceMessagingPersonalMailServerCredentialsForUser. -
Uses of HelperException in co.ecg.alpaca.core.service
Methods in co.ecg.alpaca.core.service that throw HelperException Modifier and Type Method Description AlpacaFileToken
AlpacaArchiveService. addFileToArchive(AlpacaArchive alpacaArchive, String objectId, Serializable object)
default void
FileManagerService. checkValidity(AlpacaFileToken fileToken)
AlpacaFileToken
FileManagerService. create(String[] context, String fileName, byte[] data)
AlpacaFileToken
FileManagerService. create(String[] context, String fileName, InputStream inputStream)
AlpacaFileToken
FileManagerService. create(String[] context, String fileName, Object object)
AlpacaFileToken
FSFileService. create(String[] context, String fileName, byte[] data)
AlpacaFileToken
FSFileService. create(String[] context, String fileName, InputStream inputStream)
AlpacaFileToken
FSFileService. create(String[] context, String fileName, Object object)
AlpacaFileToken
S3FileService. create(String[] context, String fileName, byte[] data)
AlpacaFileToken
S3FileService. create(String[] context, String fileName, InputStream inputStream)
AlpacaFileToken
S3FileService. create(String[] context, String fileName, Object object)
AlpacaArchive
AlpacaArchiveService. createArchiveFromDirectory(String directory)
boolean
FileManagerService. delete(AlpacaFileToken fileToken)
boolean
FSFileService. delete(AlpacaFileToken fileToken)
boolean
S3FileService. delete(AlpacaFileToken fileToken)
boolean
FileManagerService. deleteContextDirectory(String... context)
boolean
FSFileService. deleteContextDirectory(String... context)
boolean
S3FileService. deleteContextDirectory(String... context)
<T extends BroadWorksObjectInformation>
TFileManagerService. deserialize(AlpacaFileToken fileToken, BroadWorksServer broadWorksServer)
<T extends BroadWorksObjectInformation>
TFSFileService. deserialize(AlpacaFileToken fileToken, BroadWorksServer broadWorksServer)
<T extends BroadWorksObjectInformation>
TS3FileService. deserialize(AlpacaFileToken fileToken, BroadWorksServer broadWorksServer)
List<Object>
AlpacaArchiveService. deserializeTypes(AlpacaArchive alpacaArchive, BroadWorksServer broadWorksServer)
AlpacaFileToken
AlpacaArchiveService. finalizeArchive(AlpacaArchive alpacaArchive)
AlpacaFile
FileManagerService. get(AlpacaFileToken fileToken)
AlpacaFile
FSFileService. get(AlpacaFileToken fileToken)
AlpacaFile
S3FileService. get(AlpacaFileToken fileToken)
String
FileManagerService. getAbsolutePath(AlpacaFileToken fileToken)
String
FSFileService. getAbsolutePath(AlpacaFileToken fileToken)
boolean
FileManagerService. save(AlpacaFileToken fileToken, byte[] data)
boolean
FileManagerService. save(AlpacaFileToken fileToken, Object data)
boolean
FSFileService. save(AlpacaFileToken fileToken, byte[] data)
boolean
FSFileService. save(AlpacaFileToken fileToken, Object object)
boolean
S3FileService. save(AlpacaFileToken fileToken, byte[] data)
boolean
S3FileService. save(AlpacaFileToken fileToken, Object object)
void
FileManagerService. setBaseDirectory(String... directory)
void
FSFileService. setBaseDirectory(String... directory)
void
S3FileService. setBaseDirectory(String... directory)
Constructors in co.ecg.alpaca.core.service that throw HelperException Constructor Description FSFileService(String subdirectory, AlpacaProperties alpacaProperties)
-