Uses of Class
com.echothree.model.data.core.common.pk.ComponentVersionPK
Packages that use ComponentVersionPK
Package
Description
-
Uses of ComponentVersionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentVersionPK -
Uses of ComponentVersionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentVersionPKModifier and TypeMethodDescriptionComponentVersionFactory.getNextPK()ComponentVersionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ComponentVersionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentVersionPKModifier and TypeMethodDescriptionComponentVersionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ComponentVersionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ComponentVersionFactory.getPKsFromResultSetAsList(ResultSet rs) ComponentVersionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentVersionPKModifier and TypeMethodDescriptionComponentVersionFactory.getEntityFromCache(ComponentVersionPK pk) ComponentVersionFactory.getEntityFromPK(EntityPermission entityPermission, ComponentVersionPK pk) ComponentVersionFactory.getValueFromPK(ComponentVersionPK pk) voidComponentVersionFactory.remove(ComponentVersionPK pk) booleanComponentVersionFactory.validPK(ComponentVersionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ComponentVersionPKModifier and TypeMethodDescriptionComponentVersionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ComponentVersionPK> pks) ComponentVersionFactory.getValuesFromPKs(Collection<ComponentVersionPK> pks) voidComponentVersionFactory.remove(Collection<ComponentVersionPK> pks) -
Uses of ComponentVersionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ComponentVersionPKConstructors in com.echothree.model.data.core.server.value with parameters of type ComponentVersionPKModifierConstructorDescriptionComponentVersionValue(ComponentVersionPK componentVersionPK, ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) Creates a new instance of ComponentVersionValue