Rakesh API

Uses of Interface
biz.wedoit4u.ejb.entity.CustomerType

Packages that use CustomerType
biz.wedoit4u.ejb.entity   
 

Uses of CustomerType in biz.wedoit4u.ejb.entity
 

Methods in biz.wedoit4u.ejb.entity that return CustomerType
 CustomerType CustomerTypes.create(java.lang.String type)
          Create a new customer_types record with just the values for the required columns.
 CustomerType CustomerTypes.create(java.lang.String type, java.lang.String description)
          Create a new customer_types record.
 CustomerType CustomerTypes.findByPrimaryKey(int customerTypeId)
          Return the entity bean instance identified by the primary key value specified.
 CustomerType CustomerTypes.findByType(java.lang.String type)
          Return the entity bean instance identified by the unique type value specified.
abstract  CustomerType CustomerBean.getCustomerType()
          Return a reference to the CustomerType entity bean instance referenced by the customer_type_id foreign key column.
 CustomerType Customer.getCustomerType()
          Return the value in the customer_type_id column as a reference to the CustomerType entity bean representing that value.
static CustomerType EntityBeanProvider.getCustomerType(int customerTypeId)
          Return a reference to the CustomerType entity bean.
static CustomerType EntityBeanProvider.getCustomerType(java.lang.String type)
          Return a reference to the CustomerType entity bean identified by the type value.
 

Methods in biz.wedoit4u.ejb.entity with parameters of type CustomerType
 Customer Customers.create(java.lang.String username, java.lang.String password, char active, CustomerType customerType)
          Create a new customers record with just the values for the required columns.
 Customer Customers.create(java.lang.String username, java.lang.String password, CustomerType customerType)
          Create a new customers record with just the values for the required columns.
 Customer Customers.create(java.lang.String username, java.lang.String password, java.lang.String email, java.lang.String domain, char active, java.util.Date creationDate, java.util.Date activationDate, java.util.Date expirationDate, CustomerType customerType)
          Create a new customers record with the values specified for all the columns in the table.
 java.lang.Integer CustomerBean.ejbCreate(java.lang.String username, java.lang.String password, char active, CustomerType customerType)
          Create a new customers record with just the values for the required columns.
 java.lang.Integer CustomerBean.ejbCreate(java.lang.String username, java.lang.String password, CustomerType customerType)
          Create a new customers record with just the values for the required columns.
 java.lang.Integer CustomerBean.ejbCreate(java.lang.String username, java.lang.String password, java.lang.String email, java.lang.String domain, char active, java.util.Date creationDate, java.util.Date activationDate, java.util.Date expirationDate, CustomerType customerType)
          Create a new customers record with the values specified for all the columns in the table.
 void CustomerBean.ejbPostCreate(java.lang.String username, java.lang.String password, char active, CustomerType customerType)
          Mandatory matching postCreate method to the CustomerBean.ejbCreate( String, String, char, CustomerType ) method.
 void CustomerBean.ejbPostCreate(java.lang.String username, java.lang.String password, CustomerType customerType)
          Mandatory matching postCreate method to the CustomerBean.ejbCreate( String, String, CustomerType ) method.
 void CustomerBean.ejbPostCreate(java.lang.String username, java.lang.String password, java.lang.String email, java.lang.String domain, char active, java.util.Date creationDate, java.util.Date activationDate, java.util.Date expirationDate, CustomerType customerType)
          Mandatory matching postCreate method to the CustomerBean.ejbCreate( String, String, String, String, char, Date, Date, Date, CustomerType ) method.
 java.util.Collection Customers.findByCustomerType(CustomerType customerType)
          Return a Collection of entity bean instances that represent all the records in the customers table, that belong to the specified CustomerType.
static java.util.Collection EntityBeanProvider.getCustomerByCustomerType(CustomerType customerType)
          Return a Collection of entity bean instances that represent all the records in the customers table, that belong to the specified CustomerType.
abstract  void CustomerBean.setCustomerType(CustomerType customerType)
          Set the value in the customer_type_id column using the CustomerType entity bean that represents the appropriate record in the customer_types table.
 void Customer.setCustomerType(CustomerType type)
          Set the value in the customer_type_id column as a represented by the reference to the CustomerType entity bean representing that value.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan