Uses of Class
com.echothree.model.data.core.common.pk.EntityAppearancePK
Packages that use EntityAppearancePK
Package
Description
-
Uses of EntityAppearancePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAppearancePK -
Uses of EntityAppearancePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearanceFactory.getNextPK()EntityAppearanceFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAppearanceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearanceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAppearanceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAppearanceFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAppearanceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearanceFactory.getEntityFromCache(EntityAppearancePK pk) EntityAppearanceFactory.getEntityFromPK(EntityPermission entityPermission, EntityAppearancePK pk) EntityAppearanceFactory.getValueFromPK(EntityAppearancePK pk) voidEntityAppearanceFactory.remove(EntityAppearancePK pk) booleanEntityAppearanceFactory.validPK(EntityAppearancePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearanceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAppearancePK> pks) EntityAppearanceFactory.getValuesFromPKs(Collection<EntityAppearancePK> pks) voidEntityAppearanceFactory.remove(Collection<EntityAppearancePK> pks) -
Uses of EntityAppearancePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAppearancePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAppearancePKModifierConstructorDescriptionEntityAppearanceValue(EntityAppearancePK entityAppearancePK, EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) Creates a new instance of EntityAppearanceValue