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 TypeClassDescriptionclass
class
class
class
class
class
class
Methods in com.storedobject.core that throw SOExceptionModifier and TypeMethodDescriptionvoid
SystemUser.changePassword
(char[] currentPassword, char[] newPassword, String newLogin) Change the password.void
PIN.changePIN
(char[] currentPIN, char[] newPIN) Change the pin.default void
StoredObjectLink.checkForDuplicate()
static Class
<?> JavaClassLoader.createClassFromProperty
(String propertyName) Creates a Java Class based on the logic name specified by the given property name.static Object
JavaClassLoader.createInstance
(String logicName) Creates an instance of a logic class specified by its name.static Object
JavaClassLoader.createInstanceFromProperty
(String propertyName) Creates an instance of a class associated with the specified property name.static void
Database.ensureMaster()
default void
void
SystemUser.validateNewPassword
(char[] currentPassword, char[] password) void
PIN.validateNewPIN
(char[] currentPIN, char[] newPIN) -
Uses of SOException in com.storedobject.mail
Methods in com.storedobject.mail that throw SOExceptionModifier and TypeMethodDescriptionstatic QuickSender
QuickSender.create()
Creates an instance of QuickSender by loading the class associated with the "application.quick.mail" property.static Mail
Mail.createAlert()
Creates an alert and returns it as a Mail object.static Mail
Mail.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 QuickSender
QuickSender.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 void
AbstractJSONService.setStreamData
(StreamData streamData) protected void
JSONService.setStreamData
(StreamData streamData) protected void
JSONServiceWS.setStreamData
(StreamData streamData) -
Uses of SOException in com.storedobject.ui
Methods in com.storedobject.ui that throw SOExceptionModifier and TypeMethodDescriptionvoid
void
ObjectBrowser.validateAnchorValues
(T object) Validate the anchor values.void
ObjectEditor.validateAnchorValues
(T object) Validate the anchor values. -
Uses of SOException in com.storedobject.ui.inventory
Constructors in com.storedobject.ui.inventory that throw SOException -
Uses of SOException in com.storedobject.ui.util
Methods in com.storedobject.ui.util that throw SOException