Uses of Class
com.echothree.model.data.style.server.entity.StylePathDetail
Packages that use StylePathDetail
Package
Description
-
Uses of StylePathDetail in com.echothree.model.data.style.server.entity
Methods in com.echothree.model.data.style.server.entity that return StylePathDetailModifier and TypeMethodDescriptionStylePath.getActiveDetail()StylePath.getActiveDetail(EntityPermission entityPermission) StylePath.getActiveDetailForUpdate()StylePath.getLastDetail()StylePath.getLastDetail(EntityPermission entityPermission) StylePath.getLastDetailForUpdate()Methods in com.echothree.model.data.style.server.entity with parameters of type StylePathDetailModifier and TypeMethodDescriptionvoidStylePath.setActiveDetail(StylePathDetail entity) voidStylePath.setLastDetail(StylePathDetail entity) -
Uses of StylePathDetail in com.echothree.model.data.style.server.factory
Methods in com.echothree.model.data.style.server.factory that return StylePathDetailModifier and TypeMethodDescriptionStylePathDetailFactory.create(StylePathPK stylePathPK, String stylePathName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) StylePathDetailFactory.create(StylePath stylePath, String stylePathName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) StylePathDetailFactory.getEntityFromCache(StylePathDetailPK pk) StylePathDetailFactory.getEntityFromPK(EntityPermission entityPermission, StylePathDetailPK pk) StylePathDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) StylePathDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) StylePathDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) StylePathDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) StylePathDetailFactory.getEntityFromValue(EntityPermission entityPermission, StylePathDetailValue value) Methods in com.echothree.model.data.style.server.factory that return types with arguments of type StylePathDetailModifier and TypeMethodDescriptionStylePathDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<StylePathDetailPK> pks) StylePathDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) StylePathDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) StylePathDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) StylePathDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.style.server.factory with parameters of type StylePathDetailModifier and TypeMethodDescriptionStylePathFactory.create(StylePathDetail activeDetail, StylePathDetail lastDetail) voidStylePathDetailFactory.remove(StylePathDetail entity) voidStylePathDetailFactory.store(StylePathDetail entity) Method parameters in com.echothree.model.data.style.server.factory with type arguments of type StylePathDetailModifier and TypeMethodDescriptionvoidStylePathDetailFactory.store(Collection<StylePathDetail> entities)