Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountCategoryDescriptionPK
Packages that use GlAccountCategoryDescriptionPK
Package
Description
-
Uses of GlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryDescriptionPK -
Uses of GlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getNextPK()GlAccountCategoryDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountCategoryDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getEntityFromCache(Session session, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getValueFromPK(Session session, GlAccountCategoryDescriptionPK pk) voidGlAccountCategoryDescriptionFactory.remove(Session session, GlAccountCategoryDescriptionPK pk) booleanGlAccountCategoryDescriptionFactory.validPK(Session session, GlAccountCategoryDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountCategoryDescriptionPK> pks) GlAccountCategoryDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GlAccountCategoryDescriptionPK> pks) GlAccountCategoryDescriptionFactory.getValuesFromPKs(Session session, Collection<GlAccountCategoryDescriptionPK> pks) voidGlAccountCategoryDescriptionFactory.remove(Session session, Collection<GlAccountCategoryDescriptionPK> pks) voidGlAccountCategoryDescriptionFactory.remove(Collection<GlAccountCategoryDescriptionPK> pks) -
Uses of GlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryDescriptionPKModifierConstructorDescriptionGlAccountCategoryDescriptionValue(GlAccountCategoryDescriptionPK glAccountCategoryDescriptionPK, GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDescriptionValue