Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionReasonDetailPK
Packages that use InventoryTransactionReasonDetailPK
Package
Description
-
Uses of InventoryTransactionReasonDetailPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionInventoryTransactionReason.getActiveDetailPK()InventoryTransactionReason.getLastDetailPK()InventoryTransactionReasonDetail.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionReason.setActiveDetailPK(InventoryTransactionReasonDetailPK activeDetailPK) voidInventoryTransactionReason.setLastDetailPK(InventoryTransactionReasonDetailPK lastDetailPK) -
Uses of InventoryTransactionReasonDetailPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionInventoryTransactionReasonDetailFactory.getNextPK()InventoryTransactionReasonDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionReasonDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionInventoryTransactionReasonDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionReasonDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionReasonDetailFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionReasonDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionInventoryTransactionReasonFactory.create(InventoryTransactionReasonDetailPK activeDetailPK, InventoryTransactionReasonDetailPK lastDetailPK) InventoryTransactionReasonDetailFactory.getEntityFromCache(InventoryTransactionReasonDetailPK pk) InventoryTransactionReasonDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionReasonDetailPK pk) InventoryTransactionReasonDetailFactory.getValueFromPK(InventoryTransactionReasonDetailPK pk) voidInventoryTransactionReasonDetailFactory.remove(InventoryTransactionReasonDetailPK pk) booleanInventoryTransactionReasonDetailFactory.validPK(InventoryTransactionReasonDetailPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionInventoryTransactionReasonDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionReasonDetailPK> pks) InventoryTransactionReasonDetailFactory.getValuesFromPKs(Collection<InventoryTransactionReasonDetailPK> pks) voidInventoryTransactionReasonDetailFactory.remove(Collection<InventoryTransactionReasonDetailPK> pks) -
Uses of InventoryTransactionReasonDetailPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionInventoryTransactionReasonValue.getActiveDetailPK()InventoryTransactionReasonValue.getLastDetailPK()InventoryTransactionReasonDetailValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionReasonValue.setActiveDetailPK(InventoryTransactionReasonDetailPK activeDetailPK) voidInventoryTransactionReasonValue.setLastDetailPK(InventoryTransactionReasonDetailPK lastDetailPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionReasonDetailPKModifierConstructorDescriptionInventoryTransactionReasonDetailValue(InventoryTransactionReasonDetailPK inventoryTransactionReasonDetailPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionReasonName, InventoryDispositionPK inventoryDispositionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionReasonDetailValueInventoryTransactionReasonValue(InventoryTransactionReasonDetailPK activeDetailPK, InventoryTransactionReasonDetailPK lastDetailPK) Creates a new instance of InventoryTransactionReasonValueInventoryTransactionReasonValue(InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionReasonDetailPK activeDetailPK, InventoryTransactionReasonDetailPK lastDetailPK) Creates a new instance of InventoryTransactionReasonValue -
Uses of InventoryTransactionReasonDetailPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionInventoryTransactionReasons.ActiveDetail()Getter forinventorytransactionreasons.invtrxrsn_activedetailid.InventoryTransactionReasonDetails.InventoryTransactionReasonDetail()Getter forinventorytransactionreasondetails.invtrxrsndt_inventorytransactionreasondetailid.InventoryTransactionReasons.LastDetail()Getter forinventorytransactionreasons.invtrxrsn_lastdetailid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryTransactionReasonDetailPK> InventoryTransactionReasonDetails.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionReasonDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionReasons.ActiveDetail(InventoryTransactionReasonDetailPK value) Setter forinventorytransactionreasons.invtrxrsn_activedetailid.voidInventoryTransactionReasonDetails.InventoryTransactionReasonDetail(InventoryTransactionReasonDetailPK value) Setter forinventorytransactionreasondetails.invtrxrsndt_inventorytransactionreasondetailid.voidInventoryTransactionReasons.LastDetail(InventoryTransactionReasonDetailPK value) Setter forinventorytransactionreasons.invtrxrsn_lastdetailid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionReasonDetailPKModifierConstructorDescriptionInventoryTransactionReasonDetails(InventoryTransactionReasonDetailPK InventoryTransactionReasonDetail, InventoryTransactionReasonPK InventoryTransactionReason, InventoryTransactionTypePK InventoryTransactionType, String InventoryTransactionReasonName, InventoryDispositionPK InventoryDisposition, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionReasonDetailsInventoryTransactionReasons(InventoryTransactionReasonPK InventoryTransactionReason, InventoryTransactionReasonDetailPK ActiveDetail, InventoryTransactionReasonDetailPK LastDetail) Create a detached, initialised InventoryTransactionReasons -
Uses of InventoryTransactionReasonDetailPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryTransactionReasonDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryTransactionReasons, InventoryTransactionReasonDetailPK> InventoryTransactionReasons.ACTIVE_DETAILThe columninventorytransactionreasons.invtrxrsn_activedetailid.final org.jooq.TableField<InventoryTransactionReasonDetails, InventoryTransactionReasonDetailPK> InventoryTransactionReasonDetails.INVENTORY_TRANSACTION_REASON_DETAILThe columninventorytransactionreasondetails.invtrxrsndt_inventorytransactionreasondetailid.final org.jooq.TableField<InventoryTransactionReasons, InventoryTransactionReasonDetailPK> InventoryTransactionReasons.LAST_DETAILThe columninventorytransactionreasons.invtrxrsn_lastdetailid.