Uses of Class
com.iizix.NotFoundException
Package
Description
Uses of NotFoundException in com.iizix.api
Modifier and TypeMethodDescriptionGets the action with the specified path.BaseEvent.getAction2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.Gets the field with the specified path.BaseEvent.getField2
(@FullVSRef String fullVSRef) Gets the field with the specified full VS reference path.Gets the group with the specified path.BaseEvent.getGroup2
(@FullVSRef String fullVSRef) Gets the group with the specified full VS reference path.Gets the table with the specified path.BaseEvent.getTable2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.<COMP extends IVSComponent>
COMPBaseEvent.getVSComponent
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPBaseEvent.getVSComponent2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.IAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to a UI component.Uses of NotFoundException in com.iizix.api.ui
Modifier and TypeMethodDescription<COMP extends UIComp>
COMPUIBaseEvent.getContainerFirstUIComponent
(String name, Class<COMP> uiClass) Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIBaseEvent.getFirstUIComponent
(String name, Class<COMP> uiClass) Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIBaseEvent.getPanelUIComponent
(@UIRef String uiPath, Class<COMP> uiClass) Gets a UI component by UI path reference from the panel.Uses of NotFoundException in com.iizix.barcode
Modifier and TypeMethodDescriptionstatic BarcodeData
BarcodeReader.readBarcode
(BufferedImage image) Scans a BufferedImage and attempts to detect a single barcode.static BarcodeData
BarcodeReader.readBarcode
(File file) Reads a file and attempts to detect a single barcode.static BarcodeData
BarcodeReader.readBarcode
(InputStream in) Reads an input stream as an image of PNG or JPEG type and attempts to detect a single barcode.static BarcodeData
BarcodeReader.readBarcode
(String fileName) Reads a file and attempts to detect a single barcode.Uses of NotFoundException in com.iizix.gyro
Modifier and TypeMethodDescriptionIClientSessionGyro.getFlashlight()
Gets the flashlight client-specific instance, currently only supported for operations on iiziRun clients for Android and iOS.default IOpenNativeSettings
IClientSessionGyro.getOpenNativeSettings()
Get the open native settings interface for the client-specific instance, supported only on iiziRun clients running iiziRun-based clients for Android and iOS.Uses of NotFoundException in com.iizix.prop.ui
Modifier and TypeMethodDescriptiondefault <COMP extends UIComp>
COMPIUIComp.getContainerFirstUIComponent
(String name, Class<COMP> uiClass) Gets the first UI component of the specified name and UI class.default <COMP extends UIComp>
COMPIUIComp.getFirstUIComponent
(String name, Class<COMP> uiClass) Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIContainer.getFirstUIComponent
(String name, Class<COMP> uiClass) Gets the first UI component of the specified name and UI class.default <COMP extends UIComp>
COMPIUIComp.getPanelUIComponent
(@UIRef String uiPath, Class<COMP> uiClass) Gets a UI component by UI path reference from the panel.<COMP extends UIComp>
COMPUIContainer.getUIComponent
(@UIRef String uiPath, Class<COMP> uiClass) Gets a UI component with relative reference from this container.UIAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.UIPanelAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to the UI panel.Uses of NotFoundException in com.iizix.prop.ui.map
Modifier and TypeMethodDescriptionUIMap.getFirstMarkers()
Gets the first markers group.UIMap.getMarkers
(String name) Gets the markers group by name.Uses of NotFoundException in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionvoid
Inserts a new item before the specified index in the first group.void
Adds a new item last in the first group.MList.get
(int index) Removes an item at the specified index from the first group.MLItem[]
MList.getAll()
Gets all the list items from the first group.MList.getFirstGroup()
Gets the first group of list items.Gets a group of list items by name.int
MList.getItemCount()
Returns the list item count in the first group.MList.remove
(int index) Removes an item at the specified index from the first group.boolean
Removes an item from the first group.boolean
MList.removeAll()
Removes all items from the first group.Uses of NotFoundException in com.iizix.prop.ui.value
Uses of NotFoundException in com.iizix.prop.vs
Modifier and TypeMethodDescriptiondefault VSAction
Gets the action with the specified path.Gets the action with the specified path.default VSAction
IVSComponent.getAction2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.VirtualSpace.getAction2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.default VSField
Gets the field with the specified path.Gets the field with the specified path.default VSField
IVSComponent.getField2
(@FullVSRef String fullVSRef) Gets the field with the specified full VS reference path.VirtualSpace.getField2
(@FullVSRef String fullVSRef) Gets the field with the specified full VS reference path.default VSGroup
Gets the group with the specified path.Gets the group with the specified path.default VSGroup
IVSComponent.getGroup2
(@FullVSRef String fullVSRef) Gets the group with the specified full VS reference path.VirtualSpace.getGroup2
(@FullVSRef String fullVSRef) Gets the group with the specified full VS reference path.default VSTable
Gets the table with the specified path.Gets the table with the specified path.default VSTable
IVSComponent.getTable2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.VirtualSpace.getTable2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.default <COMP extends IVSComponent>
COMPIVSComponent.getVSComponent
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPVirtualSpace.getVSComponent
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.default <COMP extends IVSComponent>
COMPIVSComponent.getVSComponent2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.<COMP extends IVSComponent>
COMPVirtualSpace.getVSComponent2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.FullVSAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to the VirtualSpace.VSAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.Uses of NotFoundException in com.iizix.run
Modifier and TypeMethodDescriptionstatic String
RuntimeBuilderSettings.writeAndroidKeyStore
(RuntimeBuilderProps props, File file, boolean isRelease) Writes an Android KeyStore to file.RuntimeBuilderSettings.writeAndroidKeyStore
(File file, boolean isRelease) Writes an Android KeyStore to file.Uses of NotFoundException in com.iizix.security
Modifier and TypeMethodDescriptionstatic String
JarSigner.getJarsigner()
Gets the jarsigner executable that is present in the JDK.Uses of NotFoundException in com.iizix.server
Modifier and TypeMethodDescriptionIServer.getDefaultMailSender()
Gets the default mail sender.ServerShell.getDefaultMailSender()
Gets the default mail sender.IServer.getMailSender
(String name) Gets the default mail sender.ServerShell.getMailSender
(String name) Gets the default mail sender.Uses of NotFoundException in com.iizix.server.agreement
Modifier and TypeMethodDescriptionstatic LicenseAgreement
LicenseAgreement.createLicenseAgreement
(String name, String languageCode, String description, String text) Creates a new license agreement, possibly replacing an old one with this one for the defined texts.static ArrayList<LicenseAgreement>
LicenseAgreements.getLicenseAgreementIDs
(String name, boolean latest) Gets all the license agreement IDs, and only the latest depending on the flag.Uses of NotFoundException in com.iizix.server.db
Modifier and TypeMethodDescriptionBasicUserInfo.changePassword
(String oldPassword, String password) Changes the password for the user without checking if the password entropy is met.static BasicUserInfo
BasicUserInfo.createNewUser
(String userName, String hashPW, boolean changePW, String email, String langCode, boolean hasLoggedIn, Map<String, String> details, String... groupNames) Creates a new user and writes the information to the database.static BasicUserInfo
BasicUserInfo.createNewUser
(Connection conn, String userName, String hashPW, boolean changePW, String email, String langCode, boolean hasLoggedIn, Map<String, String> details, GroupInfo... groups) Creates a new user and writes the information to the database.<RESULT> RESULT
DBFunctions.execute
(DBOperation<RESULT> op) Executes a method using a functional interface, grabbing a connection from the connection pool.<RESULT> RESULT
DBFunctions.execute
(Connection conn, DBOperation<RESULT> op) Executes a method using a functional interface using a connection.<RESULT,
PARAM>
RESULTDBFunctions.execute
(Connection conn, PARAM param, DBOperationParam<RESULT, PARAM> op) Executes a method using a functional interface using a connection.<RESULT,
PARAM>
RESULTDBFunctions.execute
(PARAM param, DBOperationParam<RESULT, PARAM> op) Executes a method using a functional interface, grabbing a connection from the connection pool.BasicUserInfo.getGroups
(boolean reload) Gets the groups of this user.static GroupInfo[]
GroupInfo.getGroups
(long[] groupIDs, boolean reload) Gets the groups for the group IDs.static GroupInfo[]
Gets the groups for the names.static GroupInfo[]
GroupInfo.getGroups
(Connection conn, String[] names) Gets the groups for the names from the database.static BasicUserInfo
BasicUserInfo.newBasicUserInfo
(Connection conn, long id) Constructs the UserInfo by loading the information from the database.static BasicUserInfo
BasicUserInfo.newBasicUserInfo
(Connection conn, String userName, boolean lockForUpdate) Constructs the UserInfo by loading the information from the database.static BasicUserInfo
BasicUserInfo.newBasicUserInfoFromEmail
(Connection conn, String emailAddress) Constructs the UserInfo by loading the information from the database.BasicUserInfo.resetPassword
(StringBuilder randomPassword) Resets the password for the user, returning a random password set for the user, and that the user must change password upon next sign in.int
BasicUserInfo.sendMailsToUnverifiedMailAddresses
(List<String> verifyMails, MailSender mailSender, String subject, String fromEmail, String bccEmails, String message, String externalWebServerBaseURL) Helper method to send a mail to all unverified mails for this user.boolean
GroupInfo.setInformation
(String name, String descr, Boolean isDisabled, Boolean areAllAppsAllowed) Updates the information of the group.void
BasicUserInfo.updateFailedLogin
(Connection conn, String disabledReason) Updates the information to the database for failed login.Uses of NotFoundException in com.iizix.server.gyro
Modifier and TypeMethodDescriptionClientSessionGyro.getFlashlight()
Gets the flashlight client-specific instance, currently only supported for operations on iiziRun clients for Android and iOS.ClientSessionGyro.getOpenNativeSettings()
Get the open native settings interface for the client-specific instance, supported only on iiziRun clients running iiziRun-based clients for Android and iOS.Uses of NotFoundException in com.iizix.server.prop
Modifier and TypeMethodDescriptionServerAppConfig.getGroups
(boolean reload) Gets the groups for this app.ServerSettings.getMailSender
(String name, ExecutorService executorService, File baseDir) Gets the mail sender with the specified name.Uses of NotFoundException in com.iizix.server.user
Modifier and TypeMethodDescriptionUserProfileStringURNProvider.getDetails
(long uid, boolean reload) Gets the (cached and current) user details.UserProfileStringURNProvider.getDetails
(String userName, boolean reload) Gets the (cached and current) user details.UserAuthentication.getUser
(long id) Gets the basic user info for a user from its unique user ID.Gets the instance of a user with its information.UserAuthentication.getUser
(Connection conn, long id) Gets the basic user info for a user from its unique user ID.UserAuthentication.getUser
(Connection conn, String userName) Gets the instance of a user with its information.UserAuthentication.getUser
(Connection conn, String userName, String password) Gets the instance of a user with its information.UserAuthentication.getUserFromEmail
(String emailAddress) Looks up a user from the email.UserProfileImageRequest.user
(long userID) Specifies the user to use.Uses of NotFoundException in com.iizix.server.wsfile
Modifier and TypeMethodDescriptionWSFileProvider.reserveFile
(File file, String descr, Object id) Reserves an existing file on disk, i.e.Uses of NotFoundException in com.iizix.urn.user
Modifier and TypeMethodDescriptionstatic UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, UserProfileStringURNType query, int oneBasedIndex, boolean reload) Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, String query, int oneBasedIndex, boolean reload) Creates a User Profile String URN.IUserProfileStringURNProvider.getDetails
(long uid, boolean reload) Gets the (cached and current) user details.IUserProfileStringURNProvider.getDetails
(String userName, boolean reload) Gets the (cached and current) user details.UserProfileStringURN.getValue
(boolean nullIfNotFound) Gets the String result of this URN.IUserProfileImageRequest.user
(long userID) Specifies the user to use.Uses of NotFoundException in com.iizix.user
Modifier and TypeMethodDescriptionstatic UserLocaleString
Parses the ID string to find a matching ID.Gets the instance of a user with its information.Uses of NotFoundException in com.iizix.wsfile
Modifier and TypeMethodDescriptionIWSFileProvider.reserveFile
(File file, String descr, Object id) Reserves an existing file on disk, i.e.