A B C D E F G H I L M O P Q R S T U V Z 

F

find(Class<E>) - Method in interface org.salespointframework.core.accountancy.Accountancy
Returns all AccountancyEntrys of the specified type clazz and all sub-types, previously added to the accountancy.
find(Class<E>, DateTime, DateTime) - Method in interface org.salespointframework.core.accountancy.Accountancy
Returns all AccountancyEntrys in between the dates from and to of the specified class type clazz and all sub-types, including from and to.
find(Class<E>, DateTime, DateTime, Period) - Method in interface org.salespointframework.core.accountancy.Accountancy
Returns all AccountancyEntrys of type clazz and all sub-types, which have their date within (including) from and to.
find(Class<E>) - Method in interface org.salespointframework.core.catalog.Catalog
Returns an Iterable of Products of type clazz
find(Class<E>) - Method in interface org.salespointframework.core.inventory.Inventory
Gets all InventoryItems class type clazz
find(Class<E>, OrderStatus) - Method in interface org.salespointframework.core.order.OrderManager
Returns all Orders having the OrderStatus status.
find(Class<E>, DateTime, DateTime) - Method in interface org.salespointframework.core.order.OrderManager
Returns all Orders in between the dates from and to, including from and to.
find(Class<E>, UserAccount) - Method in interface org.salespointframework.core.order.OrderManager
Returns all Orders from the given UserAccountIdentifier.
find(Class<E>, UserAccount, DateTime, DateTime) - Method in interface org.salespointframework.core.order.OrderManager
Returns all Orders from the given UserAccountIdentifier in between the dates from and to, including from and to.
findAll() - Method in interface org.salespointframework.core.useraccount.UserAccountManager
Finds all UserAccounts
findByCategory(Class<E>, String) - Method in interface org.salespointframework.core.catalog.Catalog
Returns an Iterable of Products of Type clazz with the category category
findByName(Class<E>, String) - Method in interface org.salespointframework.core.catalog.Catalog
Returns an Iterable of Products of Type clazz with the name name
findDisabled() - Method in interface org.salespointframework.core.useraccount.UserAccountManager
Finds only disabled UserAccounts
findEnabled() - Method in interface org.salespointframework.core.useraccount.UserAccountManager
Finds only enabled UserAccounts
first(Iterable<T>) - Static method in class org.salespointframework.util.Iterables
Returns the first element of an Iterable
forward(Duration) - Method in class org.salespointframework.core.time.DefaultTime
this method does nothing
forward(Duration) - Method in class org.salespointframework.core.time.DeLoreanTime
you need 1.21 gigawatts for this method
forward(Duration) - Method in interface org.salespointframework.core.time.Time
 
A B C D E F G H I L M O P Q R S T U V Z