Uses of Class
com.echothree.model.data.core.common.pk.ComponentPK
Packages that use ComponentPK
Package
Description
-
Uses of ComponentPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentPKModifier and TypeMethodDescriptionComponentDetail.getComponentPK()ComponentVersion.getComponentPK()Component.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type ComponentPKModifier and TypeMethodDescriptionvoidComponentDetail.setComponentPK(ComponentPK componentPK) voidComponentVersion.setComponentPK(ComponentPK componentPK) -
Uses of ComponentPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentPKModifier and TypeMethodDescriptionComponentFactory.getNextPK()ComponentFactory.getPKFromQuery(PreparedStatement ps, Object... params) ComponentFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentPKModifier and TypeMethodDescriptionComponentFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ComponentFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ComponentFactory.getPKsFromResultSetAsList(ResultSet rs) ComponentFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentPKModifier and TypeMethodDescriptionComponentDetailFactory.create(ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) ComponentDetailFactory.create(Session session, ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) ComponentVersionFactory.create(ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) ComponentVersionFactory.create(Session session, ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) ComponentFactory.getEntityFromCache(Session session, ComponentPK pk) ComponentFactory.getEntityFromPK(EntityPermission entityPermission, ComponentPK pk) ComponentFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ComponentPK pk) ComponentFactory.getValueFromPK(Session session, ComponentPK pk) voidComponentFactory.remove(Session session, ComponentPK pk) booleanComponentFactory.validPK(Session session, ComponentPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ComponentPKModifier and TypeMethodDescriptionComponentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ComponentPK> pks) ComponentFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ComponentPK> pks) ComponentFactory.getValuesFromPKs(Session session, Collection<ComponentPK> pks) voidComponentFactory.remove(Session session, Collection<ComponentPK> pks) voidComponentFactory.remove(Collection<ComponentPK> pks) -
Uses of ComponentPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ComponentPKModifier and TypeMethodDescriptionComponentDetailValue.getComponentPK()ComponentVersionValue.getComponentPK()ComponentValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type ComponentPKModifier and TypeMethodDescriptionvoidComponentDetailValue.setComponentPK(ComponentPK componentPK) voidComponentVersionValue.setComponentPK(ComponentPK componentPK) Constructors in com.echothree.model.data.core.server.value with parameters of type ComponentPKModifierConstructorDescriptionComponentDetailValue(ComponentDetailPK componentDetailPK, ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValueComponentDetailValue(ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValueComponentValue(ComponentPK componentPK, ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) Creates a new instance of ComponentValueComponentVersionValue(ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) Creates a new instance of ComponentVersionValueComponentVersionValue(ComponentVersionPK componentVersionPK, ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) Creates a new instance of ComponentVersionValue