|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ManufacturerMgrIf
ManufacturerMgrIf Interface which an implementation of this manager must adhere to.
| Method Summary | |
|---|---|
Address[] |
getAddressesPerManufacturer(int manufacturerId)
Gets an array of Address objects that have been defined for the manufacturer referenced by the manufacturerId. |
Manufacturer[] |
getAllManufacturers()
Returns an array of all manufacturers |
Manufacturer |
getManufacturer(int manufacturerId,
int languageId)
Gets the manufacturer referenced by the manufacturer id |
Manufacturer |
getManufacturerPerProduct(int productId,
int languageId)
Returns an array of manufacturers for a product |
Manufacturer[] |
getManufacturersFromIds(java.util.ArrayList<java.lang.Integer> manuIdList)
Return an array of manufacturers for the ids passed in through the manuIdList parameter. |
Manufacturer[] |
getManufacturersPerCategory(int categoryId)
Returns an array of manufacturers for a category |
void |
UpdateManufacturerViewedCount(int manufacturerId,
int languageId)
Whenever a user clicks on a manufacturer to view the home page, we update the click count and the date of the last click. |
| Method Detail |
|---|
Manufacturer[] getAllManufacturers()
throws com.workingdogs.village.DataSetException,
org.apache.torque.TorqueException,
KKException
com.workingdogs.village.DataSetException
org.apache.torque.TorqueException
KKException
Manufacturer[] getManufacturersPerCategory(int categoryId)
throws java.lang.Exception
categoryId -
java.lang.Exception
Manufacturer getManufacturerPerProduct(int productId,
int languageId)
throws java.lang.Exception
productId - languageId -
java.lang.Exception
Manufacturer getManufacturer(int manufacturerId,
int languageId)
throws java.lang.Exception
manufacturerId - languageId -
java.lang.Exception
void UpdateManufacturerViewedCount(int manufacturerId,
int languageId)
throws java.lang.Exception
manufacturerId - languageId -
java.lang.Exception
Address[] getAddressesPerManufacturer(int manufacturerId)
throws java.lang.Exception
manufacturerId -
java.lang.Exception
Manufacturer[] getManufacturersFromIds(java.util.ArrayList<java.lang.Integer> manuIdList)
throws java.lang.Exception
manuIdList - An array list containing ids of manufacturers
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||