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 ofAnnouncementFileKey
and their respectingLabeledMediaFileResource
that represent the Announcement files for the Group.static java.util.List<AnnouncementFile>
ServiceProviderHelper. retrieveEnterpriseAnnouncements(BroadWorksProcess process, Enterprise enterprise)
Method to retrieveAnnouncementFile
associated with the Enterprise.static java.util.List<AnnouncementFile>
ServiceProviderHelper. retrieveServiceProviderAnnouncements(BroadWorksProcess process, AbstractServiceProviderInformation<?> information)
Method to retrieveAnnouncementFile
associated 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 TimesTenHelper
TimesTenHelper. 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.Connection
BroadWorksServer. getTimesTenConnection()
Returns theConnection
instance 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.Connection
AlpacaTimesTenConnectionManager. getConnection(java.lang.String hostName, java.lang.String DSN, int port, java.lang.String userId, java.lang.String password)
Retrieves aConnection
by retrieving an existingTimesTenDataSource
and opening a new connection if one has been created.static com.timesten.jdbc.TimesTenDataSource
AlpacaTimesTenConnectionManager. getDataSource(java.lang.String url)
Opens a new TimesTenDataSource with the provided TimesTen URL.