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
(Session session, CurrencyDescriptionPK pk) CurrencyDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, CurrencyDescriptionPK pk) CurrencyDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CurrencyDescriptionPK pk) CurrencyDescriptionFactory.getValueFromPK
(Session session, CurrencyDescriptionPK pk) void
CurrencyDescriptionFactory.remove
(Session session, CurrencyDescriptionPK pk) boolean
CurrencyDescriptionFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CurrencyDescriptionPK> pks) CurrencyDescriptionFactory.getValuesFromPKs
(Session session, Collection<CurrencyDescriptionPK> pks) void
CurrencyDescriptionFactory.remove
(Session session, Collection<CurrencyDescriptionPK> pks) void
CurrencyDescriptionFactory.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