Uses of Class
be.recipe.services.core.Page
-
Packages that use Page Package Description be.recipe.services.core be.recipe.services.executor be.recipe.services.patient be.recipe.services.prescriber -
-
Uses of Page in be.recipe.services.core
Methods in be.recipe.services.core that return Page Modifier and Type Method Description PageObjectFactory. createPage()Create an instance ofPage -
Uses of Page in be.recipe.services.executor
Fields in be.recipe.services.executor declared as Page Modifier and Type Field Description protected PageListNotificationsParam. pageprotected PageListOpenPrescriptionsParam. pageprotected PageListRelationsParam. pageprotected PageListReservationsParam. pageprotected PageListRidsHistoryParam. pageprotected PageListRidsInProcessParam. pageMethods in be.recipe.services.executor that return Page Modifier and Type Method Description PageListNotificationsParam. getPage()Gets the value of the page property.PageListOpenPrescriptionsParam. getPage()Gets the value of the page property.PageListRelationsParam. getPage()Gets the value of the page property.PageListReservationsParam. getPage()Gets the value of the page property.PageListRidsHistoryParam. getPage()Gets the value of the page property.PageListRidsInProcessParam. getPage()Gets the value of the page property.Methods in be.recipe.services.executor with parameters of type Page Modifier and Type Method Description voidListNotificationsParam. setPage(Page value)Sets the value of the page property.voidListOpenPrescriptionsParam. setPage(Page value)Sets the value of the page property.voidListRelationsParam. setPage(Page value)Sets the value of the page property.voidListReservationsParam. setPage(Page value)Sets the value of the page property.voidListRidsHistoryParam. setPage(Page value)Sets the value of the page property.voidListRidsInProcessParam. setPage(Page value)Sets the value of the page property. -
Uses of Page in be.recipe.services.patient
Fields in be.recipe.services.patient declared as Page Modifier and Type Field Description protected PageListOpenRidsParam. pageprotected PageListPatientPrescriptionsParam. pageMethods in be.recipe.services.patient that return Page Modifier and Type Method Description PageListOpenRidsParam. getPage()Gets the value of the page property.PageListPatientPrescriptionsParam. getPage()Gets the value of the page property.Methods in be.recipe.services.patient with parameters of type Page Modifier and Type Method Description voidListOpenRidsParam. setPage(Page value)Sets the value of the page property.voidListPatientPrescriptionsParam. setPage(Page value)Sets the value of the page property. -
Uses of Page in be.recipe.services.prescriber
Fields in be.recipe.services.prescriber declared as Page Modifier and Type Field Description protected PageListOpenRidsParam. pageprotected PageListPrescriptionsParam. pageprotected PageListRidsHistoryParam. pageMethods in be.recipe.services.prescriber that return Page Modifier and Type Method Description PageListOpenRidsParam. getPage()Gets the value of the page property.PageListPrescriptionsParam. getPage()Gets the value of the page property.PageListRidsHistoryParam. getPage()Gets the value of the page property.Methods in be.recipe.services.prescriber with parameters of type Page Modifier and Type Method Description voidListOpenRidsParam. setPage(Page value)Sets the value of the page property.voidListPrescriptionsParam. setPage(Page value)Sets the value of the page property.voidListRidsHistoryParam. setPage(Page value)Sets the value of the page property.
-