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 voidDeviceHelper. addEndpointsToDevice(GenericProcess process, AccessDevice device, List<AccessDeviceUser> accessDeviceUsers)Method to add a list of endpoints to a device.static voidServiceHelper. authorizeAndAssignService(BroadWorksUser user, UserService service)Authorizes and Assigns a UserService at the ServiceProvider, Group, and User level.static voidBusyLampFieldHelper. 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 voidVoiceMessagingHelper. clearVoiceMailGreetings(User user)Reset Voicemail Greetings on a User.static StringDeviceHelper. generateDevicePassword(BroadWorksServer broadWorksServer, String authenticationName)generateDevicePassword.static StringCredentialsHelper. 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 StringCredentialsHelper. 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 AuthenticationContainerAuthenticationHelper. generatePasswordsForUser(User user, GroupInformation parentInformation, AbstractServiceProviderInformation serviceProviderInformation)generatePasswordsForUser.static StringUserHelper. generateRandomGroupPassword(String userId, GroupInformation groupInformation)generateRandomGroupPassword.static StringUserHelper. 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 StringUserHelper. 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 StringUserHelper. generateRandomPasscode(User user, GroupInformation parentInformation, AbstractServiceProviderInformation serviceProviderInformation)generateRandomPasscode.static StringUserHelper. 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 StringUserHelper. 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 StringUserHelper. generateRandomSIPPassword(String authenticationUserName, AbstractServiceProviderInformation<?> information)static StringUserHelper. generateRandomSIPPassword(String authenticationUserName, ServiceProvider serviceProvider)static StringUserHelper. generateRandomSIPPassword(String authenticationUserName, ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetResponse sipAuthenticationPasswordRulesGetResponse, BroadWorksServer broadWorksServer)static StringUserHelper. generateRandomUserPassword(User user)Method to create a randomly generated password for a User based on the Group password requirementsstatic AccessDeviceDeviceHelper. 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 allServiceProviderin 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 StringSystemHelper. 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.SystemDeviceTypeGetResponseDeviceHelper. getDeviceTypeResponseForDevice(AccessDevice device)getDeviceTypeResponseForDevice.static com.github.zafarkhaja.semver.VersionDeviceHelper. 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 AccessDeviceUserDeviceHelper. 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)RetrievesUserRegistrationcollection for the givenUser.static UserServicesUserHelper. getUserServicesForAllAssignedServices(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Retrieves a UserServices object populated with information from all services and service packs assigned to the User.static booleanVoiceMessagingHelper. isVoiceMessagingActive(User user)Checks if VoiceMessaging service is assigned and active for the Userstatic voidUserHelper. 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 StringAuthenticationHelper. randomizeUserAuthenticationPassword(User user)Randomizes a User's Authentication Password by calling the generate method to create a BroadWorks compliant randomized password.static StringAuthenticationHelper. randomizeUserAuthenticationUsername(User user)Randomizes a User's Authentication Username based on the configuration found in the Alpaca properties file.static voidDeviceFileHelper. rebuildAccessDeviceConfigurationFiles(BroadWorksProcess process, AccessDevice accessDevice)Utility Method to rebuild an AccessDevice configuration files.static voidDeviceHelper. removeEndpointsFromDevice(AccessDevice device, List<AccessDeviceUser> accessDeviceUsers)Method to remove endpoints from an AccessDevice.static StringTags. replaceDeviceString(String string, AccessDevice accessDevice)Replacement Method for Typical BroadWorks Device Flagsstatic voidDeviceHelper. resetAccessDevice(AccessDevice accessDevice)Method to reset an AccessDevice on a User.static StringUserHelper. resetUserPasscode(User user)Generates a random User passcode and sets the new value in BroadWorksstatic StringUserHelper. 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 ofAnnouncementFileKeyand their respectingLabeledMediaFileResourcethat 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 retrieveAnnouncementFileassociated with the Enterprise.static List<AnnouncementFile>ServiceProviderHelper. retrieveServiceProviderAnnouncements(BroadWorksProcess process, AbstractServiceProviderInformation<?> information)Method to retrieveAnnouncementFileassociated with the ServiceProvider.static AccessDeviceDeviceHelper. retrieveUserAccessDeviceSubtype(AccessDevice device, User user)Helper Method to convert an AccessDevice to its more specific subtype.static booleanServiceHelper. serviceIsAssigned(User user, UserService service)Checks if a UserService is assigned to a User.static voidAuthenticationHelper. setAuthenticationForUser(AuthenticationContainer authenticationContainer, BroadWorksObjectInformation information, GenericProcess errorableProcess)setAuthenticationForUser.static voidDeviceFileHelper. 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 voidAbstractCollectionMigration. setup(HashMap<O,I> inputInformations, HashMap<O,List<T>> transformations)setup.protected voidAbstractMigration. setup(I inputInformation, BroadWorksServer destination, T... transformations)setup.protected voidAbstractMigration. setup(I inputInformation, T... transformations)setup.protected voidAbstractTypeMigration. 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 voidAbstractDeviceImport. addDeviceFiles(String outputDeviceType, List<AlpacaProperties.Migration.DeviceFileMigrationRule> rules)Performs the addition of device files that match the DeviceFileMigrationRulesvoidAbstractDeviceImport. addOutputDevice()Fires the DeviceAddRequest to create the output devicevoidAbstractDeviceImport. addUsersToOutputDevice()Adds the Users in the input AccessDeviceInformation to the OutputDevicevoidGroupAccessDeviceMigration. checkMigrationValidity()checkMigrationValidity.voidServiceProviderAccessDeviceMigration. checkMigrationValidity()checkMigrationValidity.voidSystemAccessDeviceMigration. checkMigrationValidity()checkMigrationValidity.voidAbstractDeviceImport. checkRequirements(AccessDeviceInformation inputInformation, String newDeviceName, String newMacAddress, String newDeviceType)Checks the if the MAC address for the Add Request is available for use.abstract voidAbstractDeviceImport. migrateDeviceFile(DeviceFile file)Migrates device files based on the specific device sub-typevoidGroupAccessDeviceImport. migrateDeviceFile(DeviceFile file)Migrates device files based on the specific device sub-typevoidServiceProviderAccessDeviceImport. migrateDeviceFile(DeviceFile file)Migrates device files based on the specific device sub-typevoidSystemAccessDeviceImport. migrateDeviceFile(DeviceFile file)Migrates device files based on the specific device sub-typevoidAbstractDeviceDestroy. 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.voidGroupToEnterpriseMigration. 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.voidGroupImport. 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.voidAbstractServiceProviderImport. checkMigrationValidity()Check if the Import meets the requirement checksvoidEnterpriseMigration. checkMigrationValidity()Checks the migration encumbrances and requirements.voidServiceProviderMigration. 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 voidBroadWorksUserImport. addCustomAnnouncements()Adds the originalBroadWorksUser's custom announcements to the newBroadWorksUserList<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.voidUserCollectionImport. 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.CollaborateBridgeCollaborateBridgeImport. checkUserIdModification()checkUserIdModification.StringCollaborateBridgeImport. 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 FSFileServiceFileManagerConfig. getFSFileService(AlpacaProperties alpacaProperties)FileManagerServiceFileManagerConfig. getLongTermFileManager(AlpacaProperties alpacaProperties)FileManagerServiceFileManagerConfig. 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.GsonJSONUtils. getDeserializerGSON()static com.google.gson.GsonJSONUtils. getDeserializerGSON(BroadWorksServer broadWorksServer)Retrieves a deserializer GSON object for standard deserialization of JSON to Alpaca Objectsstatic com.google.gson.GsonJSONUtils. 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 voidLogFileToken. appendAndSave(String logLine)appendAndSave.StringAlpacaFileToken. getAbsolutePath()FileAlpacaFileToken. getFile()voidLogFileToken. initialize()initialize.AlpacaFileAlpacaFileToken. 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 LabeledMediaFileResourceAnnouncementFile. getLabeledMediaFileResource()Returns theLabeledMediaFileResourcethat 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 UserGroupServiceInformationUserGroupServiceInformation. 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 voidTimesTenHelper.PreparedStatementHandler. accept(PreparedStatement preparedStatement)StringTimesTenHelper. getAnnouncementURL(Group group, String announcementName)Method to get the URL for for a Group Announcement file.StringTimesTenHelper. getAnnouncementURL(BroadWorksUser user, String announcementName)Method to get the URL for for a User Announcement file.StringTimesTenHelper. getCallCenterReportBrandingURIForEnterprise(Enterprise enterprise)StringTimesTenHelper. getCallCenterReportBrandingURIForGroup(Group group)StringTimesTenHelper. getCallCenterReportTemplateFileURIForEnterprise(String templateName, Enterprise enterprise)StringTimesTenHelper. getCallCenterReportTemplateFileURIForGroup(String templateName, Group group)StringTimesTenHelper. getEnterprisePreAlertingAnnouncementURL(Enterprise enterprise, String mediaType)Method to retrieve the URL for anEnterprisePreAlerting Announcement.StringTimesTenHelper. getServiceProviderAnswerConfirmationAnnouncementURL(ServiceProvider serviceProvider, String mediaType)Method to retrieve the URL for aServiceProviderAnswer Confirmation AnnouncementStringTimesTenHelper. getServiceProviderVoicePortalBrandingVoiceMessagingGreetingAnnouncementURL(ServiceProvider serviceProvider, String mediaType)getServiceProviderVoicePortalBrandingVoiceMessagingGreetingAnnouncementURL.StringTimesTenHelper. getServiceProviderVoicePortalBrandingVoicePortalGreetingAnnouncementURL(ServiceProvider serviceProvider, String mediaType)getServiceProviderVoicePortalBrandingVoicePortalGreetingAnnouncementURL.voidTimesTenHelper. 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 RoomvoidTimesTenHelper. setVoiceMessagingGroupMailServerCredentialsForUser(BroadWorksUser user, VM_MailServer mailServer)setVoiceMessagingGroupMailServerCredentialsForUser.voidTimesTenHelper. 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 AlpacaFileTokenAlpacaArchiveService. addFileToArchive(AlpacaArchive alpacaArchive, String objectId, Serializable object)default voidFileManagerService. checkValidity(AlpacaFileToken fileToken)AlpacaFileTokenFileManagerService. create(String[] context, String fileName, byte[] data)AlpacaFileTokenFileManagerService. create(String[] context, String fileName, InputStream inputStream)AlpacaFileTokenFileManagerService. create(String[] context, String fileName, Object object)AlpacaFileTokenFSFileService. create(String[] context, String fileName, byte[] data)AlpacaFileTokenFSFileService. create(String[] context, String fileName, InputStream inputStream)AlpacaFileTokenFSFileService. create(String[] context, String fileName, Object object)AlpacaFileTokenS3FileService. create(String[] context, String fileName, byte[] data)AlpacaFileTokenS3FileService. create(String[] context, String fileName, InputStream inputStream)AlpacaFileTokenS3FileService. create(String[] context, String fileName, Object object)AlpacaArchiveAlpacaArchiveService. createArchiveFromDirectory(String directory)booleanFileManagerService. delete(AlpacaFileToken fileToken)booleanFSFileService. delete(AlpacaFileToken fileToken)booleanS3FileService. delete(AlpacaFileToken fileToken)booleanFileManagerService. deleteContextDirectory(String... context)booleanFSFileService. deleteContextDirectory(String... context)booleanS3FileService. 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)AlpacaFileTokenAlpacaArchiveService. finalizeArchive(AlpacaArchive alpacaArchive)AlpacaFileFileManagerService. get(AlpacaFileToken fileToken)AlpacaFileFSFileService. get(AlpacaFileToken fileToken)AlpacaFileS3FileService. get(AlpacaFileToken fileToken)StringFileManagerService. getAbsolutePath(AlpacaFileToken fileToken)StringFSFileService. getAbsolutePath(AlpacaFileToken fileToken)booleanFileManagerService. save(AlpacaFileToken fileToken, byte[] data)booleanFileManagerService. save(AlpacaFileToken fileToken, Object data)booleanFSFileService. save(AlpacaFileToken fileToken, byte[] data)booleanFSFileService. save(AlpacaFileToken fileToken, Object object)booleanS3FileService. save(AlpacaFileToken fileToken, byte[] data)booleanS3FileService. save(AlpacaFileToken fileToken, Object object)voidFileManagerService. setBaseDirectory(String... directory)voidFSFileService. setBaseDirectory(String... directory)voidS3FileService. setBaseDirectory(String... directory)Constructors in co.ecg.alpaca.core.service that throw HelperException Constructor Description FSFileService(String subdirectory, AlpacaProperties alpacaProperties)
-