classpath:/env.properties messages domain-messages magoffin.matt.ieat.biz.RecipeBiz.add*=PROPAGATION_REQUIRED magoffin.matt.ieat.biz.RecipeBiz.remove*=PROPAGATION_REQUIRED magoffin.matt.ieat.biz.RecipeBiz.store*=PROPAGATION_REQUIRED magoffin.matt.ieat.biz.RecipeBiz.*ById=PROPAGATION_REQUIRED magoffin.matt.ieat.biz.UserBiz.forgot*=PROPAGATION_REQUIRED magoffin.matt.ieat.biz.UserBiz.store*=PROPAGATION_REQUIRED magoffin.matt.ieat.biz.UserBiz.confirm*=PROPAGATION_REQUIRED magoffin.matt.ieat.biz.UserBiz.register*=PROPAGATION_REQUIRED magoffin.matt.ieat.biz.UserBiz.logon*=PROPAGATION_REQUIRED ${recipe.image.base.path} gif jpg png removeRecipe setRecipeImage storeRecipe addCommentToRecipe storeRecipeImage confirmRegisteredUser registerUser getMealById removeMeal storeMeal storeIngredient storeRecipe storeRecipeRating removeRecipe magoffin.matt.ieat.biz.RecipeBiz recipeSecurityAdvisor featureCommentsSecurityAdvisor featureRecipeImagesSecurityAdvisor mealSecurityAdvisor recipeBizIngredientIndexAdvisor recipeBizRecipeIndexAdvisor recipeBizRecipeIndexDeleteAdvisor myTransactionInterceptor ${crypto.provider} ${crypto.key.type} ${crypto.cipher.type} ${crypto.key} ${crypto.pbe.salt} ${crypto.salt} magoffin/matt/ieat/mailtemplates registration.txt registration-complete.mail.subject ${url.registration.confirm} registerUser magoffin/matt/ieat/mailtemplates welcome.txt welcome.mail.subject ${url.welcome} confirmRegisteredUser magoffin/matt/ieat/mailtemplates forgot-password.txt forgot-password.mail.subject ${url.forgot-password.confirm} forgotPassword registerUser storeUser removeUser magoffin.matt.ieat.biz.UserBiz featureRegistrationSecurityAdvisor forgotPasswordEmailAdvisor userRegistrationIndexAdvisor userIndexAdvisor userIndexDeleteAdvisor myTransactionInterceptor registrationEmailAdvisor welcomeEmailAdvisor magoffin.matt.ieat.biz.RecipeSearchBiz magoffin.matt.ieat.biz.RecipeSearchIndexBiz recipeIndexCacheAdvisor userIndexCacheAdvisor findRecipesForIndex findUsersForIndex ${mail.from} magoffin.matt.ieat.task.RemoveStaleUserRegistrations 14 0 0 2 * * ? magoffin.matt.ieat.domain ${xslt.cache} magoffin/matt/ieat/biz/impl/recipeml-to-ieat.xsl magoffin/matt/ieat/biz/impl/ieat-to-recipeml.xsl magoffin/matt/ieat/biz/impl/ieat-to-text.xsl magoffin/matt/ieat/mailtemplates recipe.txt email-recipe.mail.subject select ingredientid, ingr_name from ingredient order by ingredientid select r.recipeid, r.recipe_name, r.excerpt, r.directions, s.value_, i.ingredientid, rr.userid, rr.rating, r.ownerid from recipe r left outer join recipestep s on r.recipeid = s.recipeid left outer join recipeingredient i on r.recipeid = i.recipeid left outer join reciperating rr on r.recipeid = rr.recipeid order by r.recipeid, s.pos, i.pos update recipe set baseid = ? where baseid = ? update recipe set courseid = ? where courseid = ? update recipe set difficultyid = ? where difficultyid = ? update recipe set ethnicityid = ? where ethnicityid = ? update recipeingredient set ingredientid = ? where ingredientid = ? update recipe set preptimeid = ? where preptimeid = ? select unitid, value_, abbreviation from unit order by unitid select userid, user_name, login, email, accesslevel, createddate, lastlogindate from users order by userid