Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountDescriptionPK
Packages that use GlAccountDescriptionPK
Package
Description
-
Uses of GlAccountDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountDescriptionPK -
Uses of GlAccountDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getNextPK()GlAccountDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getEntityFromCache(Session session, GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getValueFromPK(Session session, GlAccountDescriptionPK pk) voidGlAccountDescriptionFactory.remove(Session session, GlAccountDescriptionPK pk) booleanGlAccountDescriptionFactory.validPK(Session session, GlAccountDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountDescriptionPK> pks) GlAccountDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GlAccountDescriptionPK> pks) GlAccountDescriptionFactory.getValuesFromPKs(Session session, Collection<GlAccountDescriptionPK> pks) voidGlAccountDescriptionFactory.remove(Session session, Collection<GlAccountDescriptionPK> pks) voidGlAccountDescriptionFactory.remove(Collection<GlAccountDescriptionPK> pks) -
Uses of GlAccountDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountDescriptionPKModifierConstructorDescriptionGlAccountDescriptionValue(GlAccountDescriptionPK glAccountDescriptionPK, GlAccountPK glAccountPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountDescriptionValue