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
(Session session, EntityAppearancePK pk) EntityAppearanceFactory.getEntityFromPK
(EntityPermission entityPermission, EntityAppearancePK pk) EntityAppearanceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityAppearancePK pk) EntityAppearanceFactory.getValueFromPK
(Session session, EntityAppearancePK pk) void
EntityAppearanceFactory.remove
(Session session, EntityAppearancePK pk) boolean
EntityAppearanceFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityAppearancePK> pks) EntityAppearanceFactory.getValuesFromPKs
(Session session, Collection<EntityAppearancePK> pks) void
EntityAppearanceFactory.remove
(Session session, Collection<EntityAppearancePK> pks) void
EntityAppearanceFactory.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