Uses of Class
org.silverpeas.components.mydb.model.MyDBConnectionInfo
Packages that use MyDBConnectionInfo
Package
Description
-
Uses of MyDBConnectionInfo in org.silverpeas.components.mydb.model
Methods in org.silverpeas.components.mydb.model that return MyDBConnectionInfoModifier and TypeMethodDescriptionMyDBConnectionInfo.withDataMaxNumber(int maxNumber) Sets the maximum number of data to select when requesting the data source and returns this connection information.MyDBConnectionInfo.withDataSourceName(String dataSourceName) Sets a new data source by its JNDI name to this connection info.MyDBConnectionInfo.withDefaultTableName(String tableName) Sets the default table to defaultTable from the database with this connection information and returns the latter.MyDBConnectionInfo.withLoginAndPassword(String login, String password) MyDBConnectionInfo.withoutAnyDefaultTable()Methods in org.silverpeas.components.mydb.model that return types with arguments of type MyDBConnectionInfoModifier and TypeMethodDescriptionMyDBConnectionInfoRepository.findByInstanceId(String instanceId) Finds all the connection information registered in the specified component instance.static List<MyDBConnectionInfo>MyDBConnectionInfo.getFromComponentInstance(String instanceId) Methods in org.silverpeas.components.mydb.model with parameters of type MyDBConnectionInfoModifier and TypeMethodDescriptionDbTable.defaultTable(MyDBConnectionInfo dsInfo) Loads the default table defined in the specifiedMyDBConnectionInfoinstance.DbTable.list(MyDBConnectionInfo dsInfo) Gets a listing of the names of all the business tables in the database.DbTable.table(String tableName, MyDBConnectionInfo dsInfo) Gets the table with the specified name from the database referenced by the given connection information. -
Uses of MyDBConnectionInfo in org.silverpeas.components.mydb.service
Methods in org.silverpeas.components.mydb.service that return types with arguments of type MyDBConnectionInfoModifier and TypeMethodDescriptionMyDBConnectionInfoService.getConnectionInfoList(String instanceId) Methods in org.silverpeas.components.mydb.service with parameters of type MyDBConnectionInfoModifier and TypeMethodDescriptionvoidMyDBConnectionInfoService.saveConnectionInfo(MyDBConnectionInfo connectionInfo) -
Uses of MyDBConnectionInfo in org.silverpeas.components.mydb.service.impl
Methods in org.silverpeas.components.mydb.service.impl that return types with arguments of type MyDBConnectionInfoModifier and TypeMethodDescriptionSimpleMyDBConnectionInfoService.getConnectionInfoList(String instanceId) Methods in org.silverpeas.components.mydb.service.impl with parameters of type MyDBConnectionInfoModifier and TypeMethodDescriptionvoidSimpleMyDBConnectionInfoService.saveConnectionInfo(MyDBConnectionInfo connectionInfo)