Uses of Class
co.ecg.alpaca.toolkit.exception.TimesTenException
-
Uses of TimesTenException in co.ecg.alpaca.core.broadworks.framework
Methods in co.ecg.alpaca.core.broadworks.framework that throw TimesTenException Modifier and Type Method Description static java.util.List<AnnouncementFile>GroupHelper. retrieveAnnouncementResourceList(BroadWorksProcess process, Group group)Retrieves a map ofAnnouncementFileKeyand their respectingLabeledMediaFileResourcethat represent the Announcement files for the Group.static java.util.List<AnnouncementFile>ServiceProviderHelper. retrieveEnterpriseAnnouncements(BroadWorksProcess process, Enterprise enterprise)Method to retrieveAnnouncementFileassociated with the Enterprise.static java.util.List<AnnouncementFile>ServiceProviderHelper. retrieveServiceProviderAnnouncements(BroadWorksProcess process, AbstractServiceProviderInformation<?> information)Method to retrieveAnnouncementFileassociated with the ServiceProvider.static org.apache.commons.lang3.tuple.Pair<java.util.List<java.lang.String>,java.lang.Integer>GroupHelper. validateAnnouncementFiles(BroadWorksProcess process, Group group)Method to verify that all announcement files within a Group can be retrieved. -
Uses of TimesTenException in co.ecg.alpaca.core.broadworks.migration.serviceprovider
Methods in co.ecg.alpaca.core.broadworks.migration.serviceprovider that throw TimesTenException Modifier and Type Method Description java.util.List<RequirementError>ServiceProviderMigrationRequirements. checkActivatableFeatures()checkActivatableFeatures. -
Uses of TimesTenException in co.ecg.alpaca.core.repositories
Methods in co.ecg.alpaca.core.repositories that throw TimesTenException Modifier and Type Method Description static TimesTenHelperTimesTenHelper. getTimesTenHelper(BroadWorksProcess broadWorksProcess) -
Uses of TimesTenException in co.ecg.alpaca.toolkit.model
Methods in co.ecg.alpaca.toolkit.model that throw TimesTenException Modifier and Type Method Description java.sql.ConnectionBroadWorksServer. getTimesTenConnection()Returns theConnectioninstance for this BroadWorksServer -
Uses of TimesTenException in co.ecg.alpaca.toolkit.timesten
Methods in co.ecg.alpaca.toolkit.timesten that throw TimesTenException Modifier and Type Method Description static java.sql.ConnectionAlpacaTimesTenConnectionManager. getConnection(java.lang.String hostName, java.lang.String DSN, int port, java.lang.String userId, java.lang.String password)Retrieves aConnectionby retrieving an existingTimesTenDataSourceand opening a new connection if one has been created.static com.timesten.jdbc.TimesTenDataSourceAlpacaTimesTenConnectionManager. getDataSource(java.lang.String url)Opens a new TimesTenDataSource with the provided TimesTen URL.