Uses of Class
com.storedobject.core.PrintLogicDefinition
Packages that use PrintLogicDefinition
-
Uses of PrintLogicDefinition in com.storedobject.core
Methods in com.storedobject.core that return PrintLogicDefinitionModifier and TypeMethodDescriptionstatic PrintLogicDefinition
PrintLogicDefinition.getFor
(Class<? extends StoredObject> dataCass, String label) Methods in com.storedobject.core that return types with arguments of type PrintLogicDefinitionModifier and TypeMethodDescriptionstatic ObjectIterator
<PrintLogicDefinition> PrintLogicDefinition.listFor
(Class<? extends StoredObject> dataCass, boolean includeSpecial) static ObjectIterator
<PrintLogicDefinition> PrintLogicDefinition.listFor
(Class<? extends StoredObject> dataCass, String applicableDataLogicName) -
Uses of PrintLogicDefinition in com.storedobject.report
Constructors in com.storedobject.report with parameters of type PrintLogicDefinitionModifierConstructorDescriptionObjectReport
(Device device, PrintLogicDefinition printLogicDefinition, StoredObject object) ObjectReport
(Device device, PrintLogicDefinition printLogicDefinition, StoredObject object, boolean execute) ObjectReport
(Device device, PrintLogicDefinition printLogicDefinition, Object objectSource, StoredObject object) ObjectReport
(Device device, PrintLogicDefinition printLogicDefinition, Object objectSource, StoredObject object, boolean execute) -
Uses of PrintLogicDefinition in com.storedobject.ui
Methods in com.storedobject.ui that return types with arguments of type PrintLogicDefinition