Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeGroupDescriptionPK
Packages that use EntityAttributeGroupDescriptionPK
Package
Description
-
Uses of EntityAttributeGroupDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeGroupDescriptionPK -
Uses of EntityAttributeGroupDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeGroupDescriptionPKModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.getNextPK()EntityAttributeGroupDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAttributeGroupDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeGroupDescriptionPKModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAttributeGroupDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAttributeGroupDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAttributeGroupDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeGroupDescriptionPKModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.getEntityFromCache(Session session, EntityAttributeGroupDescriptionPK pk) EntityAttributeGroupDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeGroupDescriptionPK pk) EntityAttributeGroupDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityAttributeGroupDescriptionPK pk) EntityAttributeGroupDescriptionFactory.getValueFromPK(Session session, EntityAttributeGroupDescriptionPK pk) voidEntityAttributeGroupDescriptionFactory.remove(Session session, EntityAttributeGroupDescriptionPK pk) booleanEntityAttributeGroupDescriptionFactory.validPK(Session session, EntityAttributeGroupDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeGroupDescriptionPKModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeGroupDescriptionPK> pks) EntityAttributeGroupDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityAttributeGroupDescriptionPK> pks) EntityAttributeGroupDescriptionFactory.getValuesFromPKs(Session session, Collection<EntityAttributeGroupDescriptionPK> pks) voidEntityAttributeGroupDescriptionFactory.remove(Session session, Collection<EntityAttributeGroupDescriptionPK> pks) voidEntityAttributeGroupDescriptionFactory.remove(Collection<EntityAttributeGroupDescriptionPK> pks) -
Uses of EntityAttributeGroupDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeGroupDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeGroupDescriptionPKModifierConstructorDescriptionEntityAttributeGroupDescriptionValue(EntityAttributeGroupDescriptionPK entityAttributeGroupDescriptionPK, EntityAttributeGroupPK entityAttributeGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeGroupDescriptionValue