|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceKind | |
---|---|
com.sage.orion.sdata.servlet | |
com.sage.orion.sdata.servlet.accpac | |
com.sage.orion.sdata.servlet.swtservice |
Uses of ResourceKind in com.sage.orion.sdata.servlet |
---|
Classes in com.sage.orion.sdata.servlet that implement ResourceKind | |
---|---|
class |
JDBCResourceKind
An abstract class that handles generic functionalities in favor of it's implementors. |
class |
ResourceListResourceKind
Resource Kind that lists all the running resources on the system. |
Methods in com.sage.orion.sdata.servlet that return ResourceKind | |
---|---|
ResourceKind |
SystemResourcePool.checkOut(SDataRequest request,
java.lang.String authToken)
|
ResourceKind |
ResourceKindPool.checkOut(SDataRequest request,
java.lang.String authToken)
Checks a ResourceKind out of the pool. |
ResourceKind |
AbstractResourceFactory.createResource(java.lang.String resourceClassName,
ApplicationContext applicationContext,
ResourceContext context)
Creates an instance of the given resource. |
ResourceKind |
SDataResourceKindInfo.getResourceKind()
|
ResourceKind |
ResourceKindInfo.getResourceKind()
|
Methods in com.sage.orion.sdata.servlet with parameters of type ResourceKind | |
---|---|
void |
SystemResourcePool.checkIn(ResourceKind resourceKind,
SDataRequest request,
ResourceResponse response,
java.lang.RuntimeException exception)
|
void |
ResourceKindPool.checkIn(ResourceKind resourceKind,
SDataRequest request,
ResourceResponse response,
java.lang.RuntimeException exception)
Checks the ResourceKind back into the pool. |
Constructors in com.sage.orion.sdata.servlet with parameters of type ResourceKind | |
---|---|
ResourceKindInfo(java.lang.String userID,
java.lang.String userInstance,
ResourceKind resourceKind)
Constructor. |
Uses of ResourceKind in com.sage.orion.sdata.servlet.accpac |
---|
Classes in com.sage.orion.sdata.servlet.accpac that implement ResourceKind | |
---|---|
class |
ActiveApplicationResourceKind
|
class |
ASSessions
The ASSessions class implements the ResourceKind interface to provide
the SData resource asSessions. |
class |
ASUsers
The ASUsers class implements the ResourceKind interface to provide
the SData resource asUsers. |
class |
ASWhoAmI
The ASWhoAmI class implements the ResourceKind interface
to provide the SData resource asWhoAmI. |
class |
BaseResourceKind
An abstract class that provides for a base Accpac resource. |
class |
EchoResourceKind
A special resource kind that simply returns a previously returned response. |
class |
ExportResource
This resource kind handles retrieving an document that was previously exported. |
class |
FiscalYearResourceKind
|
class |
FullSchemaKind
The FullSchemaKind provides a ResourceKind specifically for
handling the full contract schema. |
class |
IntermediateResourceKind
the resource kind for Accpac intermediate URLs |
class |
LicenseStatusResourceKind
|
class |
MissingSessionKind
The MissingSessionKind class is a ResourceKind which handles
a request that has a stated session but the session is not present. |
class |
OrgsResourceKind
The OrgsResourceKind class implements the ResourceKind interface to
provide the SData resource Orgs. |
class |
PortletResourceKind
The PortletResourceKind class implements the ResourceKind interface
to provide the Accpac portlet resource(s) that are allowed to be accessed by
the signed-on user. |
class |
ServiceResourceKind
Deprecated. Use ViewResourceKind instead |
class |
SystemResourceKind
TODO: Fill in Javadoc for SystemResourceKind. |
class |
UICommonInfo
The UICommonInfo class implements the ResourceKind interface
to retrieve the common info that all Accpac UIs need. |
class |
ViewResourceKind
This class extends ViewCRUDResourceKind to handle the $service
requests. |
Methods in com.sage.orion.sdata.servlet.accpac that return ResourceKind | |
---|---|
ResourceKind |
SystemResourcePool.checkOut(SDataRequest request,
java.lang.String authToken)
|
ResourceKind |
MiscellaneousPool.checkOut(SDataRequest request,
java.lang.String authToken)
Checks a ResourceKind out of the pool. |
ResourceKind |
ResourceKindFactory.createResource(java.lang.String resourceClassName,
ApplicationContext applicationContext,
ResourceContext context)
Creates an instance of the given resource. |
Methods in com.sage.orion.sdata.servlet.accpac with parameters of type ResourceKind | |
---|---|
void |
SystemResourcePool.checkIn(ResourceKind resourceKind,
SDataRequest request,
ResourceResponse response,
java.lang.RuntimeException exception)
|
void |
MiscellaneousPool.checkIn(ResourceKind resourceKind,
SDataRequest request,
ResourceResponse response,
java.lang.RuntimeException exception)
Checks the ResourceKind back into the pool. |
Uses of ResourceKind in com.sage.orion.sdata.servlet.swtservice |
---|
Classes in com.sage.orion.sdata.servlet.swtservice that implement ResourceKind | |
---|---|
class |
AdhocQueryFileCategoryResourceKind
|
class |
AdhocQueryFileDefaultResouceKind
|
class |
AdhocQueryFileResourceKind
|
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 that return ResourceKind | |
---|---|
ResourceKind |
SystemResourcePool.checkOut(SDataRequest request,
java.lang.String authToken)
|
ResourceKind |
ResourceKindPoolImpl.checkOut(SDataRequest request,
java.lang.String authToken)
|
Methods in com.sage.orion.sdata.servlet.swtservice with parameters of type ResourceKind | |
---|---|
void |
SystemResourcePool.checkIn(ResourceKind resourceKind,
SDataRequest request,
ResourceResponse response,
java.lang.RuntimeException exception)
|
void |
ResourceKindPoolImpl.checkIn(ResourceKind resourceKind,
SDataRequest request,
ResourceResponse response,
java.lang.RuntimeException exception)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |