Uses of Class
org.norther.tammi.core.rt.util.Identity

Packages that use Identity
org.norther.tammi.core.rt   
org.norther.tammi.core.rt.util   
org.norther.tammi.root.db   
org.norther.tammi.root.rt.util   
org.norther.tammi.spray.db.step   
org.norther.tammi.spray.db.tool   
 

Uses of Identity in org.norther.tammi.core.rt
 

Methods in org.norther.tammi.core.rt with parameters of type Identity
 AttributeList Variable.exportAttributes(Identity id, Object source, boolean foreign)
          Exports attribute values to another variable identified by the specified Identity and obtained from an external source by applying the exporter of this variable.
 AttributeList VariableX.exportAttributes(Identity id, Object source, boolean foreign)
           
 AttributeList Variable.importAttributes(Identity id, Object source, boolean foreign)
          Imports attribute values from another variable identified by the specified Identity and obtained from an external source by applying the importer of this variable.
 AttributeList VariableX.importAttributes(Identity id, Object source, boolean foreign)
           
 

Uses of Identity in org.norther.tammi.core.rt.util
 

Methods in org.norther.tammi.core.rt.util that return Identity
 Identity EnumIdentity.getIdentity()
          Gets the enumerated identity.
 Identity EnumVariable.getIdentity()
           
 

Methods in org.norther.tammi.core.rt.util with parameters of type Identity
 AttributeList AttributeExporter.exportAttributes(Variable var, Identity id, Object source, boolean foreign)
          Exports attribute values to another variable identified by the specified identity.
 AttributeList AttributeImporter.importAttributes(Variable var, Identity id, Object source, boolean foreign)
          Imports attribute values from another variable identified by the specified identity.
 

Uses of Identity in org.norther.tammi.root.db
 

Methods in org.norther.tammi.root.db with parameters of type Identity
 boolean BeanRepositoryClient.addToIdentityTree(Identity[] ids, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap tree)
          Adds the variable chains of the selected identities to an ordered map.
 boolean DefaultBeanRepositoryClient.addToIdentityTree(Identity[] ids, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap tree)
           
 boolean BeanRepositoryClient.addToIdentityTree(Identity id, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap tree)
          Adds the variable chain of the selected identity to an ordered map.
 boolean DefaultBeanRepositoryClient.addToIdentityTree(Identity id, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap tree)
           
 void BeanRepositoryClient.collapseInIdentityTree(Identity id, Persister persister, OrderedMap tree)
          Collapses the specified identity in the ordered map representing an identity tree.
 void DefaultBeanRepositoryClient.collapseInIdentityTree(Identity id, Persister persister, OrderedMap tree)
           
 void BeanRepositoryClient.expandInIdentityTree(Identity id, String childField, String[] nameFields, Persister persister, OrderedMap tree)
          Expands the specified identity in the ordered map representing an identity tree.
 void DefaultBeanRepositoryClient.expandInIdentityTree(Identity id, String childField, String[] nameFields, Persister persister, OrderedMap tree)
           
 

Uses of Identity in org.norther.tammi.root.rt.util
 

Methods in org.norther.tammi.root.rt.util with parameters of type Identity
 AttributeList VariableTransporter.exportAttributes(Variable var, Identity id, Object source, boolean foreign)
           
 AttributeList VariableTransporter.importAttributes(Variable var, Identity id, Object source, boolean foreign)
           
 

Uses of Identity in org.norther.tammi.spray.db.step
 

Methods in org.norther.tammi.spray.db.step that return Identity
 Identity SelectionStepAction.getAccountIdentity(String className, ServletRequest request, ServletResponse response, FilterChain chain)
          Gets the user account identity of the current user.
protected  Identity SelectionStepAction.getMandatorySelection(int index, String className, String[] nameFields, Persister persister, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the mandatory selection for the specified class.
 Identity[] SelectionStepAction.getSelectedIdentities(int step, int index, StepFlowContext context)
          Gets the selected identities.
 Identity SelectionStepAction.getSelectedIdentity(int step, int index, StepFlowContext context)
          Gets the selected identity.
 

Methods in org.norther.tammi.spray.db.step with parameters of type Identity
protected  boolean SelectionStepAction.checkPermission(Identity id, int mask, Persister persister, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Check access permission for the cached identity.
 Variable UserAccountAction.getAccountVariable(int index, Identity id, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets an imported account variable for the selected user.
 Variable UserAccountAction.getAccountVariable(int index, Identity id, String fkField, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets an imported account variable for the selected user and foreign key.
 Variable SelectionStepAction.getImportedVariable(int index, Identity id, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the imported indexed variable for the specified identity.
 Variable SelectionStepAction.getImportedVariable(int index, Identity id, String fkField, Persister persister, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the imported indexed variable for the specified identity and foreign key by applying the specified persister.
 Variable SelectionStepAction.getImportedVariable(int index, Identity id, String fkField, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the imported indexed variable for the specified identity and foreign key.
 Variable SelectionStepAction.getSelectionVariable(int index, Identity[] ids, String className, Collection vars, String[] nameFields, Persister persister, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the indexed list selection variable with the specified variables and the specified identities selected.
 Variable SelectionStepAction.getSelectionVariable(int index, Identity[] ids, String className, Collection roots, String parentField, String childField, String[] nameFields, boolean marked, Persister persister, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the indexed tree selection variable with the specified root variables, the specified identities selected and their parents expanded.
 Variable SelectionStepAction.getSelectionVariable(int index, Identity[] ids, String className, DBAttribute attribute, String[] nameFields, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the indexed list selection variable with the specified identities selected.
 Variable SelectionStepAction.getSelectionVariable(int index, Identity[] ids, String className, Object pk, String parentField, String childField, String[] nameFields, boolean marked, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the indexed tree selection variable with the specified identities selected and their parents expanded.
 Variable SelectionStepAction.getSelectionVariable(int index, Identity id, String className, DBAttribute attribute, String[] nameFields, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the indexed list selection variable with the specified identity selected.
 Variable SelectionStepAction.getSelectionVariable(int index, Identity id, String className, Object pk, String parentField, String childField, String[] nameFields, boolean marked, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the indexed tree selection variable with the specified identity selected and its parent expanded.
 

Uses of Identity in org.norther.tammi.spray.db.tool
 

Methods in org.norther.tammi.spray.db.tool that return Identity
 Identity RepositoryTool.toIdentity(Object[] pks, String type)
          Returns the identity of the specified primary keys and variable type.
 Identity RepositoryTool.toIdentity(Object pk, String type)
          Returns the identity of the specified primary key and variable type.
 Identity RepositoryTool.toIdentity(Variable var)
          Returns the identity of the specified variable.
 



Copyright © 2004 The Norther Organization. All rights reserved.