|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
null.
GET method.
POST method.
DomainDAO.hasChanged(String)
method
Criteria object for constructing relevant SQL.
InvalidPatternRuntimeException without detail message.
InvalidPatternRuntimeException with the specified detail message.
InvalidPatternRuntimeException with the specified detail message and the source exception.
JDBCRealm
and the DataSourceRealm,
in one class. MouldException with the specified detail message.
MouldException with the specified detail message.
MouldException with the specified detail message.
MouldException with the specified detail message.
MouldException with the specified detail message.
PatternGeneratorException without detail message.
PatternGeneratorException with the specified detail message.
PatternGeneratorException with the specified detail message and cause.
PatternGeneratorException with the specified cause.
MessageResources that reads message keys
and corresponding strings from named property resources in the same manner
that java.util.PropertyResourceBundle does. GET and POST methods.
Criteria object.
SourceDecomposerException without detail message.
SourceDecomposerException with the specified detail message.
try {
SyncSchema s = new SyncSchema();
s.setSourceDriverString("oracle.jdbc.driver.OracleDriver");
s.setSourceConnection("jdbc:oracle:thin:@xxx.com:1521:source");
s.setSourceUser("source");
s.setSourcePassword("test");
s.setSourceSchema("MySchema");
s.setTargetDriverString("oracle.jdbc.driver.OracleDriver");
s.setTargetConnection("jdbc:oracle:thin:@xxx.com:1521:target");
s.setTargetUser("target");
s.setTargetPassword("test");
s.setTargetSchema("MySchema");
s.setTableFilter("A%");
s.process();
Collection l = s.getTables();
for(Iterator i = l.iterator(); i.hasNext(); ) {
SyncSchema.Table t = (SyncSchema.Table) i.next();
System.out.println("Schema:" + t.getSchema() + ", Table:" + t.getName() + " (" + t.getType() + ") [" + SyncSchema.getSyncName(t.getSyncStatus()) + "]");
if(t.getFields() !- SyncSchema() -
Constructor for class org.jaffa.tools.database.SyncSchema
- Creates a new instance of SyncSchema
- SyncSchema.Field - class org.jaffa.tools.database.SyncSchema.Field.
- Java bean to store Field information for
- SyncSchema.Field() -
Constructor for class org.jaffa.tools.database.SyncSchema.Field
-
- SyncSchema.Table - class org.jaffa.tools.database.SyncSchema.Table.
- Java bean to store Table information
- SyncSchema.Table() -
Constructor for class org.jaffa.tools.database.SyncSchema.Table
-
- save() -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- This will write out each of the TableBean objects to an XML based domain object
file.
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectFinder
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectFinder_1
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectFinder_2
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectLookup
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectLookup_1
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectLookup_2
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectMaintenance
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectMaintenance_1
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectMaintenance_2
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectViewer
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectViewer_1
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in class org.jaffa.tools.patternmetaengine.BuildObjectViewer_2
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
- save() -
Method in interface org.jaffa.tools.patternmetaengine.IBuilder
- Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the buildPhase1() and buildPhase2() methods have
already been called!
- saveToken(FormKey) -
Method in class org.jaffa.presentation.portlet.ActionBase
- Save a new transaction token in the component.
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl.ParamTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.DesktopMenuImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.GlobalMenuImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.GlobalMenuTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.MenuOptionImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.SubMenuImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl.UrlTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ConfLocationImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ConnectionFactoryImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DirLocImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.HitlistSizeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.InitImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.InitTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.JdbcSecurityPluginImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ParamImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.PreloadClassImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.PreloadImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.UsePreparedStatementImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentsImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentsTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.MandatoryFunctionImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.OptionalFunctionImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridColumnSettingsImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridSettingsImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridSettingsTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionsImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionsTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.ExcludeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.GrantFunctionAccessImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.IncludeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RoleImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RolesImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RolesTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LoadTestingImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LoadTestingTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LogOnImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UnitTestImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UnitTestsImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UserImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UsersImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.AppBuilderImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.AppBuilderTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- serializeAttributeBodies(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ModuleImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl.ParamTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.DesktopMenuImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.GlobalMenuImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.GlobalMenuTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.MenuOptionImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.SubMenuImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl.UrlTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ConfLocationImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ConnectionFactoryImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DirLocImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.HitlistSizeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.InitImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.InitTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.JdbcSecurityPluginImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ParamImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.PreloadClassImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.PreloadImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.UsePreparedStatementImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentsImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentsTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.MandatoryFunctionImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.OptionalFunctionImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridColumnSettingsImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridSettingsImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridSettingsTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionsImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionsTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.ExcludeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.GrantFunctionAccessImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.IncludeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RoleImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RolesImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RolesTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LoadTestingImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LoadTestingTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LogOnImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UnitTestImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UnitTestsImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UserImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UsersImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.AppBuilderImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.AppBuilderTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- serializeAttributes(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ModuleImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl.ParamTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.DesktopMenuImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.GlobalMenuImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.GlobalMenuTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.MenuOptionImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.SubMenuImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl.UrlTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ConfLocationImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ConnectionFactoryImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DirLocImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.HitlistSizeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.InitImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.InitTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.JdbcSecurityPluginImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ParamImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.PreloadClassImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.PreloadImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.UsePreparedStatementImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentsImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentsTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.MandatoryFunctionImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.OptionalFunctionImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridColumnSettingsImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridSettingsImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridSettingsTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionsImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionsTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.ExcludeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.GrantFunctionAccessImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.IncludeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RoleImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RolesImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.security.securityrolesdomain.impl.RolesTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LoadTestingImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LoadTestingTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.LogOnImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UnitTestImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UnitTestsImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UserImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.loadtest.domain.impl.UsersImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.AppBuilderImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.AppBuilderTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- serializeElements(XMLSerializer) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ModuleImpl
-
- setAlign(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableTag
- Setter for the attribute align.
- setAllExpanded() -
Method in class org.jaffa.presentation.portlet.widgets.model.TreeModel
- Sets all the nodes to be expanded.
- setAppName(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property appName.
- setAppName(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.AppBuilderType
-
- setAppName(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.AppBuilderTypeImpl
-
- setAppObject(PreparedStatement, int, Object, String, String) -
Static method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.DataTranslator
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.BlobTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.BooleanAsBitTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.BooleanAsStringTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.BooleanTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.ClobTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.CurrencyTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.DateOnlyTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.DateTimeTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.DecimalTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.IntegerTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.LongRawTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.LongStringTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.NullTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.RawTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.StringTypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppObject(PreparedStatement, int, Object, String) -
Method in class org.jaffa.persistence.engines.jdbcengine.querygenerator.TypeDefs.TypeDefinition
- Sets a parameter in the PreparedStatement.
- setAppendBeginMarker(String) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Setter for property appendBeginMarker.
- setAppendCodeAndDescription(boolean) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Setter for property appendCodeAndDescription.
- setAppendEndMarker(String) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Setter for property appendEndMarker.
- setAppendFinal(boolean) -
Method in interface org.jaffa.components.navigation.domain.UrlAction.UrlType
-
- setAppendFinal(boolean) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl.UrlTypeImpl
-
- setApplicationName(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setApplicationName(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setArg0(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Setter for the attribute arg0.
- setArg1(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Setter for the attribute arg1.
- setArg2(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Setter for the attribute arg2.
- setArg3(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Setter for the attribute arg3.
- setArg4(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Setter for the attribute arg4.
- setAttribute(Object, Object) -
Method in class org.jaffa.util.Node
- Adds an attribute.
- setAttributes(Map) -
Method in class org.jaffa.util.Node
- Setter for property attributes.
- setAutoTabTo(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute autoTabTo.
- setBatchSize(BigInteger) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setBatchSize(BigInteger) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setBold(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DateTimeTag
- Setter for the attribute bold.
- setBold(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute bold.
- setBypassCriteriaScreen(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LookupTag
- Setter for the attribute bypassCriteriaScreen.
- setCaseType(String) -
Method in class org.jaffa.rules.fieldvalidators.StringFieldValidator
- Setter for property caseType.
- setCatalog(String) -
Method in class org.jaffa.tools.database.SyncSchema.Table
- Setter for property catalog.
- setChanges(String) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property changes.
- setClassExtn(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute classExtn.
- setClassName(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.ClassMetaData
- Set the classname property of this meta data object.
- setClassName(String) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.ConnectionFactory
-
- setClassName(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ConnectionFactoryImpl
-
- setClassName(String) -
Method in interface org.jaffa.presentation.portlet.component.componentdomain.Component
-
- setClassName(String) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentImpl
-
- setClassName(String) -
Method in class org.jaffa.rules.metadata.ClassMetaData
- Setter for property className.
- setClassName(String) -
Method in class org.jaffa.rules.metadata.FieldValidatorMetaData
- Setter for property className.
- setClassName(String) -
Method in interface org.jaffa.tools.loadtest.domain.LogOn
-
- setClassName(String) -
Method in interface org.jaffa.tools.loadtest.domain.UnitTest
-
- setClassName(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.LogOnImpl
-
- setClassName(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.UnitTestImpl
-
- setClassOverride(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute classOverride.
- setClosed(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.FoldingSectionTag
-
- setCode(String) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Setter for property code.
- setCode(Object) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperOutCodeDto
- Setter for property code.
- setCode(String) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperOutElementDto
- Setter for property code.
- setCodeFieldName(String) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Setter for property codeFieldName.
- setCodeHelperInElementDto(CodeHelperInElementDto, int) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInDto
- Add a codeHelperInElementDto at the specified position in the list
- setCodeHelperInElementDtos(CodeHelperInElementDto[]) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInDto
- Recreate the internal list with the input array of codeHelperInElementDto
- setCodeHelperOutCodeDto(CodeHelperOutCodeDto, int) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperOutElementDto
- Add a codeHelperOutCodeDto at the specified position in the list
- setCodeHelperOutCodeDtos(CodeHelperOutCodeDto[]) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperOutElementDto
- Recreate the internal list with the input array of codeHelperOutCodeDto
- setCodeHelperOutElementDto(CodeHelperOutElementDto, int) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperOutDto
- Add a codeHelperOutElementDto at the specified position in the list
- setCodeHelperOutElementDtos(CodeHelperOutElementDto[]) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperOutDto
- Recreate the internal list with the input array of codeHelperOutElementDto
- setColSize(int) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property colSize.
- setColor(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute color.
- setColumn(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableColumnTag
- Setter for the attribute column.
- setColumns(int) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DateTimeTag
- Setter for the attribute columns.
- setColumns(int) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute columns.
- setComments(String, String) -
Method in class org.jaffa.util.ListProperties
- Sets the comments for the property.
- setCompURL(String) -
Method in class org.jaffa.components.menu.Option
- Getter for property CompURL - link to be executed for the option.
- setComponent(Component) -
Method in class org.jaffa.presentation.portlet.FormBase
- Sets the Component for the Form
- setComponent(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LookupTag
- Setter for the attribute component.
- setComponentAction(ComponentAction) -
Method in interface org.jaffa.components.navigation.domain.MenuOption
-
- setComponentAction(ComponentAction) -
Method in class org.jaffa.components.navigation.domain.impl.MenuOptionImpl
-
- setComponentClass(String) -
Method in class org.jaffa.presentation.portlet.component.ComponentDefinition
- Setter for property componentClass.
- setComponentListWV(String) -
Method in class org.jaffa.presentation.portlet.session.ui.ComponentDetailsForm
-
- setComponentListWV(String) -
Method in class org.jaffa.presentation.portlet.session.ui.ComponentExplorerForm
-
- setComponentName(String) -
Method in interface org.jaffa.components.navigation.domain.ComponentAction
-
- setComponentName(String) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl
-
- setComponentName(String) -
Method in class org.jaffa.presentation.portlet.component.ComponentDefinition
- Setter for property componentName.
- setComponentType(String) -
Method in class org.jaffa.presentation.portlet.component.ComponentDefinition
- Setter for property componentType.
- setConfLocation(ConfLocation) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.InitType
-
- setConfLocation(ConfLocation) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.InitTypeImpl
-
- setConfirm(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute confirm.
- setConnectionFactory(ConnectionFactory) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.Database
-
- setConnectionFactory(ConnectionFactory) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- setConnectionName(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the username to use to connect to the database.
- setConnectionPassword(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the password to use to connect to the database.
- setConnectionURL(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the URL to use to connect to the database.
- setConsolidatedCriteriaAndResults(Boolean) -
Method in class org.jaffa.components.finder.FinderComponent2
- Setter for property consolidatedCriteriaAndResults.
- setContainerFormKey(FormKey) -
Method in class org.jaffa.presentation.portlet.component.Component
- Setter for property containerFormKey.
- setContainerFormKey(FormKey) -
Method in interface org.jaffa.presentation.portlet.component.IComponent
- Setter for property containerFormKey.
- setContents(String) -
Method in class org.jaffa.tools.common.SourceDecomposer.GuardedBlock
- Sets the contents.
- setContents(String) -
Method in class org.jaffa.tools.common.SourceDecomposer.GuardedBorder
- Sets the contents.
- setContents(String) -
Method in class org.jaffa.tools.common.SourceDecomposer.PlainText
- Sets the contents.
- setContexts(HttpServletRequest) -
Method in class org.jaffa.presentation.portlet.PortletFilter
- Sets the LocaleContext and the VariationContext.
- setCriteria(CriteriaField) -
Method in class org.jaffa.components.codehelper.dto.CriteriaElementDto
- Setter for property criteria.
- setCriteriaField(CriteriaElementDto, int) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Add a criteriaField at the specified position in the list
- setCriteriaFields(CriteriaElementDto[]) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Recreate the internal list with the input array of criteriaField
- setCssClass(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridTag
- Setter for the attribute field.
- setCssUrl(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridTag
- Setter for the attribute field.
- setCurrentScreenCounter(int) -
Method in class org.jaffa.components.maint.MaintComponent2
- Setter for property currentScreenCounter.
- setCurrentScreenCounter(int) -
Method in class org.jaffa.components.maint.MaintForm
- Setter for property currentScreenCounter.
- setDataSourceName(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the name of the JNDI JDBC DataSource.
- setDataType(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridColumnTag
- Setter for the attribute dataType.
- setDataType(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridColumnTag
- setter for the attribute DataType
- setDataType(short) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property dataType.
- setDataTypeName(String) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property dataTypeName.
- setDatabaseOccurence(boolean) -
Method in interface org.jaffa.persistence.IPersistent
- Set the database status of this object.
- setDatabaseOccurence(boolean) -
Method in class org.jaffa.persistence.Persistent
- Set the database status of this object.
- setDateOnly(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DateTimeTag
- Setter for the attribute dateOnly.
- setDebugLevel(Integer) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property debugLevel.
- setDefImage(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ImageTag
- Setter for the attribute defImage.
- setDefaultValue(String) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property defaultValue.
- setDescription(Object) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperOutCodeDto
- Setter for property description.
- setDescription(String) -
Method in class org.jaffa.components.menu.Group
- Setter for property Description
- setDescription(String) -
Method in interface org.jaffa.presentation.portlet.component.componentdomain.Component
-
- setDescription(String) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentImpl
-
- setDescription(String) -
Method in class org.jaffa.rules.examples.domain.ValidFieldValue
- Use this method to update the property description.
- setDescription(String) -
Method in class org.jaffa.rules.metadata.FieldValidatorMetaData
- Setter for property description.
- setDescription(String) -
Method in interface org.jaffa.security.businessfunctionsdomain.BusinessFunction
-
- setDescription(String) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionImpl
-
- setDescription(String) -
Method in interface org.jaffa.security.securityrolesdomain.Role
-
- setDescription(String) -
Method in class org.jaffa.security.securityrolesdomain.impl.RoleImpl
-
- setDescription(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property description.
- setDescription(String) -
Method in class org.jaffa.tools.domainmeta.common.TableBean
- Setter for property description.
- setDescription(String) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setDescription(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setDescriptionFieldName(String) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Setter for property descriptionFieldName.
- setDesktopMenu(DesktopMenu) -
Method in interface org.jaffa.components.navigation.domain.MenuOption
-
- setDesktopMenu(DesktopMenu) -
Method in class org.jaffa.components.navigation.domain.impl.MenuOptionImpl
-
- setDetail(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute detail.
- setDetail(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridTag
- Setter for the attribute detail.
- setDetail(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableTag
- Setter for the attribute detail.
- setDetail(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
- setter for the attribute detail
- setDir(String) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.DirLoc
-
- setDir(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DirLocImpl
-
- setDir(String) -
Method in class org.jaffa.tools.build.ant.ConfigFileUpdateAntTask
-
- setDisableHyperlink(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Setter for the attribute disableHyperlink.
- setDisplayOnly(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.CheckBoxTag
- Setter for the attribute displayOnly.
- setDisplayOnly(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridTag
- Setter for the attribute field.
- setDisplayResultsScreen(Boolean) -
Method in class org.jaffa.components.finder.FinderComponent
- Deprecated. Setter for property displayResultsScreen.
- setDisplayResultsScreen(Boolean) -
Method in class org.jaffa.components.finder.FinderComponent2
- Setter for property displayResultsScreen.
- setDomain(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Setter for the attribute domain.
- setDomain(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Setter for the attribute domain.
- setDomainClass(String) -
Method in class org.jaffa.rules.fieldvalidators.ForeignKeyFieldValidator
- Setter for property domainClass.
- setDomainClassName(String) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInElementDto
- Setter for property domainClassName.
- setDomainClassName(String) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperOutElementDto
- Setter for property domainClassName.
- setDomainClassName(String) -
Method in class org.jaffa.components.voucher.SimpleVoucherGenerator
- Setter for property domainClassName.
- setDomainClassName(String) -
Method in class org.jaffa.rules.fieldvalidators.GenericForeignKeyFieldValidator
- Setter for property domainClassName.
- setDomainField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Setter for the attribute domainField.
- setDomainName(String) -
Method in class org.jaffa.tools.domainmeta.common.TableBean
- Setter for property domainName.
- setDomainPackage(String) -
Method in class org.jaffa.tools.domainmeta.common.TableBean
- Setter for property domainPackage.
- setDriverClass(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property driverClass.
- setDriverClass(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property driverClass.
- setDriverName(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the JDBC driver that will be used.
- setDynamicParameters(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LookupTag
- Setter for the attribute dynamicParameters.
- setEncryptionClass(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Setter for property encryptionClass.
- setEncryptionMethod(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Setter for property encryptionMethod.
- setEngine(String) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.Database
-
- setEngine(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- setErrorBoxInSameWindow(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.HeaderTag
- Setter for the attribute errorBoxInSameWindow.
- setErrorInSavingUserSettings(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.model.GridModel
- setter for the attribute
- setExpanded(ArrayList) -
Method in class org.jaffa.presentation.portlet.widgets.model.TreeModel
- Sets an attribute on the node to expanded ="true" for caching.
- setExportType(String) -
Method in class org.jaffa.components.finder.FinderComponent
- Deprecated. Setter for property exportType.
- setExportType(String) -
Method in class org.jaffa.components.finder.FinderComponent2
- Setter for property exportType.
- setExportType(String) -
Method in class org.jaffa.components.finder.FinderCriteriaForm
- Deprecated. Setter for property exportType.
- setExportType(String) -
Method in class org.jaffa.components.finder.FinderForm
- Setter for property exportType.
- setExportTypeWV(String) -
Method in class org.jaffa.components.finder.FinderCriteriaForm
- Deprecated. Setter for property exportType.
- setExportTypeWV(String) -
Method in class org.jaffa.components.finder.FinderForm
- Setter for property exportType.
- setExtendsClass(String) -
Method in class org.jaffa.rules.metadata.FieldMetaData
- Setter for property extendsClass.
- setExtendsField(String) -
Method in class org.jaffa.rules.metadata.FieldMetaData
- Setter for property extendsField.
- setField(String) -
Method in class org.jaffa.datatypes.ValidationException
- Sets the field after the exception has been constructed.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.CheckBoxTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DateTimeTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DropDownTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ImageTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.RadioButtonTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TreeTag
- Setter for the attribute field.
- setField(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
- setter for the attribute field
- setField(Object, String, String) -
Static method in class org.jaffa.util.BeanHelper
- This method will introspect the bean & get the setter method for the input propertyName.
- setFieldName(String) -
Method in class org.jaffa.components.codehelper.dto.CriteriaElementDto
- Setter for property fieldName.
- setFieldName(String) -
Method in class org.jaffa.components.finder.OrderByField
- Setter for property fieldName.
- setFieldName(String) -
Method in class org.jaffa.components.voucher.SimpleVoucherGenerator
- Setter for property fieldName.
- setFieldName(String) -
Method in class org.jaffa.rules.examples.domain.ValidFieldValue
- Use this method to update the property fieldName.
- setFieldName(String) -
Method in class org.jaffa.rules.fieldvalidators.GenericForeignKeyFieldValidator
- Setter for property fieldName.
- setFieldName(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property fieldName.
- setFieldNameForField(String) -
Method in class org.jaffa.rules.fieldvalidators.GenericForeignKeyFieldValidator
- Setter for property fieldNameForField.
- setFieldNameForTable(String) -
Method in class org.jaffa.rules.fieldvalidators.GenericForeignKeyFieldValidator
- Setter for property fieldNameForTable.
- setFieldNameForValue(String) -
Method in class org.jaffa.rules.fieldvalidators.GenericForeignKeyFieldValidator
- Setter for property fieldNameForValue.
- setFields(FieldMetaData[]) -
Method in class org.jaffa.rules.metadata.ClassMetaData
- Setter for property fields.
- setFields(Map) -
Method in class org.jaffa.tools.database.SyncSchema.Table
- Setter for property fields.
- setFields(LinkedHashMap) -
Method in class org.jaffa.tools.domainmeta.common.TableBean
- Setter for property fields.
- setFile(String) -
Method in class org.jaffa.tools.build.ant.ConfigFileUpdateAntTask
-
- setFile(String) -
Method in class org.jaffa.tools.build.ant.ValidatePropertiesFileAntTask
-
- setFinderListener(IFinderListener) -
Method in class org.jaffa.components.finder.FinderComponent
- Deprecated. Setter for property finderListener.
- setFontname(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute fontname.
- setFontname(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute fontname.
- setFontsize(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute fontsize.
- setFontsize(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute fontsize.
- setFracSize(Integer) -
Method in class org.jaffa.rules.fieldvalidators.CurrencyFieldValidator
- Setter for property fracSize.
- setFracSize(Integer) -
Method in class org.jaffa.rules.fieldvalidators.DecimalFieldValidator
- Setter for property fracSize.
- setFracSize(int) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property fracSize.
- setFracSize(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property fracSize.
- setFullPackageNames(boolean) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property fullPackageNames.
- setFullPackageNames(boolean) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setFullPackageNames(boolean) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setGridWidth(String) -
Method in interface org.jaffa.presentation.portlet.widgets.controller.usergriddomain.UserGridSettingsType
-
- setGridWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridSettingsTypeImpl
-
- setGroupIcon(String) -
Method in class org.jaffa.components.menu.Group
- Setter for property GroupIcon
- setGroupName(String) -
Method in class org.jaffa.components.menu.Group
- Setter for property Group Name
- setGroupTitle(String) -
Method in class org.jaffa.components.menu.Group
- Setter for property of Group Title
- setGuarded(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute guarded.
- setGuardedHtmlLocation(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.FormTag
- Setter for the attribute guardedHtmlLocation.
- setHasAccess(boolean) -
Method in class org.jaffa.security.taglib.ComponentGuardTag
- Set if this tag testing for access to component?
- setHasAccess(boolean) -
Method in class org.jaffa.security.taglib.FunctionGuardTag
- Set if this tag testing for access to function?
- setHeaderDto(HeaderDto) -
Method in class org.jaffa.components.codehelper.dto.CodeHelperInDto
- Setter for property headerDto.
- setHeight(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute height.
- setHeight(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute height.
- setHeight(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridColumnTag
- Setter for the attribute height.
- setHeight(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridColumnTag
- setter for the attribute height
- setHitlistSize(HitlistSize) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.Database
-
- setHitlistSize(HitlistSize) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- setHorizontalAbsolutePixelSize(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
-
- setHorizontalOffset(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
-
- setHorizontalSizePercentage(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
-
- setIcon(String) -
Method in class org.jaffa.components.menu.Option
- Setter for the property Icon - path to the graphics of the Icon
- setId(String) -
Method in interface org.jaffa.presentation.portlet.component.componentdomain.Component
-
- setId(String) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentImpl
-
- setId(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.FoldingSectionTag
-
- setId(String) -
Method in class org.jaffa.tools.domainmeta.common.TableBean
- Setter for property id.
- setImage(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute image.
- setImage(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TreeNodeTypeTag
- Setter for the attribute imgsrc.
- setImageOff(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.CheckBoxTag
- Setter for the attribute imageOff.
- setImageOn(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.CheckBoxTag
- Setter for the attribute imageOn.
- setInferMandatory(boolean) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property inferMandatory.
- setInstanceValue(IPersistent, String, Object) -
Static method in class org.jaffa.persistence.engines.jdbcengine.proxy.PersistentInstanceFactory
- This is used by the MoldingService to initialize the Persistent instance.
- setInstanceValue(IPersistent, ClassMetaData, String, Object) -
Static method in class org.jaffa.persistence.engines.jdbcengine.util.MoldingService
- This sets the value of the attribute from the Persistent object, using the mutator method cached in the ClassMetaData defintion.
- setIntSize(Integer) -
Method in class org.jaffa.rules.fieldvalidators.CurrencyFieldValidator
- Setter for property intSize.
- setIntSize(Integer) -
Method in class org.jaffa.rules.fieldvalidators.DecimalFieldValidator
- Setter for property intSize.
- setIntSize(Integer) -
Method in class org.jaffa.rules.fieldvalidators.IntegerFieldValidator
- Setter for property intSize.
- setIntSize(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property intSize.
- setItalics(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute italics.
- setJavaDataType(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property javaDataType.
- setJdbcSecurityPlugin(JdbcSecurityPlugin) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.Database
-
- setJdbcSecurityPlugin(JdbcSecurityPlugin) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- setJndiDataSourceName(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.JndiDataSourceConnectionFactory
- Setter for property jndiDataSourceName.
- setKey(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.FoldingSectionTag
-
- setKey(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Setter for the attribute key.
- setKey(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridColumnTag
- setter for the attribute key
- setLabel(String) -
Method in interface org.jaffa.components.navigation.domain.DesktopMenu
-
- setLabel(String) -
Method in interface org.jaffa.components.navigation.domain.MenuOption
-
- setLabel(String) -
Method in class org.jaffa.components.navigation.domain.impl.DesktopMenuImpl
-
- setLabel(String) -
Method in class org.jaffa.components.navigation.domain.impl.MenuOptionImpl
-
- setLabel(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute label.
- setLabel(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DropDownOptionTag
- Setter for the attribute label.
- setLabel(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.FoldingSectionTag
-
- setLabel(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridColumnTag
- Setter for the attribute label.
- setLabel(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridColumnTag
- setter for the attribute label
- setLabel(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property label.
- setLabel(String) -
Method in class org.jaffa.tools.domainmeta.common.TableBean
- Setter for property label.
- setLabelText(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property labelText.
- setLabelToken(String) -
Method in class org.jaffa.components.voucher.AbstractVoucherGenerator
- Setter for property labelToken.
- setLabelToken(String) -
Method in interface org.jaffa.components.voucher.IVoucherGenerator
- Setter for property labelToken.
- setLabelToken(String) -
Method in class org.jaffa.rules.fieldvalidators.AbstractFieldValidator
- Setter for property labelToken.
- setLabelToken(String) -
Method in interface org.jaffa.rules.fieldvalidators.IFieldValidator
- Setter for property labelToken.
- setLabels(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.Module
-
- setLabels(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ModuleImpl
-
- setLayout(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Setter for the attribute layout.
- setLayout(String) -
Method in class org.jaffa.rules.fieldvalidators.CurrencyFieldValidator
- Setter for property layout.
- setLayout(String) -
Method in class org.jaffa.rules.fieldvalidators.DateOnlyFieldValidator
- Setter for property layout.
- setLayout(String) -
Method in class org.jaffa.rules.fieldvalidators.DateTimeFieldValidator
- Setter for property layout.
- setLayout(String) -
Method in class org.jaffa.rules.fieldvalidators.DecimalFieldValidator
- Setter for property layout.
- setLayout(String) -
Method in class org.jaffa.rules.fieldvalidators.IntegerFieldValidator
- Setter for property layout.
- setLegalValue(String) -
Method in class org.jaffa.rules.examples.domain.ValidFieldValue
- Use this method to update the property legalValue.
- setLength(String) -
Method in class org.jaffa.components.voucher.AbstractVoucherGenerator
- Setter for property length.
- setLength(String) -
Method in interface org.jaffa.components.voucher.IVoucherGenerator
- Setter for property length.
- setLength(Integer) -
Method in class org.jaffa.rules.fieldvalidators.StringFieldValidator
- Setter for property length.
- setList(String) -
Method in class org.jaffa.rules.fieldvalidators.InListFieldValidator
- Setter for property list.
- setLocale(Locale) -
Static method in class org.jaffa.presentation.portlet.session.LocaleContext
- This sets the Locale object from the request stream into the variable thread
- setLocked(boolean) -
Method in interface org.jaffa.persistence.IPersistent
- Set the locked status of this object.
- setLocked(boolean) -
Method in class org.jaffa.persistence.Persistent
- Set the locked status of this object.
- setLocking(int) -
Method in class org.jaffa.persistence.Criteria
- Set the locking strategy for a query.
- setLocking(int) -
Method in interface org.jaffa.persistence.IPersistent
- Set the locking strategy for this persistent object.
- setLocking(int) -
Method in class org.jaffa.persistence.Persistent
- Set the locking strategy for this persistent object.
- setLogAppend(Boolean) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property logAppend.
- setLogFileName(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property logFileName.
- setLogOn(LogOn) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setLogOn(LogOn) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setLoggedOnTitle(String) -
Method in interface org.jaffa.tools.loadtest.domain.LogOn
-
- setLoggedOnTitle(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.LogOnImpl
-
- setLookup(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute lookup.
- setMandatory(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.model.DateTimeModel
- Setter for property mandatory.
- setMandatory(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.model.DropDownModel
- Setter for property mandatory.
- setMandatory(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.model.EditBoxModel
- Setter for property mandatory.
- setMandatory(boolean) -
Method in class org.jaffa.rules.metadata.FieldValidatorMetaData
- Setter for property mandatory.
- setMandatory(boolean) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property mandatory.
- setMandatory(boolean) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property mandatory.
- setMandatoryFunctions(String[]) -
Method in class org.jaffa.presentation.portlet.component.ComponentDefinition
- Setter for property mandatoryFunctions.
- setMappingPackage(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property mappingPackage.
- setMaxCheckoutSeconds(Integer) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property maxCheckoutSeconds.
- setMaxConnTime(Double) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property maxConnTime.
- setMaxLen(int) -
Method in class org.jaffa.presentation.portlet.widgets.model.EditBoxModel
- Setter for property maxLen.
- setMaxLength(Integer) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Setter for the attribute maxLength.
- setMaxLength(int) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property maxLength.
- setMaxRecords(Integer) -
Method in class org.jaffa.components.finder.FinderComponent
- Deprecated. Setter for property maxRecords.
- setMaxRecords(Integer) -
Method in class org.jaffa.components.finder.FinderComponent2
- Setter for property maxRecords.
- setMaxRecords(Integer) -
Method in class org.jaffa.components.finder.FinderCriteriaForm
- Deprecated. Setter for property maxRecords.
- setMaxRecords(Integer) -
Method in class org.jaffa.components.finder.FinderForm
- Setter for property maxRecords.
- setMaxRecords(Integer) -
Method in class org.jaffa.components.finder.FinderInDto
- Setter for property maxRecords.
- setMaxRecordsWV(String) -
Method in class org.jaffa.components.finder.FinderCriteriaForm
- Deprecated. Setter for DropDown property maxRecords.
- setMaxRecordsWV(String) -
Method in class org.jaffa.components.finder.FinderForm
- Setter for DropDown property maxRecords.
- setMaxValue(Currency) -
Method in class org.jaffa.rules.fieldvalidators.CurrencyFieldValidator
- Setter for property maxValue.
- setMaxValue(DateOnly) -
Method in class org.jaffa.rules.fieldvalidators.DateOnlyFieldValidator
- Setter for property maxValue.
- setMaxValue(DateTime) -
Method in class org.jaffa.rules.fieldvalidators.DateTimeFieldValidator
- Setter for property maxValue.
- setMaxValue(Double) -
Method in class org.jaffa.rules.fieldvalidators.DecimalFieldValidator
- Setter for property maxValue.
- setMaxValue(Long) -
Method in class org.jaffa.rules.fieldvalidators.IntegerFieldValidator
- Setter for property maxValue.
- setMaxWait(Long) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property maxWait.
- setMaxWait(Long) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.JndiDataSourceConnectionFactory
- Setter for property maxWait.
- setMaximumConnections(Integer) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property maximumConnections.
- setMaximumConnections(Integer) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property maximumConnections.
- setMeta(DateTimeFieldMetaData) -
Method in class org.jaffa.presentation.portlet.widgets.model.DateTimeModel
- Setter for property meta.
- setMethodName(String) -
Method in interface org.jaffa.tools.loadtest.domain.UnitTest
-
- setMethodName(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.UnitTestImpl
-
- setMinInterval(int) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DateTimeTag
- Setter for the attribute minInterval.
- setMinLen(int) -
Method in class org.jaffa.presentation.portlet.widgets.model.EditBoxModel
- Setter for property minLen.
- setMinLength(Integer) -
Method in class org.jaffa.rules.fieldvalidators.StringFieldValidator
- Setter for property minLength.
- setMinValue(Currency) -
Method in class org.jaffa.rules.fieldvalidators.CurrencyFieldValidator
- Setter for property minValue.
- setMinValue(DateOnly) -
Method in class org.jaffa.rules.fieldvalidators.DateOnlyFieldValidator
- Setter for property minValue.
- setMinValue(DateTime) -
Method in class org.jaffa.rules.fieldvalidators.DateTimeFieldValidator
- Setter for property minValue.
- setMinValue(Double) -
Method in class org.jaffa.rules.fieldvalidators.DecimalFieldValidator
- Setter for property minValue.
- setMinValue(Long) -
Method in class org.jaffa.rules.fieldvalidators.IntegerFieldValidator
- Setter for property minValue.
- setMinimumConnections(Integer) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property minimumConnections.
- setMinimumConnections(Integer) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property minimumConnections.
- setMode(int) -
Method in interface org.jaffa.components.maint.IMaintComponent
- Setter for property mode.
- setMode(int) -
Method in class org.jaffa.components.maint.MaintComponent
- Deprecated. Setter for property mode.
- setMode(int) -
Method in class org.jaffa.components.maint.MaintComponent2
- Setter for property mode.
- setModified(boolean) -
Method in interface org.jaffa.persistence.IPersistent
- Set the modified status of this object.
- setModified(boolean) -
Method in class org.jaffa.persistence.Persistent
- Set the modified status of this object.
- setModuleName(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property moduleName.
- setModuleTilePrefix(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.Module
-
- setModuleTilePrefix(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ModuleImpl
-
- setMoreRecordsExist(Boolean) -
Method in class org.jaffa.components.finder.FinderOutDto
- Setter for property moreRecordsExist.
- setMultiSelect(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableTag
- Setter for the attribute multiSelect.
- setName(String) -
Method in class org.jaffa.components.menu.Option
- Setter for the property Name - Name of the Option
- setName(String) -
Method in interface org.jaffa.components.navigation.domain.ComponentAction.ParamType
-
- setName(String) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl.ParamTypeImpl
-
- setName(String) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.Database
-
- setName(String) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.Param
-
- setName(String) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.PreloadClass
-
- setName(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- setName(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ParamImpl
-
- setName(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.PreloadClassImpl
-
- setName(String) -
Method in interface org.jaffa.presentation.portlet.component.componentdomain.MandatoryFunction
-
- setName(String) -
Method in interface org.jaffa.presentation.portlet.component.componentdomain.OptionalFunction
-
- setName(String) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.MandatoryFunctionImpl
-
- setName(String) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.OptionalFunctionImpl
-
- setName(String) -
Method in interface org.jaffa.presentation.portlet.widgets.controller.usergriddomain.UserGridColumnSettings
-
- setName(String) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridColumnSettingsImpl
-
- setName(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TreeNodeTypeTag
- Setter for the attribute name.
- setName(String) -
Method in class org.jaffa.rules.metadata.FieldMetaData
- Setter for property name.
- setName(String) -
Method in class org.jaffa.rules.metadata.FieldValidatorMetaData
- Setter for property name.
- setName(String) -
Method in class org.jaffa.rules.metadata.RuleMetaData
- Setter for property name.
- setName(String) -
Method in interface org.jaffa.security.businessfunctionsdomain.BusinessFunction
-
- setName(String) -
Method in class org.jaffa.security.businessfunctionsdomain.impl.BusinessFunctionImpl
-
- setName(String) -
Method in interface org.jaffa.security.securityrolesdomain.Exclude
-
- setName(String) -
Method in interface org.jaffa.security.securityrolesdomain.GrantFunctionAccess
-
- setName(String) -
Method in interface org.jaffa.security.securityrolesdomain.Include
-
- setName(String) -
Method in interface org.jaffa.security.securityrolesdomain.Role
-
- setName(String) -
Method in class org.jaffa.security.securityrolesdomain.impl.ExcludeImpl
-
- setName(String) -
Method in class org.jaffa.security.securityrolesdomain.impl.GrantFunctionAccessImpl
-
- setName(String) -
Method in class org.jaffa.security.securityrolesdomain.impl.IncludeImpl
-
- setName(String) -
Method in class org.jaffa.security.securityrolesdomain.impl.RoleImpl
-
- setName(String) -
Method in class org.jaffa.security.taglib.ComponentGuardTag
- set component name
- setName(String) -
Method in class org.jaffa.security.taglib.FunctionGuardTag
- set business function name
- setName(String) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property name.
- setName(String) -
Method in class org.jaffa.tools.database.SyncSchema.Table
- Setter for property name.
- setName(String) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setName(String) -
Method in interface org.jaffa.tools.loadtest.domain.User
-
- setName(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setName(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.UserImpl
-
- setName(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.Module
-
- setName(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ModuleImpl
-
- setName(String) -
Method in class org.jaffa.util.Node
- Setter for property name.
- setNextInterceptor(AbstractInterceptor) -
Method in class org.jaffa.persistence.engines.jdbcengine.interceptor.AbstractInterceptor
- Sets the next Interceptor in the chain.
- setNoCache(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.HeaderTag
- Setter for the attribute noCache.
- setNoRecordsKey(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridTag
- Setter for the attribute noRecordsKey.
- setNoRecordsKey(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableTag
- Setter for the attribute noRecordsKey.
- setNoRecordsKey(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
-
- setNodeText(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TreeNodeTypeTag
- Setter for the attribute nodetext.
- setNodeType(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TreeNodeTypeTag
- Setter for the attribute mediatype.
- setNoneExpanded() -
Method in class org.jaffa.presentation.portlet.widgets.model.TreeModel
- Sets all the nodes to be non-expanded.
- setObjectLimit(Integer) -
Method in class org.jaffa.beans.moulding.data.criteria.CriteriaDAO
- Setter for property objectLimit.
- setOnValidate(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute sctip.
- setOperator(String) -
Method in class org.jaffa.components.finder.BooleanCriteriaField
- Setter for the property operator.
- setOperator(String) -
Method in class org.jaffa.components.finder.CurrencyCriteriaField
- Setter for the property operator.
- setOperator(String) -
Method in class org.jaffa.components.finder.DateOnlyCriteriaField
- Setter for the property operator.
- setOperator(String) -
Method in class org.jaffa.components.finder.DateTimeCriteriaField
- Setter for the property operator.
- setOperator(String) -
Method in class org.jaffa.components.finder.DecimalCriteriaField
- Setter for the property operator.
- setOperator(String) -
Method in class org.jaffa.components.finder.IntegerCriteriaField
- Setter for the property operator.
- setOperator(String) -
Method in class org.jaffa.components.finder.RawCriteriaField
- Setter for the property operator.
- setOperator(String) -
Method in class org.jaffa.components.finder.StringCriteriaField
- Setter for the property operator.
- setOptionalFunctions(String[]) -
Method in class org.jaffa.presentation.portlet.component.ComponentDefinition
- Setter for property optionalFunctions.
- setOrderByFields(OrderByField, int) -
Method in class org.jaffa.components.finder.FinderInDto
- Add orderByFields at the specified position.
- setOrderByFields(OrderByField[]) -
Method in class org.jaffa.components.finder.FinderInDto
- Add an array of orderByFields.
- setOutputDir(String) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setOutputDir(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setOutputDirectory(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property outputDirectory.
- setOutputFinders(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setOutputFinders(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setOutputJava(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setOutputJava(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setOutputLookups(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setOutputLookups(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setOutputMaintenance(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setOutputMaintenance(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setOutputRoot(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setOutputRoot(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setOutputType(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
- setter for the attribute
- setOutputViewers(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setOutputViewers(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setOverridesDefault(boolean) -
Method in class org.jaffa.rules.metadata.FieldMetaData
- Setter for property overridesDefault.
- setPackagePrefix(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property packagePrefix.
- setPackagePrefix(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.AppBuilderType
-
- setPackagePrefix(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setPackagePrefix(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.AppBuilderTypeImpl
-
- setPackagePrefix(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setPassword(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property password.
- setPassword(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property password.
- setPassword(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute password.
- setPassword(String) -
Method in interface org.jaffa.tools.loadtest.domain.User
-
- setPassword(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.UserImpl
-
- setPattern(String) -
Method in class org.jaffa.rules.fieldvalidators.BooleanFieldValidator
- Setter for property pattern.
- setPattern(String) -
Method in class org.jaffa.rules.fieldvalidators.StringFieldValidator
- Setter for property pattern.
- setPopUp(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Setter for the attribute popUp.
- setPopupHints(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
-
- setPrefix(String) -
Method in class org.jaffa.components.voucher.AbstractVoucherGenerator
- Setter for property prefix.
- setPrefix(String) -
Method in interface org.jaffa.components.voucher.IVoucherGenerator
- Setter for property prefix.
- setPreload(Preload) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.InitType
-
- setPreload(Preload) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.InitTypeImpl
-
- setPreprocess(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute preprocess.
- setPrimaryKey(boolean) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property primaryKey.
- setProperty(String, Object) -
Method in class org.jaffa.components.navigation.domain.ObjectFactory
- Set the specified property.
- setProperty(String, Object) -
Static method in class org.jaffa.config.Config
- Set Property.
- setProperty(String, Object) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.ObjectFactory
- Set the specified property.
- setProperty(String, Object) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.ObjectFactory
- Set the specified property.
- setProperty(String, Object) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.ObjectFactory
- Set the specified property.
- setProperty(String) -
Method in class org.jaffa.rules.fieldvalidators.ForeignKeyFieldValidator
- Setter for property.
- setProperty(String, Object) -
Method in class org.jaffa.security.businessfunctionsdomain.ObjectFactory
- Set the specified property.
- setProperty(String, Object) -
Method in class org.jaffa.security.securityrolesdomain.ObjectFactory
- Set the specified property.
- setProperty(String, Object) -
Method in class org.jaffa.tools.loadtest.domain.ObjectFactory
- Set the specified property.
- setProperty(String, Object) -
Method in class org.jaffa.tools.patternmetaengine.domain.ObjectFactory
- Set the specified property.
- setProperty(String, String, String) -
Method in class org.jaffa.util.ListProperties
- Adds a new property, or updates if it already exists.
- setProperty(String, String) -
Method in class org.jaffa.util.ListProperties
- Adds a new property, or updates if it already exists.
- setPropertyName(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property propertyName.
- setQueued(boolean) -
Method in interface org.jaffa.persistence.IPersistent
- Set the queued status of this object.
- setQueued(boolean) -
Method in class org.jaffa.persistence.Persistent
- Set the queued status of this object.
- setRefreshData(boolean) -
Method in class org.jaffa.components.maint.MaintComponent2
- Setter for property refreshData.
- setRemarks(String) -
Method in class org.jaffa.rules.examples.domain.ValidFieldValue
- Use this method to update the property remarks.
- setRemarks(String) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property remarks.
- setRemarks(String) -
Method in class org.jaffa.tools.database.SyncSchema.Table
- Setter for property remarks.
- setResultGraphRules(String[]) -
Method in class org.jaffa.beans.moulding.data.criteria.CriteriaDAO
- Setter for property resultGraphRules.
- setReturnToFormKey(FormKey) -
Method in class org.jaffa.presentation.portlet.component.Component
- Setter for property returnToFormKey.
- setReturnToFormKey(FormKey) -
Method in interface org.jaffa.presentation.portlet.component.IComponent
- Setter for property returnToFormKey.
- setRoleNameCol(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the column in the user role table that names a role.
- setRoleSelect(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Setter for property roleSelect.
- setRolloverImage(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute rolloverImage.
- setRollovercolor(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableTag
- Setter for the attribute rollovercolor.
- setRootNode(Node) -
Method in class org.jaffa.presentation.portlet.widgets.model.TreeModel
- Sets a node to be the root node.
- setRows(int) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute rows.
- setRowsWV(String) -
Method in class org.jaffa.components.finder.FinderForm
- Setter for property rows.
- setRules(String[]) -
Method in class org.jaffa.beans.moulding.mapping.MappingFilter
- Setter for property rules.
- setRules(RuleMetaData[]) -
Method in class org.jaffa.rules.metadata.FieldMetaData
- Setter for property rules.
- setRunDelay(BigInteger) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setRunDelay(BigInteger) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setSchema(String) -
Method in class org.jaffa.tools.database.SyncSchema.Table
- Setter for property schema.
- setSelectValue(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.RadioButtonTag
- Setter for the attribute selectValue.
- setSelectcolor(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableTag
- Setter for the attribute selectcolor.
- setSelectedRows(List) -
Method in class org.jaffa.presentation.portlet.widgets.model.TableModel
- Sets the selected rows.
- setSelection(String) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setSelection(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setSeparator(String) -
Method in class org.jaffa.rules.fieldvalidators.InListFieldValidator
- Setter for property separator.
- setSeq(int) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property seq.
- setSessionId(String) -
Method in class org.jaffa.presentation.portlet.session.UserSession
- Setter for property sessionId.
- setSessionsWV(String) -
Method in class org.jaffa.presentation.portlet.session.ui.SessionExplorerForm
-
- setSortAscending(Boolean) -
Method in class org.jaffa.components.finder.OrderByField
- Setter for property sortAscending.
- setSortDropDown(String) -
Method in class org.jaffa.components.finder.FinderComponent
- Deprecated. Setter for property sortDropDown.
- setSortDropDown(String) -
Method in class org.jaffa.components.finder.FinderComponent2
- Setter for property sortDropDown.
- setSortDropDown(String) -
Method in class org.jaffa.components.finder.FinderCriteriaForm
- Deprecated. Setter for property sortDropDown.
- setSortDropDown(String) -
Method in class org.jaffa.components.finder.FinderForm
- Setter for property sortDropDown.
- setSortDropDownWV(String) -
Method in class org.jaffa.components.finder.FinderCriteriaForm
- Deprecated. Setter for DropDown property sortDropDown.
- setSortDropDownWV(String) -
Method in class org.jaffa.components.finder.FinderForm
- Setter for DropDown property sortDropDown.
- setSourceConnection(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property sourceConnection.
- setSourceConnection(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property sourceConnection.
- setSourceDriverString(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property sourceDriverString.
- setSourceDriverString(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property sourceDriverString.
- setSourceField(SyncSchema.Field) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property sourceField.
- setSourcePassword(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property sourcePassword.
- setSourcePassword(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property sourcePassword.
- setSourceSchema(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property sourceSchema.
- setSourceSchema(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property sourceSchema.
- setSourceUser(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property sourceUser.
- setSourceUser(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property sourceUser.
- setSqlDataType(String) -
Method in class org.jaffa.tools.domainmeta.common.FieldBean
- Setter for property sqlDataType.
- setState(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.model.CheckBoxModel
- Sets the value of the model.
- setStaticParameters(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LookupTag
- Setter for the attribute staticParameters.
- setStringCase(String) -
Method in class org.jaffa.presentation.portlet.widgets.model.EditBoxModel
- Setter for property stringCase.
- setStrutsTileTemplate(String) -
Method in interface org.jaffa.components.navigation.domain.DesktopMenu
-
- setStrutsTileTemplate(String) -
Method in class org.jaffa.components.navigation.domain.impl.DesktopMenuImpl
-
- setSubMenu(SubMenu) -
Method in interface org.jaffa.components.navigation.domain.MenuOption
-
- setSubMenu(SubMenu) -
Method in class org.jaffa.components.navigation.domain.impl.MenuOptionImpl
-
- setSubmit(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute submit.
- setSyncStatus(int) -
Method in class org.jaffa.tools.database.SyncSchema.Field
- Setter for property syncStatus.
- setSyncStatus(int) -
Method in class org.jaffa.tools.database.SyncSchema.Table
- Setter for property syncStatus.
- setTable(String) -
Method in class org.jaffa.persistence.Criteria
- Set the persistent class name.
- setTable(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.ClassMetaData
- Set the table property of this meta data object
- setTableExcludePattern(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property tableExcludePattern.
- setTableFilter(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property tableFilter.
- setTableFilter(String) -
Method in class org.jaffa.tools.domainmeta.jdbc.JDBCSchemaReader
- Setter for property tableFilter.
- setTableName(String) -
Method in class org.jaffa.rules.examples.domain.ValidFieldValue
- Use this method to update the property tableName.
- setTableName(String) -
Method in class org.jaffa.rules.fieldvalidators.GenericForeignKeyFieldValidator
- Setter for property tableName.
- setTableName(String) -
Method in class org.jaffa.tools.domainmeta.common.TableBean
- Setter for property tableName.
- setTableSize(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
-
- setTarget(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute target.
- setTarget(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
- Setter for the attribute target.
- setTargetConnection(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property targetConnection.
- setTargetDriverString(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property targetDriverString.
- setTargetFields(String) -
Method in class org.jaffa.components.lookup.LookupComponent
- Deprecated. Setter for property targetFields.
- setTargetFields(String) -
Method in class org.jaffa.components.lookup.LookupComponent2
- Setter for property targetFields.
- setTargetFields(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LookupTag
- Setter for the attribute targetFields.
- setTargetPassword(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property targetPassword.
- setTargetSchema(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property targetSchema.
- setTargetUser(String) -
Method in class org.jaffa.tools.database.SyncSchema
- Setter for property targetUser.
- setTestOnBorrow(Boolean) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property testOnBorrow.
- setTestOnReturn(Boolean) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property testOnReturn.
- setText(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute text.
- setThreadContext(HttpServletRequest) -
Static method in class org.jaffa.security.SecurityTag
- Set the context of the current thread with the current request,
if this request stream already is the current context it has no
effect on the context.
- setThreads(BigInteger) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setThreads(BigInteger) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setTitle(String) -
Method in class org.jaffa.presentation.portlet.FormKey
- Setter for property title.
- setTitle(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableColumnTag
- Setter for the attribute title.
- setToken(String) -
Method in class org.jaffa.presentation.portlet.component.Component
- Setter for property token.
- setToken(String) -
Method in interface org.jaffa.presentation.portlet.component.IComponent
- Setter for property token.
- setTrim(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute trim.
- setType(String) -
Method in interface org.jaffa.presentation.portlet.component.componentdomain.Component
-
- setType(String) -
Method in class org.jaffa.presentation.portlet.component.componentdomain.impl.ComponentImpl
-
- setType(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute type.
- setType(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.CheckBoxTag
- Setter for the attribute type.
- setType(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Setter for the attribute type.
- setType(String) -
Method in class org.jaffa.tools.database.SyncSchema.Table
- Setter for property type.
- setUOW(UOW) -
Method in interface org.jaffa.persistence.IPersistent
- Associates this object to a UOW.
- setUOW(UOW) -
Method in class org.jaffa.persistence.Persistent
- Associates this object to a UOW.
- setURLTrue(boolean) -
Method in class org.jaffa.components.menu.Option
- Setter for property URLTrue-defines whether the link to execute is a URL or a Component
- setUnitTests(UnitTests) -
Method in interface org.jaffa.tools.loadtest.domain.TestSet
-
- setUnitTests(UnitTests) -
Method in class org.jaffa.tools.loadtest.domain.impl.TestSetImpl
-
- setUow(UOW) -
Method in class org.jaffa.components.voucher.AbstractVoucherGenerator
- Setter for property uow.
- setUow(UOW) -
Method in interface org.jaffa.components.voucher.IVoucherGenerator
- Setter for property uow.
- setUow(UOW) -
Method in class org.jaffa.rules.fieldvalidators.AbstractFieldValidator
- Setter for property uow.
- setUow(UOW) -
Method in interface org.jaffa.rules.fieldvalidators.IFieldValidator
- Setter for property uow.
- setUrl(UrlAction.UrlType) -
Method in interface org.jaffa.components.navigation.domain.UrlAction
-
- setUrl(UrlAction.UrlType) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl
-
- setUrl(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property url.
- setUrl(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property url.
- setUrl(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.FormTag
- Setter for the attribute url.
- setUrlAction(UrlAction) -
Method in interface org.jaffa.components.navigation.domain.MenuOption
-
- setUrlAction(UrlAction) -
Method in class org.jaffa.components.navigation.domain.impl.MenuOptionImpl
-
- setUrlSuffix(String) -
Method in interface org.jaffa.components.navigation.domain.ComponentAction
-
- setUrlSuffix(String) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl
-
- setUsePreparedStatement(UsePreparedStatement) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.Database
-
- setUsePreparedStatement(UsePreparedStatement) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.DatabaseImpl
-
- setUser(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbConnectionBrokerConnectionFactory
- Setter for property user.
- setUser(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property user.
- setUserClause(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Setter for property userClause.
- setUserCredCol(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the column in the user table that holds the user's credentials.
- setUserData(Object) -
Method in class org.jaffa.presentation.portlet.session.UserSession
- This stores a user reslated object in the frameworks UserSession object.
- setUserDataWV(String) -
Method in class org.jaffa.presentation.portlet.session.ui.ComponentExplorerForm
-
- setUserGridId(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
- setter for the attribute
- setUserId(String) -
Method in class org.jaffa.components.dto.HeaderDto
- Setter for property userId.
- setUserId(String) -
Method in class org.jaffa.presentation.portlet.session.UserSession
- Setter for property userId.
- setUserNameCol(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the column in the user table that holds the user's name.
- setUserRoleTable(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the table that holds the relation between user's and roles.
- setUserTable(String) -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Set the table that holds user data.
- setUsers(Users) -
Method in interface org.jaffa.tools.loadtest.domain.LogOn
-
- setUsers(Users) -
Method in class org.jaffa.tools.loadtest.domain.impl.LogOnImpl
-
- setValidate(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DateTimeTag
- Setter for the attribute validate.
- setValidate(boolean) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute validate.
- setValidationQuery(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DbcpDataSourceConnectionFactory
- Setter for property validationQuery.
- setValue(String) -
Method in interface org.jaffa.components.navigation.domain.ComponentAction.ParamType
-
- setValue(String) -
Method in interface org.jaffa.components.navigation.domain.UrlAction.UrlType
-
- setValue(String) -
Method in class org.jaffa.components.navigation.domain.impl.ComponentActionImpl.ParamTypeImpl
-
- setValue(String) -
Method in class org.jaffa.components.navigation.domain.impl.UrlActionImpl.UrlTypeImpl
-
- setValue(int) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.HitlistSize
-
- setValue(String) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.JdbcSecurityPlugin
-
- setValue(String) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.Param
-
- setValue(boolean) -
Method in interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.UsePreparedStatement
-
- setValue(int) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.HitlistSizeImpl
-
- setValue(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.JdbcSecurityPluginImpl
-
- setValue(String) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.ParamImpl
-
- setValue(boolean) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.impl.UsePreparedStatementImpl
-
- setValue(DateTime) -
Method in class org.jaffa.presentation.portlet.widgets.model.DateTimeModel
- Setter for property value.
- setValue(String) -
Method in class org.jaffa.presentation.portlet.widgets.model.DropDownModel
- Setter for property value.
- setValue(String) -
Method in class org.jaffa.presentation.portlet.widgets.model.EditBoxModel
- Setter for property value.
- setValue(String) -
Method in class org.jaffa.presentation.portlet.widgets.model.RadioButtonModel
- Setter for property value.
- setValue(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DropDownOptionTag
- Setter for the attribute value.
- setValue(Object) -
Method in class org.jaffa.rules.fieldvalidators.AbstractFieldValidator
- Setter for property value.
- setValue(Object) -
Method in interface org.jaffa.rules.fieldvalidators.IFieldValidator
- Setter for property value.
- setValue(Object) -
Method in class org.jaffa.util.Node
- Setter for property value.
- setValues(Boolean[]) -
Method in class org.jaffa.components.finder.BooleanCriteriaField
- Setter for the property values.
- setValues(Currency[]) -
Method in class org.jaffa.components.finder.CurrencyCriteriaField
- Setter for the property values.
- setValues(DateOnly[]) -
Method in class org.jaffa.components.finder.DateOnlyCriteriaField
- Setter for the property values.
- setValues(DateTime[]) -
Method in class org.jaffa.components.finder.DateTimeCriteriaField
- Setter for the property values.
- setValues(Double[]) -
Method in class org.jaffa.components.finder.DecimalCriteriaField
- Setter for the property values.
- setValues(Long[]) -
Method in class org.jaffa.components.finder.IntegerCriteriaField
- Setter for the property values.
- setValues(byte[][]) -
Method in class org.jaffa.components.finder.RawCriteriaField
- Setter for the property values.
- setValues(String[]) -
Method in class org.jaffa.components.finder.StringCriteriaField
- Setter for the property values.
- setVariation(String) -
Method in class org.jaffa.components.dto.HeaderDto
- Setter for property variation.
- setVariation(String) -
Method in class org.jaffa.presentation.portlet.session.UserSession
- Setter for property variation.
- setVariation(String) -
Static method in class org.jaffa.security.VariationContext
- This will set the variation for the current thread.
- setVersion(String) -
Method in interface org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType
-
- setVersion(String) -
Method in class org.jaffa.tools.patternmetaengine.domain.impl.ApplicationBuilderTypeImpl
-
- setVerticalAbsolutePixelSize(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
-
- setVerticalOffset(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
-
- setVerticalSizePercentage(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
-
- setWebConversation(WebConversation) -
Method in interface org.jaffa.tools.loadtest.ILoadTestCase
- sets the WebConversation.
- setWebConversation(WebConversation) -
Method in class org.jaffa.tools.loadtest.LoadTestCase
- sets the WebConversation
- setWebResponse(WebResponse) -
Method in interface org.jaffa.tools.loadtest.ILoadTestCase
- sets the WebResponse.
- setWebResponse(WebResponse) -
Method in class org.jaffa.tools.loadtest.LoadTestCase
- Sets the WebResponse object
- setWebappRoot(String) -
Method in interface org.jaffa.tools.loadtest.domain.LogOn
-
- setWebappRoot(String) -
Method in class org.jaffa.tools.loadtest.domain.impl.LogOnImpl
-
- setWidth(String) -
Method in interface org.jaffa.presentation.portlet.widgets.controller.usergriddomain.UserGridColumnSettings
-
- setWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.controller.usergriddomain.impl.UserGridColumnSettingsImpl
-
- setWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute width.
- setWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Setter for the attribute width.
- setWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridColumnTag
- Setter for the attribute width.
- setWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridTag
- Setter for the attribute width.
- setWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableColumnTag
- Setter for the attribute width.
- setWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridColumnTag
- setter for the attribute width
- setWidth(String) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
- setter for the attribute width
- setWidthFactor(int) -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Setter for the attribute widthFactor.
- setXmlFileUrl(URL) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.ClassMetaData
- Set the xmlFileUrl property of this meta data object.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.CheckBoxTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DateTimeTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DropDownOptionTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.DropDownTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.FoldingSectionTag
- Fill in this method to determine if the rest of the JSP page
should be generated after this tag is finished.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.FooterTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridColumnTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.GridTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.HeaderTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.ImageTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LabelTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.LookupTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.RadioButtonTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.RaiseErrorsTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableColumnTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TableTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TextTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TreeNodeTypeTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.TreeTag
- Returns a true.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridColumnTag
- Fill in this method to determine if the rest of the JSP page
should be generated after this tag is finished.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag
- Fill in this method to determine if the rest of the JSP page
should be generated after this tag is finished.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.security.taglib.ComponentGuardTag
- Fill in this method to determine if the rest of the JSP page
should be generated after this tag is finished.
- shouldEvaluateRestOfPageAfterEndTag() -
Method in class org.jaffa.security.taglib.FunctionGuardTag
- Fill in this method to determine if the rest of the JSP page
should be generated after this tag is finished.
- showErrors(Logger, ValidationEventCollector) -
Static method in class org.jaffa.tools.patternmetaengine.Helper
- Write a JAXB Validation Error Out to the Logger
- showErrors(Logger, ValidationEventCollector) -
Static method in class org.jaffa.tools.patternmetaengine.JAXBHelper
- Write a JAXB Validation Error Out to the Logger
- showInfo() -
Method in class org.jaffa.presentation.portlet.session.UserSession
- Display all internal Session Info in the System.out stream.
- size() -
Method in interface org.jaffa.cache.ICache
- Returns the number of key-value mappings in this cache.
- size() -
Method in class org.jaffa.cache.SimpleCache
- Returns the number of key-value mappings in this cache.
- size() -
Method in class org.jaffa.cache.WeakCache
- Returns the number of key-value mappings in this cache.
- size() -
Method in class org.jaffa.exceptions.ApplicationExceptions
- Returns the number of ApplicationException objects in the internal collection.
- size() -
Method in class org.jaffa.persistence.engines.jdbcengine.datasource.DataSourceCursor
- Returns the number of elements in this collection.
- size() -
Method in class org.jaffa.presentation.portlet.widgets.model.GridModelRow
- Returns the number of key/value pairs stored in the model.
- size() -
Method in interface org.jaffa.presentation.portlet.widgets.model.IModelMap
- Returns the number of key/value pairs stored in the model.
- size() -
Method in class org.jaffa.util.ListMap
- Returns the number of key-value mappings in this map.
- size() -
Method in class org.jaffa.util.ListProperties
- Returns the number of key-value mappings in this map.
- size() -
Method in class org.jaffa.util.ListSet
- Returns the number of elements in this set.
- sm -
Static variable in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- The string manager for this package.
- sort() -
Method in class org.jaffa.util.ListProperties
- This sorts the Properties based on the keys.
- start() -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Prepare for active use of the public methods of this Component.
- startBean(String, Object, Object) -
Method in class org.jaffa.beans.moulding.mapping.AbstractMouldHandler
-
- startBean(String, Object, Object) -
Method in interface org.jaffa.beans.moulding.mapping.MouldHandler
- Called prior to any processing of the target bean
- startBeanAdd(String, Object, Object) -
Method in class org.jaffa.beans.moulding.mapping.AbstractMouldHandler
-
- startBeanAdd(String, Object, Object) -
Method in interface org.jaffa.beans.moulding.mapping.MouldHandler
- Called prior to adding the persistent target bean, only used in the updateBean moulder
- startBeanDelete(String, Object, Object) -
Method in class org.jaffa.beans.moulding.mapping.AbstractMouldHandler
-
- startBeanDelete(String, Object, Object) -
Method in interface org.jaffa.beans.moulding.mapping.MouldHandler
- Called prior to deleting the target bean, only used in the deleteBean moulder
- startBeanUpdate(String, Object, Object) -
Method in class org.jaffa.beans.moulding.mapping.AbstractMouldHandler
-
- startBeanUpdate(String, Object, Object) -
Method in interface org.jaffa.beans.moulding.mapping.MouldHandler
- Called prior to updating the persistent target bean, only used in the updateBean moulder
- startElement(String, String, String, Attributes) -
Method in class org.jaffa.persistence.engines.jdbcengine.configservice.MappingParser
- Receive notification of the start of an element.
- startGarbageCollectionOfIdleComponents() -
Static method in class org.jaffa.presentation.portlet.session.SessionManager
- This will perform garbage collection of idle components.
- startMonitoring() -
Method in class org.jaffa.cache.CacheSourceMonitor
- This will create a daemon Thread for monitoring the files.
- startMonitoring(int) -
Method in class org.jaffa.cache.CacheSourceMonitor
- This will create a daemon Thread for monitoring the files.
- stop() -
Method in class org.jaffa.tomcat.realm.JDBCEncryptionRealm
- Gracefully shut down active use of the public methods of this Component.
- stopGarbageCollectionOfIdleComponents() -
Static method in class org.jaffa.presentation.portlet.session.SessionManager
- This stops the Thread that was started by the startGarbageCollectionOfIdleComponents() method.
- stopMonitoring() -
Method in class org.jaffa.cache.CacheSourceMonitor
- This will stop the Thread, that was created by the call to the startMonitoring method.
- store(OutputStream, String) -
Method in class org.jaffa.util.ListProperties
- Writes this property list (key and element pairs) in this Properties table to the output stream.
- stripDoctypeDeclaration(URL) -
Static method in class org.jaffa.util.XmlHelper
- This routine will return an InputStream which will strip off the DOCTYPE declaration from the source URL.
- stripDoctypeDeclaration(InputStream) -
Static method in class org.jaffa.util.XmlHelper
- This routine will return an InputStream which will strip off the DOCTYPE declaration from the source InputStream.
UnknownDataTypeRuntimeException without detail message.
UnknownDataTypeRuntimeException with the specified detail message.
UnknownDataTypeRuntimeException with the specified detail message and the source exception.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||