Uses of Class
com.echothree.model.data.accounting.common.pk.CurrencyDescriptionPK
Packages that use CurrencyDescriptionPK
Package
Description
-
Uses of CurrencyDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return CurrencyDescriptionPK -
Uses of CurrencyDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getNextPK()CurrencyDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) CurrencyDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CurrencyDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CurrencyDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) CurrencyDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getEntityFromCache(CurrencyDescriptionPK pk) CurrencyDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, CurrencyDescriptionPK pk) CurrencyDescriptionFactory.getValueFromPK(CurrencyDescriptionPK pk) voidCurrencyDescriptionFactory.remove(CurrencyDescriptionPK pk) booleanCurrencyDescriptionFactory.validPK(CurrencyDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CurrencyDescriptionPK> pks) CurrencyDescriptionFactory.getValuesFromPKs(Collection<CurrencyDescriptionPK> pks) voidCurrencyDescriptionFactory.remove(Collection<CurrencyDescriptionPK> pks) -
Uses of CurrencyDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return CurrencyDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type CurrencyDescriptionPKModifierConstructorDescriptionCurrencyDescriptionValue(CurrencyDescriptionPK currencyDescriptionPK, CurrencyPK currencyPK, LanguagePK languagePK, String description) Creates a new instance of CurrencyDescriptionValue