public interface WhseInterface
Modifier and Type | Method and Description |
---|---|
int[] |
getWhseLocLevelInfo(AppInterface appI,
java.lang.String sWhseId)
Return the int[] array of Warehouse Location level lengths
|
int[] getWhseLocLevelInfo(AppInterface appI, java.lang.String sWhseId) throws java.sql.SQLException, DEException
appI
- application interfacesWhseId
- Whse Idjava.sql.SQLException
- thrown if a SQL error occured.DEException
- thrown if a non SQL error occured.