Rakesh API

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

Packages that use Customer
biz.wedoit4u.ejb.entity   
 

Uses of Customer in biz.wedoit4u.ejb.entity
 

Methods in biz.wedoit4u.ejb.entity that return Customer
 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.
 Customer Customers.findByPrimaryKey(int customerId)
          Return the entity bean instance identified by the primary key value specified.
 Customer Customers.findByUsername(java.lang.String username)
          Find the entity bean instance that is identified by the username specified.
abstract  Customer CategoryBean.getCustomer()
          Returns a reference to the Customer entity bean instance that represents the value in the customer_id column.
 Customer Category.getCustomer()
          Return a reference to the Customer entity bean instance that is represented by the value in the customer_id column.
static Customer EntityBeanProvider.getCustomer(int customerId)
          Return a reference to the Customer entity bean.
static Customer EntityBeanProvider.getCustomer(java.lang.String username)
          Return a reference to the Customer entity bean.
 

Methods in biz.wedoit4u.ejb.entity with parameters of type Customer
 Category Categories.create(Customer customer, java.lang.String menuName, java.lang.String longName)
          Create a new category record with just the required values.
 Category Categories.create(Customer customer, java.lang.String menuName, java.lang.String longName, java.lang.String brief, java.lang.String picture, java.lang.String description)
          Create a new category record with all the column values.
 java.lang.Integer CategoryBean.ejbCreate(Customer customer, java.lang.String menuName, java.lang.String longName)
          Create a new category record with just the required values.
 java.lang.Integer CategoryBean.ejbCreate(Customer customer, java.lang.String menuName, java.lang.String longName, java.lang.String brief, java.lang.String picture, java.lang.String description)
          Create a new category record with all the column values.
 void CategoryBean.ejbPostCreate(Customer customer, java.lang.String menuName, java.lang.String longName)
          Mandatory matching postCreate method to the CategoryBean.ejbCreate( Customer, String, String ) method.
 void CategoryBean.ejbPostCreate(Customer customer, java.lang.String menuName, java.lang.String longName, java.lang.String brief, java.lang.String picture, java.lang.String description)
          Mandatory matching postCreate method to the CategoryBean.ejbCreate( Customer, String, String, String, String, String ) method.
 java.util.Collection Categories.findByCustomer(Customer customer)
          Return a Collection of entity bean instances that match the customer_id specified.
static java.util.Collection EntityBeanProvider.getCategoryByCustomer(Customer customer)
          Return a Collection of reference to the Category entity beans that belong to the specified customer_id.
abstract  void CategoryBean.setCustomer(Customer customer)
          Set the value of the customer_id column.
 void Category.setCustomer(Customer customer)
          Set the value in the customer_id column using the value represented by the instance of the Customer entity bean instance.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan