com.ibm.commerce.marketingcenter.events.objects
Class SalesAssistantStatisticsAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.marketingcenter.events.objects.SalesAssistantStatisticsAccessBean
All Implemented Interfaces:
SalesAssistantStatisticsAccessBeanData, java.io.Serializable

public class SalesAssistantStatisticsAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements SalesAssistantStatisticsAccessBeanData

This bean provides access to the SASTATS table.

The following is a description of this table:

This table captures statistics related to the Sales Assistant Product Advisor metaphor.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
SalesAssistantStatisticsAccessBean()
          Default constructor.
SalesAssistantStatisticsAccessBean(javax.ejb.EJBObject aEJB)
          Creates an access bean for the specified EJB.
SalesAssistantStatisticsAccessBean(java.lang.Integer aTreeId, java.lang.Integer aStoreId, java.lang.Integer aConceptId)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
SalesAssistantStatisticsAccessBean(java.lang.Integer aTreeId, java.lang.Integer aStoreId, java.lang.Integer aConceptId, java.lang.Long aCategoryGroupId, java.lang.Integer newCount)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByStoreId(java.lang.Integer aStoreId)
          This method returns an Enumeration of SalesAssistantStatisticsAccessBean for the given store entity identifier.
 java.lang.String getCatGroupId()
          This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.
 java.lang.Long getCatGroupIdInEJBType()
          This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.
 java.lang.String getConceptId()
          This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.Integer getConceptIdInEJBType()
          This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.String getSaCount()
          This method provides access to the SASTATS.COUNT column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 java.lang.Integer getSaCountInEJBType()
          This method provides access to the SASTATS.COUNT column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 java.lang.String getStoreId()
          This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.Integer getStoreIdInEJBType()
          This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.String getTreeId()
          This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.Integer getTreeIdInEJBType()
          This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void incrementCount()
          Method to increment the number of times the particular concept or tree or store was selected (answered) by the customer
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setCatGroupId(java.lang.Long aCatGroupId1)
          This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.
 void setCatGroupId(java.lang.String aCatGroupId1)
          This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.
 void setConceptId(java.lang.Integer aConceptId1)
          This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setConceptId(java.lang.String aConceptId1)
          This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setInitKey_conceptId(java.lang.String aInitKey_conceptId1)
          Set the primary key for this object
 void setInitKey_storeId(java.lang.String aInitKey_storeId1)
          Set the primary key for this object
 void setInitKey_treeId(java.lang.String aInitKey_treeId1)
          Set the primary key for this object
 void setSaCount(java.lang.Integer aSaCount1)
          This method provides access to the SASTATS.COUNT column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 void setSaCount(java.lang.String aSaCount1)
          This method provides access to the SASTATS.COUNT column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 void setStoreId(java.lang.Integer aStoreId1)
          This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setStoreId(java.lang.String aStoreId1)
          This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setTreeId(java.lang.Integer aTreeId1)
          This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setTreeId(java.lang.String aTreeId1)
          This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalesAssistantStatisticsAccessBean

public SalesAssistantStatisticsAccessBean()

Default constructor. Maps to findByPrimaryKey.


SalesAssistantStatisticsAccessBean

public SalesAssistantStatisticsAccessBean(javax.ejb.EJBObject aEJB)
                                   throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
aEJB - A SalesAssistantStatistics EJBObject reference
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

SalesAssistantStatisticsAccessBean

public SalesAssistantStatisticsAccessBean(java.lang.Integer aTreeId,
                                          java.lang.Integer aStoreId,
                                          java.lang.Integer aConceptId)
                                   throws javax.ejb.CreateException,
                                          java.rmi.RemoteException,
                                          javax.naming.NamingException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
aTreeId - A tree identifier
aStoreId - A store entity identifier
aConceptId - java.lang.Integer
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception

SalesAssistantStatisticsAccessBean

public SalesAssistantStatisticsAccessBean(java.lang.Integer aTreeId,
                                          java.lang.Integer aStoreId,
                                          java.lang.Integer aConceptId,
                                          java.lang.Long aCategoryGroupId,
                                          java.lang.Integer newCount)
                                   throws javax.ejb.CreateException,
                                          java.rmi.RemoteException,
                                          javax.naming.NamingException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
aTreeId - A tree identifier
aStoreId - A store entity identifier
aConceptId - A concept identifier
aCategoryGroupId - A category group identifier
newCount - The number of times the particular concept or tree or store was selected (answered) by the customer
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreId

public java.util.Enumeration findByStoreId(java.lang.Integer aStoreId)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method returns an Enumeration of SalesAssistantStatisticsAccessBean for the given store entity identifier.

SQL:
SELECT * FROM SASTATS WHERE STOREENT_ID =aStoreId GROUP BY TREE_ID,CATGROUP_ID,CONCEPT_ID,STOREENT_ID,COUNT ORDER BY TREE_ID,CATGROUP_ID

Parameters:
aStoreId - A store entity identifier
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatGroupId

public java.lang.String getCatGroupId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.

The following is a description of this column:

The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.

Specified by:
getCatGroupId in interface SalesAssistantStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatGroupIdInEJBType

public java.lang.Long getCatGroupIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.

The following is a description of this column:

The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getConceptId

public java.lang.String getConceptId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

This is the concept identifier as described in the CONCEPTID column of the ICKNOWLEDG table.

Specified by:
getConceptId in interface SalesAssistantStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getConceptIdInEJBType

public java.lang.Integer getConceptIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

This is the concept identifier as described in the CONCEPTID column of the ICKNOWLEDG table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSaCount

public java.lang.String getSaCount()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the SASTATS.COUNT column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times the particular concept or tree or store was selected (answered) by the customer.

Specified by:
getSaCount in interface SalesAssistantStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSaCountInEJBType

public java.lang.Integer getSaCountInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the SASTATS.COUNT column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times the particular concept or tree or store was selected (answered) by the customer.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreId

public java.lang.String getStoreId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Specified by:
getStoreId in interface SalesAssistantStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreIdInEJBType

public java.lang.Integer getStoreIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTreeId

public java.lang.String getTreeId()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The tree identifier as described in the TREEID column of the ICKNOWLEDG table.

Specified by:
getTreeId in interface SalesAssistantStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTreeIdInEJBType

public java.lang.Integer getTreeIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The tree identifier as described in the TREEID column of the ICKNOWLEDG table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

incrementCount

public void incrementCount()
                    throws java.rmi.RemoteException,
                           javax.ejb.FinderException,
                           javax.naming.NamingException

Method to increment the number of times the particular concept or tree or store was selected (answered) by the customer

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setCatGroupId

public void setCatGroupId(java.lang.Long aCatGroupId1)

This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.

The following is a description of this column:

The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.

Parameters:
aCatGroupId1 - A category group identifier
Returns:
void

setCatGroupId

public void setCatGroupId(java.lang.String aCatGroupId1)

This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.

The following is a description of this column:

The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.

Specified by:
setCatGroupId in interface SalesAssistantStatisticsAccessBeanData
Parameters:
aCatGroupId1 - java.lang.String
Returns:
void

setConceptId

public void setConceptId(java.lang.Integer aConceptId1)

This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

This is the concept identifier as described in the CONCEPTID column of the ICKNOWLEDG table.

Parameters:
aConceptId1 - A concept identifier
Returns:
void

setConceptId

public void setConceptId(java.lang.String aConceptId1)

This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

This is the concept identifier as described in the CONCEPTID column of the ICKNOWLEDG table.

Specified by:
setConceptId in interface SalesAssistantStatisticsAccessBeanData
Parameters:
aConceptId1 - A concept identifier
Returns:
void

setInitKey_conceptId

public void setInitKey_conceptId(java.lang.String aInitKey_conceptId1)

Set the primary key for this object

Parameters:
aInitKey_conceptId1 - A concept identifier
Returns:
void

setInitKey_storeId

public void setInitKey_storeId(java.lang.String aInitKey_storeId1)

Set the primary key for this object

Parameters:
aInitKey_storeId1 - A store entity identifier
Returns:
void

setInitKey_treeId

public void setInitKey_treeId(java.lang.String aInitKey_treeId1)

Set the primary key for this object

Parameters:
aInitKey_treeId1 - A tree identifier.
Returns:
void

setSaCount

public void setSaCount(java.lang.Integer aSaCount1)

This method provides access to the SASTATS.COUNT column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times the particular concept or tree or store was selected (answered) by the customer.

Parameters:
aSaCount1 - The number of times the particular concept or tree or store was selected (answered) by the customer
Returns:
void

setSaCount

public void setSaCount(java.lang.String aSaCount1)

This method provides access to the SASTATS.COUNT column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times the particular concept or tree or store was selected (answered) by the customer.

Specified by:
setSaCount in interface SalesAssistantStatisticsAccessBeanData
Parameters:
aSaCount1 - The number of times the particular concept or tree or store was selected (answered) by the customer
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer aStoreId1)

This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Parameters:
aStoreId1 - A store entity identifier
Returns:
void

setStoreId

public void setStoreId(java.lang.String aStoreId1)

This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Specified by:
setStoreId in interface SalesAssistantStatisticsAccessBeanData
Parameters:
aStoreId1 - A store entity identifier
Returns:
void

setTreeId

public void setTreeId(java.lang.Integer aTreeId1)

This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The tree identifier as described in the TREEID column of the ICKNOWLEDG table.

Parameters:
aTreeId1 - A tree identifier
Returns:
void

setTreeId

public void setTreeId(java.lang.String aTreeId1)

This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The tree identifier as described in the TREEID column of the ICKNOWLEDG table.

Specified by:
setTreeId in interface SalesAssistantStatisticsAccessBeanData
Parameters:
aTreeId1 - A tree identifier
Returns:
void