Uses of Class
com.sage.orion.sdata.servlet.JDBCResourceKind

Packages that use JDBCResourceKind
com.sage.orion.sdata.servlet   
com.sage.orion.sdata.servlet.swtservice   
 

Uses of JDBCResourceKind in com.sage.orion.sdata.servlet
 

Methods in com.sage.orion.sdata.servlet with parameters of type JDBCResourceKind
static void JDBCHelper.appendSchema(org.w3c.dom.Element schema, JDBCResourceKind resourceKind)
          Appends the necessary meta data extracted from the underlying JDBC table to the schema element
 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.
static JDBCHelper.RequestPayloadProcessedInfo JDBCHelper.processPayLoadColumns(org.w3c.dom.Node recordNode, java.lang.String[] keyColumnNames, java.sql.ResultSetMetaData jdbcTableMetaData, java.lang.String jdbcTableName, JDBCResourceKind resourceKind)
          Processes the request payload of an insert (POST) or update (PUT) to gather the columns (properties) that were passed in via that payload and to generate some column-related parts of insert/uppdate SQL expressions.
 

Uses of JDBCResourceKind in com.sage.orion.sdata.servlet.swtservice
 

Subclasses of JDBCResourceKind in com.sage.orion.sdata.servlet.swtservice
 class LandingPageResourceKind
          The class is responsible for handling the landing page requests.
 class MockJDBCResourceKind
          This class handles the Mock JDBC Resource Kind request related to TestBinaryData table.
 class PagesResourceKind
          This class handles the Pages Resource Kind
 class PortletCategoriesResourceKind
          The PortletCategory resource kind handles all the information for a specific category - the id, caption and its parent.
 class PortletsAndCategoriesResourceKind
          The class is responsible for serving the portlets and categories feed, which contains only 1 entry.
 class ShortCutsResourceKind
          This class handles the Shortcuts Resource Kind
 class TestJDBCResourceKindImpl
          A test JDBC ResourceKind implementor which handles request for the DB table TSFLAT
 class UIContentResourceKind
          This class handles the UIContent Resource kind
 class UIDefinitionResourceKind
           This class is a special resource kind class for UI definitions.
 

Methods in com.sage.orion.sdata.servlet.swtservice with parameters of type JDBCResourceKind
 void SwtServiceAuthorizator.check(ApplicationContext applicationContext, SDataRequest request, JDBCResourceKind resourceKind, java.sql.Connection connection)
          Checks the privilege for manipulating the data of the ResourceKind.
static java.util.List<SwtServiceAuthorizator> AuthorizatorFinder.getAuthorizators(JDBCResourceKind resourceKind)
          Gets the authorizators for the resource kind.
static java.util.List<SwtServiceAuthorizator> AuthorizatorFinder.getAuthorizators(UserInfo user, JDBCResourceKind resourceKind)
          Gets the authorizators for the user to access the specific resource kind.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.