Uses of Class
com.iizix.NotFoundException
Uses of NotFoundException in com.iizix.api
Methods in com.iizix.api that throw NotFoundException Modifier and Type Method Description VSActionBaseEvent. getAction(@VSRef java.lang.String path)Gets the action with the specified path.VSActionBaseEvent. getAction2(@FullVSRef java.lang.String fullVSRef)Gets the action with the specified full VS reference path.VSFieldBaseEvent. getField(@VSRef java.lang.String path)Gets the field with the specified path.VSFieldBaseEvent. getField2(@FullVSRef java.lang.String fullVSRef)Gets the field with the specified full VS reference path.VSGroupBaseEvent. getGroup(@VSRef java.lang.String path)Gets the group with the specified path.VSGroupBaseEvent. getGroup2(@FullVSRef java.lang.String fullVSRef)Gets the group with the specified full VS reference path.VSTableBaseEvent. getTable(@VSRef java.lang.String path)Gets the table with the specified path.VSTableBaseEvent. getTable2(@FullVSRef java.lang.String fullVSRef)Gets the table with the specified full VS reference path.<COMP extends IVSComponent>
COMPBaseEvent. getVSComponent(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPBaseEvent. getVSComponent2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.COMPIAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to a UI component.Uses of NotFoundException in com.iizix.api.ui
Methods in com.iizix.api.ui that throw NotFoundException Modifier and Type Method Description <COMP extends UIComp>
COMPUIBaseEvent. getContainerFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIBaseEvent. getFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIBaseEvent. getPanelUIComponent(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)Gets a UI component by UI path reference from the panel.Uses of NotFoundException in com.iizix.barcode
Methods in com.iizix.barcode that throw NotFoundException Modifier and Type Method Description static BarcodeDataBarcodeReader. readBarcode(java.awt.image.BufferedImage image)Scans a BufferedImage and attempts to detect a single barcode.static BarcodeDataBarcodeReader. readBarcode(java.io.File file)Reads a file and attempts to detect a single barcode.static BarcodeDataBarcodeReader. readBarcode(java.io.InputStream in)Reads an input stream as an image of PNG or JPEG type and attempts to detect a single barcode.static BarcodeDataBarcodeReader. readBarcode(java.lang.String fileName)Reads a file and attempts to detect a single barcode.Uses of NotFoundException in com.iizix.prop.ui
Methods in com.iizix.prop.ui that throw NotFoundException Modifier and Type Method Description default <COMP extends UIComp>
COMPIUIComp. getContainerFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)Gets the first UI component of the specified name and UI class.default <COMP extends UIComp>
COMPIUIComp. getFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)Gets the first UI component of the specified name and UI class.<COMP extends UIComp>
COMPUIContainer. getFirstUIComponent(java.lang.String name, java.lang.Class<COMP> uiClass)Gets the first UI component of the specified name and UI class.default <COMP extends UIComp>
COMPIUIComp. getPanelUIComponent(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)Gets a UI component by UI path reference from the panel.<COMP extends UIComp>
COMPUIContainer. getUIComponent(@UIRef java.lang.String uiPath, java.lang.Class<COMP> uiClass)Gets a UI component with relative reference from this container.UICompUIAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String relativeReference)Resolves a reference name to a UI component.UIPanelBaseUIPanelAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to the UI panel.Uses of NotFoundException in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that throw NotFoundException Modifier and Type Method Description MapMarkersUIMap. getFirstMarkers()Gets the first markers group.MapMarkersUIMap. getMarkers(java.lang.String name)Gets the markers group by name.Uses of NotFoundException in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that throw NotFoundException Modifier and Type Method Description voidMList. add(int index, MLItem item)Inserts a new item before the specified index in the first group.voidMList. add(MLItem item)Adds a new item last in the first group.MLItemMList. 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.MLGroupMList. getFirstGroup()Gets the first group of list items.MLGroupMList. getGroup(java.lang.String name)Gets a group of list items by name.intMList. getItemCount()Returns the list item count in the first group.MLItemMList. remove(int index)Removes an item at the specified index from the first group.booleanMList. remove(MLItem item)Removes an item from the first group.booleanMList. removeAll()Removes all items from the first group.Uses of NotFoundException in com.iizix.prop.ui.value
Methods in com.iizix.prop.ui.value that throw NotFoundException Modifier and Type Method Description default GDateTimeIUIDateTimeComponent. getValue()Gets the value of the component as a GDateTime.default doubleIUIDoubleValueComponent. getValue()Gets the value of the component as a double.Uses of NotFoundException in com.iizix.prop.vs
Methods in com.iizix.prop.vs that throw NotFoundException Modifier and Type Method Description default VSActionIVSComponent. getAction(@VSRef java.lang.String path)Gets the action with the specified path.VSActionVirtualSpace. getAction(@VSRef java.lang.String path)Gets the action with the specified path.default VSActionIVSComponent. getAction2(@FullVSRef java.lang.String fullVSRef)Gets the action with the specified full VS reference path.VSActionVirtualSpace. getAction2(@FullVSRef java.lang.String fullVSRef)Gets the action with the specified full VS reference path.default VSFieldIVSComponent. getField(@VSRef java.lang.String path)Gets the field with the specified path.VSFieldVirtualSpace. getField(@VSRef java.lang.String path)Gets the field with the specified path.default VSFieldIVSComponent. getField2(@FullVSRef java.lang.String fullVSRef)Gets the field with the specified full VS reference path.VSFieldVirtualSpace. getField2(@FullVSRef java.lang.String fullVSRef)Gets the field with the specified full VS reference path.default VSGroupIVSComponent. getGroup(@VSRef java.lang.String path)Gets the group with the specified path.VSGroupVirtualSpace. getGroup(@VSRef java.lang.String path)Gets the group with the specified path.default VSGroupIVSComponent. getGroup2(@FullVSRef java.lang.String fullVSRef)Gets the group with the specified full VS reference path.VSGroupVirtualSpace. getGroup2(@FullVSRef java.lang.String fullVSRef)Gets the group with the specified full VS reference path.default VSTableIVSComponent. getTable(@VSRef java.lang.String path)Gets the table with the specified path.VSTableVirtualSpace. getTable(@VSRef java.lang.String path)Gets the table with the specified path.default VSTableIVSComponent. getTable2(@FullVSRef java.lang.String fullVSRef)Gets the table with the specified full VS reference path.VSTableVirtualSpace. getTable2(@FullVSRef java.lang.String fullVSRef)Gets the table with the specified full VS reference path.default <COMP extends IVSComponent>
COMPIVSComponent. getVSComponent(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPVirtualSpace. getVSComponent(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.default <COMP extends IVSComponent>
COMPIVSComponent. getVSComponent2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.<COMP extends IVSComponent>
COMPVirtualSpace. getVSComponent2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.VirtualSpaceFullVSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to the VirtualSpace.VSComponentVSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String relativeReference)Resolves a reference name to a UI component.Uses of NotFoundException in com.iizix.run
Methods in com.iizix.run that throw NotFoundException Modifier and Type Method Description static java.lang.StringRuntimeBuilderSettings. writeAndroidKeyStore(RuntimeBuilderProps props, java.io.File file, boolean isRelease)Writes an Android KeyStore to file.java.lang.StringRuntimeBuilderSettings. writeAndroidKeyStore(java.io.File file, boolean isRelease)Writes an Android KeyStore to file.Uses of NotFoundException in com.iizix.security
Methods in com.iizix.security that throw NotFoundException Modifier and Type Method Description static java.lang.StringJarSigner. getJarsigner()Gets the jarsigner executable that is present in the JDK.Uses of NotFoundException in com.iizix.server
Methods in com.iizix.server that throw NotFoundException Modifier and Type Method Description MailSenderIServer. getDefaultMailSender()Gets the default mail sender.MailSenderServerShell. getDefaultMailSender()Gets the default mail sender.MailSenderIServer. getMailSender(java.lang.String name)Gets the default mail sender.MailSenderServerShell. getMailSender(java.lang.String name)Gets the default mail sender.Uses of NotFoundException in com.iizix.server.agreement
Methods in com.iizix.server.agreement that throw NotFoundException Modifier and Type Method Description static LicenseAgreementLicenseAgreement. createLicenseAgreement(java.lang.String name, java.lang.String languageCode, java.lang.String description, java.lang.String text)Creates a new license agreement, possibly replacing an old one with this one for the defined texts.static java.util.ArrayList<LicenseAgreement>LicenseAgreements. getLicenseAgreementIDs(java.lang.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
Methods in com.iizix.server.db that throw NotFoundException Modifier and Type Method Description UserLocaleStringBasicUserInfo. changePassword(java.lang.String oldPassword, java.lang.String password)Changes the password for the user without checking if the password entropy is met.static BasicUserInfoBasicUserInfo. createNewUser(java.lang.String userName, java.lang.String hashPW, boolean changePW, java.lang.String email, java.lang.String langCode, boolean hasLoggedIn, java.util.Map<java.lang.String,java.lang.String> details, java.lang.String... groupNames)Creates a new user and writes the information to the database.static BasicUserInfoBasicUserInfo. createNewUser(java.sql.Connection conn, java.lang.String userName, java.lang.String hashPW, boolean changePW, java.lang.String email, java.lang.String langCode, boolean hasLoggedIn, java.util.Map<java.lang.String,java.lang.String> details, GroupInfo... groups)Creates a new user and writes the information to the database.<RESULT> RESULTDBFunctions. execute(DBOperation<RESULT> op)Executes a method using a functional interface, grabbing a connection from the connection pool.<RESULT> RESULTDBFunctions. execute(java.sql.Connection conn, DBOperation<RESULT> op)Executes a method using a functional interface using a connection.<RESULT,PARAM>
RESULTDBFunctions. execute(java.sql.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.GroupInfo[]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[]GroupInfo. getGroups(java.lang.String[] names, boolean reload)Gets the groups for the names.static GroupInfo[]GroupInfo. getGroups(java.sql.Connection conn, java.lang.String[] names)Gets the groups for the names from the database.static BasicUserInfoBasicUserInfo. newBasicUserInfo(java.sql.Connection conn, long id)Constructs the UserInfo by loading the information from the database.static BasicUserInfoBasicUserInfo. newBasicUserInfo(java.sql.Connection conn, java.lang.String userName, boolean lockForUpdate)Constructs the UserInfo by loading the information from the database.static BasicUserInfoBasicUserInfo. newBasicUserInfoFromEmail(java.sql.Connection conn, java.lang.String emailAddress)Constructs the UserInfo by loading the information from the database.UserLocaleStringBasicUserInfo. resetPassword(java.lang.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.intBasicUserInfo. sendMailsToUnverifiedMailAddresses(java.util.List<java.lang.String> verifyMails, MailSender mailSender, java.lang.String subject, java.lang.String fromEmail, java.lang.String bccEmails, java.lang.String message, java.lang.String externalWebServerBaseURL)Helper method to send a mail to all unverified mails for this user.booleanGroupInfo. setInformation(java.lang.String name, java.lang.String descr, java.lang.Boolean isDisabled, java.lang.Boolean areAllAppsAllowed)Updates the information of the group.voidBasicUserInfo. updateFailedLogin(java.sql.Connection conn, java.lang.String disabledReason)Updates the information to the database for failed login.Uses of NotFoundException in com.iizix.server.prop
Methods in com.iizix.server.prop that throw NotFoundException Modifier and Type Method Description GroupInfo[]ServerAppConfig. getGroups(boolean reload)Gets the groups for this app.MailSenderServerSettings. getMailSender(java.lang.String name, java.util.concurrent.ExecutorService executorService, java.io.File baseDir)Gets the mail sender with the specified name.Uses of NotFoundException in com.iizix.server.user
Methods in com.iizix.server.user that throw NotFoundException Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>UserProfileStringURNProvider. getDetails(long uid, boolean reload)Gets the (cached and current) user details.java.util.Map<java.lang.String,java.lang.String>UserProfileStringURNProvider. getDetails(java.lang.String userName, boolean reload)Gets the (cached and current) user details.AuthenticatedUserUserAuthentication. getUser(long id)Gets the basic user info for a user from its unique user ID.AuthenticatedUserUserAuthentication. getUser(java.lang.String userName)Gets the instance of a user with its information.AuthenticatedUserUserAuthentication. getUser(java.sql.Connection conn, long id)Gets the basic user info for a user from its unique user ID.AuthenticatedUserUserAuthentication. getUser(java.sql.Connection conn, java.lang.String userName)Gets the instance of a user with its information.AuthenticatedUserUserAuthentication. getUser(java.sql.Connection conn, java.lang.String userName, java.lang.String password)Gets the instance of a user with its information.AuthenticatedUserUserAuthentication. getUserFromEmail(java.lang.String emailAddress)Looks up a user from the email.UserProfileImageRequestUserProfileImageRequest. user(long userID)Specifies the user to use.Uses of NotFoundException in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that throw NotFoundException Modifier and Type Method Description IWSFileWSFileProvider. reserveFile(java.io.File file, java.lang.String descr, java.lang.Object id)Reserves an existing file on disk, i.e.Uses of NotFoundException in com.iizix.urn.user
Methods in com.iizix.urn.user that throw NotFoundException Modifier and Type Method Description static UserProfileStringURNUserProfileStringURN. fromUserID(long id, UserProfileStringURNType query, int oneBasedIndex, boolean reload)Creates a User Profile String URN.static UserProfileStringURNUserProfileStringURN. fromUserID(long id, java.lang.String query, int oneBasedIndex, boolean reload)Creates a User Profile String URN.java.util.Map<java.lang.String,java.lang.String>IUserProfileStringURNProvider. getDetails(long uid, boolean reload)Gets the (cached and current) user details.java.util.Map<java.lang.String,java.lang.String>IUserProfileStringURNProvider. getDetails(java.lang.String userName, boolean reload)Gets the (cached and current) user details.java.lang.StringUserProfileStringURN. getValue(boolean nullIfNotFound)Gets the String result of this URN.IUserProfileImageRequestIUserProfileImageRequest. user(long userID)Specifies the user to use.Uses of NotFoundException in com.iizix.user
Methods in com.iizix.user that throw NotFoundException Modifier and Type Method Description static UserLocaleStringUserLocaleString. from(java.lang.String id)Parses the ID string to find a matching ID.IAuthenticatedUserIAuthenticatedUserProvider. getUser(java.lang.String userName)Gets the instance of a user with its information.Uses of NotFoundException in com.iizix.wsfile
Methods in com.iizix.wsfile that throw NotFoundException Modifier and Type Method Description IWSFileIWSFileProvider. reserveFile(java.io.File file, java.lang.String descr, java.lang.Object id)Reserves an existing file on disk, i.e.