|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationContext | |
---|---|
com.sage.orion.sdata.servlet | |
com.sage.orion.sdata.servlet.swtservice |
Uses of ApplicationContext in com.sage.orion.sdata.servlet |
---|
Methods in com.sage.orion.sdata.servlet that return ApplicationContext | |
---|---|
protected ApplicationContext |
JDBCResourceKind.getApplicationContext()
Gets the ApplicationContext . |
Methods in com.sage.orion.sdata.servlet with parameters of type ApplicationContext | |
---|---|
void |
JDBCResourceKind.HTTPMethodsAuthorizator.check(ApplicationContext applicationContext,
SDataRequest request,
JDBCResourceKind resourceKind,
java.sql.Connection connection)
Checks the privilege for manipulating the data of the ResourceKind. |
void |
JDBCResourceKind.ResourceAuthorizator.check(ApplicationContext applicationContext,
SDataRequest request,
JDBCResourceKind resourceKind,
java.sql.Connection connection)
Checks the privilege for manipulating the data of the ResourceKind. |
void |
JDBCResourceKind.ResourceDataAuthorizator.check(ApplicationContext applicationContext,
SDataRequest request,
JDBCResourceKind resourceKind,
java.sql.Connection connection)
Checks the privilege for manipulating the data of the ResourceKind. |
protected void |
JDBCResourceKind.maintainTable(ApplicationContext context,
java.sql.Connection connection,
java.lang.String xmlFileName,
java.util.List<FieldDefinition> allTableFields,
java.lang.String defaultKeys,
java.lang.String defaultCompanyID)
maintain the database table used by this resource kind. |
Constructors in com.sage.orion.sdata.servlet with parameters of type ApplicationContext | |
---|---|
JDBCResourceKind(ApplicationContext applicationContext,
IConnectionPool connectionPool,
java.lang.String authToken)
Constructor |
Uses of ApplicationContext in com.sage.orion.sdata.servlet.swtservice |
---|
Fields in com.sage.orion.sdata.servlet.swtservice declared as ApplicationContext | |
---|---|
protected ApplicationContext |
AdhocQueryFileDefaultResouceKind.context
|
Methods in com.sage.orion.sdata.servlet.swtservice with parameters of type ApplicationContext | |
---|---|
void |
SwtServiceAuthorizator.check(ApplicationContext applicationContext,
SDataRequest request,
JDBCResourceKind resourceKind,
java.sql.Connection connection)
Checks the privilege for manipulating the data of the ResourceKind. |
protected static void |
UIContentResourceKind.doCreateTable(ApplicationContext context,
java.sql.Connection connection,
JDBCDatabaseType databaseType)
If table does not exist in the underlying database then create the table and populate it with data from UIContent xml files. |
protected static void |
PagesResourceKind.doCreateTable(ApplicationContext context,
java.sql.Connection connection,
JDBCDatabaseType databaseType)
|
protected void |
ShortCutsResourceKind.doCreateTable(java.lang.String companyID,
ApplicationContext context,
java.sql.Connection connection)
Creates the shortcuts database table if it doesn't exist yet. |
ConnectionPool |
ConnectionPools.getConnectionPool(ApplicationContext context,
SDataRequest request)
Gets |
static java.util.Map<java.lang.String,PortletCategories> |
PortletCategoriesResourceKind.getPortletCategories(ApplicationContext applicationContext)
Gets the unmodifiable map of lower-cased category IDs to raw PortletCategories objects (the naming is confusing, but each of
those objects really represents one portlet category) as loaded by JiBX
from the portletCategoriesMap.xml and optional portletCategoriesMap_*.xml
files. |
Constructors in com.sage.orion.sdata.servlet.swtservice with parameters of type ApplicationContext | |
---|---|
AdhocQueryFileCategoryResourceKind(ApplicationContext applicationContext)
|
|
AdhocQueryFileDefaultResouceKind(ApplicationContext applicationContext)
|
|
AdhocQueryFileResourceKind(ApplicationContext applicationContext)
|
|
ConnectionPool(ApplicationContext applicationContext)
Constructs an instance of the ConnectionPool class for those
tables that do not depend on the tenant id. |
|
ConnectionPool(ApplicationContext applicationContext,
java.lang.String tenant)
Constructs an instance of the ConnectionPool class for those
tables that do depend on the tenant id. |
|
LandingPageResourceKind(ApplicationContext context,
ConnectionPool connectionPool,
java.lang.String authToken)
Constructor. |
|
MockJDBCResourceKind(ApplicationContext applicationContext,
ConnectionPool connectionPool,
java.lang.String authToken)
Constructor |
|
PagesResourceKind(ApplicationContext applicationContext,
ConnectionPool connectionPool,
java.lang.String authToken)
Constructor |
|
PortletCategoriesResourceKind(ApplicationContext applicationContext,
IConnectionPool connectionPool,
java.lang.String authToken)
Constructor |
|
PortletsAndCategoriesResourceKind(ApplicationContext applicationContext,
ConnectionPool connectionPool,
java.lang.String authToken)
Constructor. |
|
ShortCutsResourceKind(java.lang.String companyID,
ApplicationContext applicationContext,
ConnectionPool connectionPool,
java.lang.String authToken)
Constructor |
|
TestJDBCResourceKindImpl(ApplicationContext context,
ConnectionPool connectionPool,
java.lang.String authToken)
Constructor |
|
UIContentResourceKind(ApplicationContext context,
ConnectionPool connectionPool,
java.lang.String authToken)
Constructor |
|
UIDefinitionResourceKind(ApplicationContext context,
ConnectionPool connectionPool,
java.lang.String authToken)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |