Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountClassDescriptionPK
Packages that use GlAccountClassDescriptionPK
Package
Description
-
Uses of GlAccountClassDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountClassDescriptionPK -
Uses of GlAccountClassDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getNextPK()GlAccountClassDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountClassDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getEntityFromCache(Session session, GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getValueFromPK(Session session, GlAccountClassDescriptionPK pk) voidGlAccountClassDescriptionFactory.remove(Session session, GlAccountClassDescriptionPK pk) booleanGlAccountClassDescriptionFactory.validPK(Session session, GlAccountClassDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) GlAccountClassDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) GlAccountClassDescriptionFactory.getValuesFromPKs(Session session, Collection<GlAccountClassDescriptionPK> pks) voidGlAccountClassDescriptionFactory.remove(Session session, Collection<GlAccountClassDescriptionPK> pks) voidGlAccountClassDescriptionFactory.remove(Collection<GlAccountClassDescriptionPK> pks) -
Uses of GlAccountClassDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountClassDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountClassDescriptionPKModifierConstructorDescriptionGlAccountClassDescriptionValue(GlAccountClassDescriptionPK glAccountClassDescriptionPK, GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDescriptionValue