edu.rice.rubis.beans
Interface IDManagerLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface IDManagerLocal
extends javax.ejb.EJBLocalObject

This is the Remote Interface of the IDManager Bean

Version:
1.1
Author:
Emmanuel Cecchet and Julie Marguerite

Method Summary
 java.lang.Integer getId()
          Get IDManager id.
 java.lang.Integer getNextBidID()
          Generate the bid id.
 java.lang.Integer getNextBuyNowID()
          Generate the buyNow id.
 java.lang.Integer getNextCategoryID()
          Generate the category id.
 java.lang.Integer getNextCommentID()
          Generate the comment id.
 java.lang.Integer getNextItemID()
          Generate the item id.
 java.lang.Integer getNextRegionID()
          Generate the region id.
 java.lang.Integer getNextUserID()
          Generate the user id.
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.Integer getId()
Get IDManager id.
Returns:
IDManager id
Since:
1.0

getNextCategoryID

public java.lang.Integer getNextCategoryID()
Generate the category id.
Returns:
Value of the ID
Since:
1.1

getNextRegionID

public java.lang.Integer getNextRegionID()
Generate the region id.
Returns:
Value of the ID
Since:
1.1

getNextUserID

public java.lang.Integer getNextUserID()
Generate the user id.
Returns:
Value of the ID
Since:
1.1

getNextItemID

public java.lang.Integer getNextItemID()
Generate the item id.
Returns:
Value of the ID
Since:
1.1

getNextCommentID

public java.lang.Integer getNextCommentID()
Generate the comment id.
Returns:
Value of the ID
Since:
1.1

getNextBidID

public java.lang.Integer getNextBidID()
Generate the bid id.
Returns:
Value of the ID
Since:
1.1

getNextBuyNowID

public java.lang.Integer getNextBuyNowID()
Generate the buyNow id.
Returns:
Value of the ID
Since:
1.1


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.