Uses of Class
com.echothree.model.data.style.common.pk.StylePathDetailPK
Packages that use StylePathDetailPK
Package
Description
-
Uses of StylePathDetailPK in com.echothree.model.data.style.server.entity
Methods in com.echothree.model.data.style.server.entity that return StylePathDetailPKModifier and TypeMethodDescriptionStylePath.getActiveDetailPK()StylePath.getLastDetailPK()StylePathDetail.getPrimaryKey()Methods in com.echothree.model.data.style.server.entity with parameters of type StylePathDetailPKModifier and TypeMethodDescriptionvoidStylePath.setActiveDetailPK(StylePathDetailPK activeDetailPK) voidStylePath.setLastDetailPK(StylePathDetailPK lastDetailPK) -
Uses of StylePathDetailPK in com.echothree.model.data.style.server.factory
Methods in com.echothree.model.data.style.server.factory that return StylePathDetailPKModifier and TypeMethodDescriptionStylePathDetailFactory.getNextPK()StylePathDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) StylePathDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.style.server.factory that return types with arguments of type StylePathDetailPKModifier and TypeMethodDescriptionStylePathDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) StylePathDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) StylePathDetailFactory.getPKsFromResultSetAsList(ResultSet rs) StylePathDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.style.server.factory with parameters of type StylePathDetailPKModifier and TypeMethodDescriptionStylePathFactory.create(StylePathDetailPK activeDetailPK, StylePathDetailPK lastDetailPK) StylePathDetailFactory.getEntityFromCache(StylePathDetailPK pk) StylePathDetailFactory.getEntityFromPK(EntityPermission entityPermission, StylePathDetailPK pk) StylePathDetailFactory.getValueFromPK(StylePathDetailPK pk) voidStylePathDetailFactory.remove(StylePathDetailPK pk) booleanStylePathDetailFactory.validPK(StylePathDetailPK pk) Method parameters in com.echothree.model.data.style.server.factory with type arguments of type StylePathDetailPKModifier and TypeMethodDescriptionStylePathDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<StylePathDetailPK> pks) StylePathDetailFactory.getValuesFromPKs(Collection<StylePathDetailPK> pks) voidStylePathDetailFactory.remove(Collection<StylePathDetailPK> pks) -
Uses of StylePathDetailPK in com.echothree.model.data.style.server.value
Methods in com.echothree.model.data.style.server.value that return StylePathDetailPKModifier and TypeMethodDescriptionStylePathValue.getActiveDetailPK()StylePathValue.getLastDetailPK()StylePathDetailValue.getPrimaryKey()Methods in com.echothree.model.data.style.server.value with parameters of type StylePathDetailPKModifier and TypeMethodDescriptionvoidStylePathValue.setActiveDetailPK(StylePathDetailPK activeDetailPK) voidStylePathValue.setLastDetailPK(StylePathDetailPK lastDetailPK) Constructors in com.echothree.model.data.style.server.value with parameters of type StylePathDetailPKModifierConstructorDescriptionStylePathDetailValue(StylePathDetailPK stylePathDetailPK, StylePathPK stylePathPK, String stylePathName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of StylePathDetailValueStylePathValue(StylePathDetailPK activeDetailPK, StylePathDetailPK lastDetailPK) Creates a new instance of StylePathValueStylePathValue(StylePathPK stylePathPK, StylePathDetailPK activeDetailPK, StylePathDetailPK lastDetailPK) Creates a new instance of StylePathValue