public class RelatedProductsXrefController extends JDBCObjectController<RelatedProductsXref>
RelatedProductsXref class. Provides methods for
retrieving and persisting related products 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 |
|---|
RelatedProductsXrefController()
The constructor for the controller.
|
| Modifier and Type | Method and Description |
|---|---|
RelatedProductsXref |
get(java.lang.String reltype,
java.lang.String grpcode,
java.lang.String prodcode,
java.lang.String uomcode,
java.lang.String showgrpcode)
Returns the related products x-ref record for a relationship type, group
code, product code, unit of measure code and show group 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 RelatedProductsXrefController()
public RelatedProductsXref get(java.lang.String reltype, java.lang.String grpcode, java.lang.String prodcode, java.lang.String uomcode, java.lang.String showgrpcode)
reltype - (String) The relationship type code for the desired
record.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.showgrpcode - (String) The show group code for the desired record.