public class ProductGroupXrefController extends JDBCObjectController<ProductGroupXref>
ProductGroupXref class. Provides methods for
retrieving and persisting product to group x-ref table records in the database.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivDBObjCls, ivFieldCount, ivFieldKeyAlt, ivFieldKeyPri, ivFieldResPfx, ivSyncLast, ivSyncType, ivTableNameivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
ProductGroupXrefController()
The constructor for the controller.
|
| Modifier and Type | Method and Description |
|---|---|
ProductGroupXref |
get(java.lang.String grpcode,
java.lang.String prodcode,
java.lang.String uomcode)
Returns the product to group x-ref record for a group code, product code
and unit of measure code.
|
ProductGroupXref |
getPrimary(java.lang.String prodcode,
java.lang.String uomcode)
Returns the primary product to group x-ref record for a product code and
unit of measure code.
|
add, add, add, arrayToMap, arrayToMap, countAll, delete, delete, deleteAll, dispose, equals, getAll, getConnection, getConnectionInfo, getController, getFieldNames, getFieldNamesForKey, getFieldNamesForUpdate, getFieldNulls, getFieldNullsForKey, getFieldNullsForUpdate, getFieldsForOrderBy, getFieldsForWhere, getFieldSize, getFieldTypes, getFieldTypesForKey, getFieldTypesForUpdate, getStatementForDelete, getStatementForGet, getStatementForGetAll, getStatementForInsert, getStatementForUpdate, getStatementKey, getStatementString, getTableName, hasFieldNamesForKey, hasFieldNamesForUpdate, isDuplicate, resultSetToArray, resultSetToMap, resultSetToMap, resultSetToObject, setConnectionInfo, setPSDeleteValues, setPSExistsValues, setPSInsertValues, setPSUpdateValues, setPSValue, update, update, valuesToObjectcloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArrayprivate static final long serialVersionUID
public ProductGroupXrefController()
public ProductGroupXref get(java.lang.String grpcode, java.lang.String prodcode, java.lang.String uomcode)
grpcode - (String) The group code for the desired record.prodcode - (String) The product code for the desired record.uomcode - (String) The unit of measure code for the desired record.public ProductGroupXref getPrimary(java.lang.String prodcode, java.lang.String uomcode)
prodcode - (String) The product code for the desired record.uomcode - (String) The unit of measure code for the desired record.