HomeSort by relevance Sort by last modified time
    Searched refs:getConnection (Results 1 - 25 of 65) sorted by null

1 2 3

  /website/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/xmlrpc/api/
CollectiveAPIHandler.java 58 return CollectiveDAO.fetch(getConnection(), collectiveId);
79 getConnection(), collectiveTypeId);
101 getConnection(), userName, new Date());
126 getConnection(), collectiveId, new Date(), scrollDirection,
CollectiveTypeAPIHandler.java 50 return CollectiveTypeDAO.list(getConnection());
70 getConnection(), collectiveTypeId);
ExportAPIHandler.java 49 return UserKeyDAO.getExport(getConnection());
SunidAPIHandler.java 103 getConnection(), AuthConfig.getSunEmployeeAgreementTypeId());
135 AgreementDAO.setAgreementStartDates(getConnection(),
138 AgreementDAO.setAgreementEndDates(getConnection(),
AuthSessionAPIHandler.java 116 return UserDAO.fetchByUserId(getConnection(), userId);
136 getConnection(), userId, new Date());
  /website/auth/AuthDb/src/org/opensolaris/auth/db/
DbDataSource.java 48 public Connection getConnection()
50 Connection c = pool.getConnection();
65 public Connection getConnection(String username, String password)
MiniConnectionPoolManager.java 42 * Thrown in {@link #getConnection()} when no free connection becomes available within <code>timeout</code> seconds.
97 public Connection getConnection() throws SQLException {
118 Connection conn = pconn.getConnection();
170 * issued by {@link #getConnection()} for which <code>Connection.close()</code>
  /website/oso/common/OsoDb/src/org/opensolaris/db/
DbDataSource.java 48 public Connection getConnection()
50 Connection c = pool.getConnection();
65 public Connection getConnection(String username, String password)
MiniConnectionPoolManager.java 51 * Thrown in {@link #getConnection()} when no free connection becomes available within <code>timeout</code> seconds.
128 public Connection getConnection() throws SQLException {
164 Connection conn = pconn.getConnection();
245 * issued by {@link #getConnection()} for which <code>Connection.close()</code>
  /website/portal/trunk/test/java/org/opensolaris/base/persistence/
AbstractPersistenceTestCase.java 72 placeholderConn = getConnection();
109 protected Connection getConnection() throws Exception {
114 Connection connection = DriverManager.getConnection("jdbc:hsqldb:.", "sa", ""); //NOPMD
  /website/oso/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/xmlrpc/api/
CollectiveTypeAPIHandler.java 52 getConnection(me));
76 UserToCollectiveTypeDAO.listByType(getConnection(me),
CollectiveAPIHandler.java 63 Collective c = CollectiveDAO.fetch(getConnection(me), collectiveId);
90 Collective c = CollectiveDAO.fetch(getConnection(me), i);
117 getConnection(me), collectiveTypeId);
144 getConnection(me), userName, DbDateTime.timezoneTime(), false);
171 getConnection(me), collectiveId, DbDateTime.timezoneTime(),
204 getConnection(me), collectiveId, relationshipTypeId,
237 CollectiveAndCollectiveTypeDAO.search(getConnection(me),
ExportAPIHandler.java 54 List<UserKeyExport> ukel = UserKeyDAO.listExported(getConnection(me),
73 UserDAO.getVanityEmailExport(getConnection(me));
UserAPIHandler.java 54 for (UserKey uk : UserKeyDAO.listByUserId(getConnection(me),
78 User u = UserDAO.fetchByUserName(getConnection(me), username);
AuthSessionAPIHandler.java 139 MidiUser u = UserDAO.fetchByUserId(getConnection(me), userId);
164 getConnection(me), userId, collectiveId,
191 UserCollectiveRelationshipDAO.listByUserId(getConnection(me),
SunidAPIHandler.java 107 getConnection(me), Config.getSunEmployeeAgreementTypeId());
141 AgreementDAO.setAgreementStarts(getConnection(me),
144 AgreementDAO.setAgreementEnds(getConnection(me),
155 auditor.save(getConnection(me));
  /website/oso/scm/console/ScmConsole/src/java/org/opensolaris/repo/webapp/xmlrpc/server/api/
RepositoryAPIHandler.java 54 RepositoryAndRepositoryTypeDao.fetch(getConnection(me),
77 List<Repository> list = RepositoryDao.list(getConnection(me));
  /website/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/xmlrpc/util/
DbHandler.java 41 protected Connection getConnection()
  /website/oso/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/xmlrpc/util/
DbHandler.java 43 protected Connection getConnection(String method)
  /website/oso/scm/console/ScmConsole/src/java/org/opensolaris/repo/webapp/xmlrpc/server/util/
DbHandler.java 43 protected Connection getConnection(String method)
  /website/portal/trunk/test/java/org/opensolaris/base/persistence/hibernate/
HibernateDaoTest.java 128 conn = getConnection();
171 conn = getConnection();
210 conn = getConnection();
233 conn = getConnection();
270 conn = getConnection();
295 conn = getConnection();
  /website/auth/AuthDb/src/org/opensolaris/auth/tonic/
TonicDBUpdater.java 108 Connection c = getConnection();
259 Connection c = getConnection();
324 Connection c = getConnection();
411 Connection c = getConnection();
514 private static Connection getConnection() throws DbException {
523 c = DriverManager.getConnection(dbConnectionString, dbProperties);
  /website/portal/trunk/lib/tonic-war/
jdbc2_0-stdext.jar 
  /website/oso/auth/AuthDb/src/org/opensolaris/auth/db/tonic/
TonicDBUpdater.java 149 Connection c = getConnection();
312 c = getConnection();
392 Connection c = getConnection();
456 Connection c = getConnection();
542 Connection c = getConnection();
598 Connection c = getConnection();
673 Connection c = getConnection();
779 Connection c = getConnection();
871 private static Connection getConnection() throws DbException {
880 c = DriverManager.getConnection(dbConnectionString, dbProperties)
    [all...]
  /website/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/stripes/
AuthActionBeanContext.java 48 return ds.getConnection();

Completed in 600 milliseconds

1 2 3