Uses of Class
com.echothree.model.data.style.server.entity.StylePathDescription
Packages that use StylePathDescription
-
Uses of StylePathDescription in com.echothree.model.data.style.server.factory
Methods in com.echothree.model.data.style.server.factory that return StylePathDescriptionModifier and TypeMethodDescriptionStylePathDescriptionFactory.create(StylePathPK stylePathPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) StylePathDescriptionFactory.create(StylePath stylePath, Language language, String description, Long fromTime, Long thruTime) StylePathDescriptionFactory.getEntityFromCache(StylePathDescriptionPK pk) StylePathDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, StylePathDescriptionPK pk) StylePathDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) StylePathDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) StylePathDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) StylePathDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) StylePathDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, StylePathDescriptionValue value) Methods in com.echothree.model.data.style.server.factory that return types with arguments of type StylePathDescriptionModifier and TypeMethodDescriptionStylePathDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<StylePathDescriptionPK> pks) StylePathDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) StylePathDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) StylePathDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) StylePathDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.style.server.factory with parameters of type StylePathDescriptionModifier and TypeMethodDescriptionvoidStylePathDescriptionFactory.remove(StylePathDescription entity) voidStylePathDescriptionFactory.store(StylePathDescription entity) Method parameters in com.echothree.model.data.style.server.factory with type arguments of type StylePathDescriptionModifier and TypeMethodDescriptionvoidStylePathDescriptionFactory.store(Collection<StylePathDescription> entities)