BEA Systems, Inc.

com.beasys.commerce.foundation.property
Interface SchemaManagerConstants

All Known Subinterfaces:
UserManagementConstants, UserManagerTagConstants

public interface SchemaManagerConstants

Constants used for using Schemas.


Field Summary
static java.lang.String APPLICATION_INIT_TYPE
          The constant for the CONTENT schema name.
static java.lang.String CATALOG_TYPE
          The constant for the CATALOG schema name.
static java.lang.String CONTENT_TYPE
          The constant for the CONTENT schema name.
static java.lang.String REQUEST_TYPE
          The constant for the REQUEST schema name.
static java.lang.String SCHEMA
          TODO: MOVE THIS to a more configurable place.
static java.lang.String[] SCHEMA_GROUPS
          Put all of the schema groups into an array for easier use.
static java.lang.String SESSION_TYPE
          The constant for the SESSION schema name.
static java.lang.String USER_TYPE
          The constant for the USER schema name.
 

Field Detail

SCHEMA

public static final java.lang.String SCHEMA
TODO: MOVE THIS to a more configurable place. Identifies the class for the Schema bean

USER_TYPE

public static final java.lang.String USER_TYPE
The constant for the USER schema name. This name is used to look up the schema home name in the commmerce.properties file. Example property, commerce.schemaGroupHomeName.USER=com.beasys.commerce.foundation.property.Schema

REQUEST_TYPE

public static final java.lang.String REQUEST_TYPE
The constant for the REQUEST schema name. This name is used to look up the schema home name in the commmerce.properties file. Example property, commerce.schemaGroupHomeName.REQUEST=com.beasys.commerce.foundation.property.Schema

SESSION_TYPE

public static final java.lang.String SESSION_TYPE
The constant for the SESSION schema name. This name is used to look up the schema home name in the commmerce.properties file. Example property, commerce.schemaGroupHomeName.SESSION=com.beasys.commerce.foundation.property.Schema

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
The constant for the CONTENT schema name. This name is used to look up the schema home name in the commmerce.properties file. Example property, commerce.schemaGroupHomeName.CONTENT=com.beasys.commerce.axiom.document.DocumentSchemaHome

CATALOG_TYPE

public static final java.lang.String CATALOG_TYPE
The constant for the CATALOG schema name. This name is used to look up the schema home name in the commmerce.properties file. Example property, commerce.schemaGroupHomeName.CATALOG=com.beasys.commerce.axiom.document.DocumentSchemaHome

APPLICATION_INIT_TYPE

public static final java.lang.String APPLICATION_INIT_TYPE
The constant for the CONTENT schema name. This name is used to look up the schema home name in the commmerce.properties file. Example property, commerce.schemaGroupHomeName.CONTENT=com.beasys.commerce.axiom.document.DocumentSchemaHome

SCHEMA_GROUPS

public static final java.lang.String[] SCHEMA_GROUPS
Put all of the schema groups into an array for easier use.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved