Uses of Class
com.echothree.model.data.core.common.pk.ComponentDetailPK
Packages that use ComponentDetailPK
Package
Description
-
Uses of ComponentDetailPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentDetailPKModifier and TypeMethodDescriptionComponent.getActiveDetailPK()Component.getLastDetailPK()ComponentDetail.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionvoidComponent.setActiveDetailPK(ComponentDetailPK activeDetailPK) voidComponent.setLastDetailPK(ComponentDetailPK lastDetailPK) -
Uses of ComponentDetailPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getNextPK()ComponentDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ComponentDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionComponentFactory.create(ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) ComponentDetailFactory.getEntityFromCache(ComponentDetailPK pk) ComponentDetailFactory.getEntityFromPK(EntityPermission entityPermission, ComponentDetailPK pk) ComponentDetailFactory.getValueFromPK(ComponentDetailPK pk) voidComponentDetailFactory.remove(ComponentDetailPK pk) booleanComponentDetailFactory.validPK(ComponentDetailPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ComponentDetailPK> pks) ComponentDetailFactory.getValuesFromPKs(Collection<ComponentDetailPK> pks) voidComponentDetailFactory.remove(Collection<ComponentDetailPK> pks) -
Uses of ComponentDetailPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ComponentDetailPKModifier and TypeMethodDescriptionComponentValue.getActiveDetailPK()ComponentValue.getLastDetailPK()ComponentDetailValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionvoidComponentValue.setActiveDetailPK(ComponentDetailPK activeDetailPK) voidComponentValue.setLastDetailPK(ComponentDetailPK lastDetailPK) Constructors in com.echothree.model.data.core.server.value with parameters of type ComponentDetailPKModifierConstructorDescriptionComponentDetailValue(ComponentDetailPK componentDetailPK, ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValueComponentValue(ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) Creates a new instance of ComponentValueComponentValue(ComponentPK componentPK, ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) Creates a new instance of ComponentValue