Uses of Class
com.storedobject.core.SOException
Packages that use SOException
Package
Description
-
Uses of SOException in com.storedobject.core
Subclasses of SOException in com.storedobject.coreModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in com.storedobject.core that throw SOExceptionModifier and TypeMethodDescriptionvoidSystemUser.changePassword(char[] currentPassword, char[] newPassword, String newLogin) Change the password.voidPIN.changePIN(char[] currentPIN, char[] newPIN) Change the pin.default voidStoredObjectLink.checkForDuplicate()static Class<?> JavaClassLoader.createClassFromProperty(String propertyName) Creates a Java Class based on the logic name specified by the given property name.static ObjectJavaClassLoader.createInstance(String logicName) Creates an instance of a logic class specified by its name.static ObjectJavaClassLoader.createInstanceFromProperty(String propertyName) Creates an instance of a class associated with the specified property name.static voidDatabase.ensureMaster()default voidvoidSystemUser.validateNewPassword(char[] currentPassword, char[] password) voidPIN.validateNewPIN(char[] currentPIN, char[] newPIN) -
Uses of SOException in com.storedobject.mail
Methods in com.storedobject.mail that throw SOExceptionModifier and TypeMethodDescriptionstatic QuickSenderQuickSender.create()Creates an instance of QuickSender by loading the class associated with the "application.quick.mail" property.static MailMail.createAlert()Creates an alert and returns it as a Mail object.static MailMail.createAlert(TransactionManager tm) Creates and prepares an alert mail based on the provided TransactionManager instance. -
Uses of SOException in com.storedobject.sms
Methods in com.storedobject.sms that throw SOExceptionModifier and TypeMethodDescriptionstatic QuickSenderQuickSender.create()Creates an instance of QuickSender by loading the class associated with the "application.quick.sms" property. -
Uses of SOException in com.storedobject.tools
Subclasses of SOException in com.storedobject.toolsMethods in com.storedobject.tools that throw SOExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractJSONService.setStreamData(StreamData streamData) protected voidJSONService.setStreamData(StreamData streamData) protected voidJSONServiceWS.setStreamData(StreamData streamData) -
Uses of SOException in com.storedobject.ui
Methods in com.storedobject.ui that throw SOExceptionModifier and TypeMethodDescriptionvoidvoidObjectBrowser.validateAnchorValues(T object) Validate the anchor values.voidObjectEditor.validateAnchorValues(T object) Validate the anchor values. -
Uses of SOException in com.storedobject.ui.inventory
Constructors in com.storedobject.ui.inventory that throw SOExceptionModifierConstructorDescriptionComputeLandedCost(InventoryGRN grn, ObjectBrowser<InventoryGRN> grns) -
Uses of SOException in com.storedobject.ui.util
Methods in com.storedobject.ui.util that throw SOException