Uses of Class
com.echothree.model.data.accounting.common.pk.ItemAccountingCategoryDescriptionPK
Packages that use ItemAccountingCategoryDescriptionPK
Package
Description
-
Uses of ItemAccountingCategoryDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return ItemAccountingCategoryDescriptionPK -
Uses of ItemAccountingCategoryDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.getNextPK()ItemAccountingCategoryDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemAccountingCategoryDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemAccountingCategoryDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemAccountingCategoryDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ItemAccountingCategoryDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.getEntityFromCache(ItemAccountingCategoryDescriptionPK pk) ItemAccountingCategoryDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ItemAccountingCategoryDescriptionPK pk) ItemAccountingCategoryDescriptionFactory.getValueFromPK(ItemAccountingCategoryDescriptionPK pk) voidItemAccountingCategoryDescriptionFactory.remove(ItemAccountingCategoryDescriptionPK pk) booleanItemAccountingCategoryDescriptionFactory.validPK(ItemAccountingCategoryDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemAccountingCategoryDescriptionPK> pks) ItemAccountingCategoryDescriptionFactory.getValuesFromPKs(Collection<ItemAccountingCategoryDescriptionPK> pks) voidItemAccountingCategoryDescriptionFactory.remove(Collection<ItemAccountingCategoryDescriptionPK> pks) -
Uses of ItemAccountingCategoryDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return ItemAccountingCategoryDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type ItemAccountingCategoryDescriptionPKModifierConstructorDescriptionItemAccountingCategoryDescriptionValue(ItemAccountingCategoryDescriptionPK itemAccountingCategoryDescriptionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDescriptionValue -
Uses of ItemAccountingCategoryDescriptionPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptions.ItemAccountingCategoryDescription()Getter foritemaccountingcategorydescriptions.iactgcd_itemaccountingcategorydescriptionid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ItemAccountingCategoryDescriptionPK> ItemAccountingCategoryDescriptions.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionvoidItemAccountingCategoryDescriptions.ItemAccountingCategoryDescription(ItemAccountingCategoryDescriptionPK value) Setter foritemaccountingcategorydescriptions.iactgcd_itemaccountingcategorydescriptionid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type ItemAccountingCategoryDescriptionPKModifierConstructorDescriptionItemAccountingCategoryDescriptions(ItemAccountingCategoryDescriptionPK ItemAccountingCategoryDescription, ItemAccountingCategoryPK ItemAccountingCategory, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ItemAccountingCategoryDescriptions -
Uses of ItemAccountingCategoryDescriptionPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type ItemAccountingCategoryDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemAccountingCategoryDescriptions, ItemAccountingCategoryDescriptionPK> ItemAccountingCategoryDescriptions.ITEM_ACCOUNTING_CATEGORY_DESCRIPTIONThe columnitemaccountingcategorydescriptions.iactgcd_itemaccountingcategorydescriptionid.