Uses of Class
com.echothree.model.data.core.server.entity.Component
Packages that use Component
Package
Description
-
Uses of Component in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ComponentModifier and TypeMethodDescriptionComponentControl.createComponent(ComponentVendor componentVendor, String componentName, String description, BasePK createdBy) ComponentControl.getComponentByName(ComponentVendor componentVendor, String componentName) Methods in com.echothree.model.control.core.server.control with parameters of type ComponentModifier and TypeMethodDescriptionComponentControl.createComponentVersion(Component component, Integer majorRevision, Integer minorRevision, ComponentStage componentStage, Integer buildNumber, BasePK createdBy) ComponentControl.getComponentVersion(Component component) -
Uses of Component in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentModifier and TypeMethodDescriptionComponentDetail.getComponent()ComponentDetail.getComponent(EntityPermission entityPermission) ComponentVersion.getComponent()ComponentVersion.getComponent(EntityPermission entityPermission) ComponentDetail.getComponentForUpdate()ComponentVersion.getComponentForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type ComponentModifier and TypeMethodDescriptionvoidComponentDetail.setComponent(Component entity) voidComponentVersion.setComponent(Component entity) -
Uses of Component in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentModifier and TypeMethodDescriptionComponentFactory.create()ComponentFactory.create(ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) ComponentFactory.create(ComponentDetail activeDetail, ComponentDetail lastDetail) ComponentFactory.getEntityFromCache(ComponentPK pk) ComponentFactory.getEntityFromPK(EntityPermission entityPermission, ComponentPK pk) ComponentFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ComponentFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ComponentFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ComponentFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ComponentFactory.getEntityFromValue(EntityPermission entityPermission, ComponentValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ComponentPK> pks) ComponentFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ComponentFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ComponentFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ComponentFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentModifier and TypeMethodDescriptionComponentDetailFactory.create(ComponentVendor componentVendor, Component component, String componentName, String description, Long fromTime, Long thruTime) ComponentVersionFactory.create(Component component, Integer majorRevision, Integer minorRevision, ComponentStage componentStage, Integer buildNumber, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.core.server.factory with type arguments of type Component