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 VSAction
BaseEvent. getAction(@VSRef java.lang.String path)
Gets the action with the specified path.VSAction
BaseEvent. getAction2(@FullVSRef java.lang.String fullVSRef)
Gets the action with the specified full VS reference path.VSField
BaseEvent. getField(@VSRef java.lang.String path)
Gets the field with the specified path.VSField
BaseEvent. getField2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.VSGroup
BaseEvent. getGroup(@VSRef java.lang.String path)
Gets the group with the specified path.VSGroup
BaseEvent. getGroup2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.VSTable
BaseEvent. getTable(@VSRef java.lang.String path)
Gets the table with the specified path.VSTable
BaseEvent. 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.COMP
IAnnotationReferenceProcessor. 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. 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 BarcodeData
BarcodeReader. readBarcode(java.awt.image.BufferedImage image)
Scans a BufferedImage and attempts to detect a single barcode.static BarcodeData
BarcodeReader. readBarcode(java.io.File file)
Reads a file and attempts to detect a single barcode.static BarcodeData
BarcodeReader. 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 BarcodeData
BarcodeReader. 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. 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.UIComp
UIAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String relativeReference)
Resolves a reference name to a UI component.UIPanelBase
UIPanelAnnotationReferenceProcessor. 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 MapMarkers
UIMap. getFirstMarkers()
Gets the first markers group.MapMarkers
UIMap. 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 void
MList. add(int index, MLItem item)
Inserts a new item before the specified index in the first group.void
MList. add(MLItem item)
Adds a new item last in the first group.MLItem
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.MLGroup
MList. getFirstGroup()
Gets the first group of list items.MLGroup
MList. getGroup(java.lang.String name)
Gets a group of list items by name.int
MList. getItemCount()
Returns the list item count in the first group.MLItem
MList. remove(int index)
Removes an item at the specified index from the first group.boolean
MList. remove(MLItem item)
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
Methods in com.iizix.prop.ui.value that throw NotFoundException Modifier and Type Method Description default GDateTime
IUIDateTimeComponent. getValue()
Gets the value of the component as a GDateTime.default double
IUIDoubleValueComponent. 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 VSAction
IVSComponent. getAction(@VSRef java.lang.String path)
Gets the action with the specified path.VSAction
VirtualSpace. getAction(@VSRef java.lang.String path)
Gets the action with the specified path.default VSAction
IVSComponent. getAction2(@FullVSRef java.lang.String fullVSRef)
Gets the action with the specified full VS reference path.VSAction
VirtualSpace. getAction2(@FullVSRef java.lang.String fullVSRef)
Gets the action with the specified full VS reference path.default VSField
IVSComponent. getField(@VSRef java.lang.String path)
Gets the field with the specified path.VSField
VirtualSpace. getField(@VSRef java.lang.String path)
Gets the field with the specified path.default VSField
IVSComponent. getField2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.VSField
VirtualSpace. getField2(@FullVSRef java.lang.String fullVSRef)
Gets the field with the specified full VS reference path.default VSGroup
IVSComponent. getGroup(@VSRef java.lang.String path)
Gets the group with the specified path.VSGroup
VirtualSpace. getGroup(@VSRef java.lang.String path)
Gets the group with the specified path.default VSGroup
IVSComponent. getGroup2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.VSGroup
VirtualSpace. getGroup2(@FullVSRef java.lang.String fullVSRef)
Gets the group with the specified full VS reference path.default VSTable
IVSComponent. getTable(@VSRef java.lang.String path)
Gets the table with the specified path.VSTable
VirtualSpace. getTable(@VSRef java.lang.String path)
Gets the table with the specified path.default VSTable
IVSComponent. getTable2(@FullVSRef java.lang.String fullVSRef)
Gets the table with the specified full VS reference path.VSTable
VirtualSpace. 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.VirtualSpace
FullVSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)
Resolves a reference name to the VirtualSpace.VSComponent
VSAnnotationReferenceProcessor. 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.String
RuntimeBuilderSettings. writeAndroidKeyStore(RuntimeBuilderProps props, java.io.File file, boolean isRelease)
Writes an Android KeyStore to file.java.lang.String
RuntimeBuilderSettings. 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.String
JarSigner. 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 MailSender
IServer. getDefaultMailSender()
Gets the default mail sender.MailSender
ServerShell. getDefaultMailSender()
Gets the default mail sender.MailSender
IServer. getMailSender(java.lang.String name)
Gets the default mail sender.MailSender
ServerShell. 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 LicenseAgreement
LicenseAgreement. 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 boolean
BasicUserInfo. changePassword(java.lang.String oldPassword, java.lang.String password)
Changes the password for the user.static BasicUserInfo
BasicUserInfo. 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 BasicUserInfo
BasicUserInfo. 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> RESULT
DBFunctions. execute(DBOperation<RESULT> op)
Executes a method using a functional interface, grabbing a connection from the connection pool.<RESULT> RESULT
DBFunctions. 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 BasicUserInfo
BasicUserInfo. newBasicUserInfo(java.sql.Connection conn, long id)
Constructs the UserInfo by loading the information from the database.static BasicUserInfo
BasicUserInfo. newBasicUserInfo(java.sql.Connection conn, java.lang.String userName, boolean lockForUpdate)
Constructs the UserInfo by loading the information from the database.static BasicUserInfo
BasicUserInfo. newBasicUserInfoFromEmail(java.sql.Connection conn, java.lang.String emailAddress)
Constructs the UserInfo by loading the information from the database.java.lang.String
BasicUserInfo. resetPassword()
Resets the password for the user.int
BasicUserInfo. 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.boolean
GroupInfo. setInformation(java.lang.String name, java.lang.String descr, java.lang.Boolean isDisabled, java.lang.Boolean areAllAppsAllowed)
Updates the information of the group.void
BasicUserInfo. 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.MailSender
ServerSettings. 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.AuthenticatedUser
UserAuthentication. getUser(long id)
Gets the basic user info for a user from its unique user ID.AuthenticatedUser
UserAuthentication. getUser(java.lang.String userName)
Gets the instance of a user with its information.AuthenticatedUser
UserAuthentication. getUser(java.sql.Connection conn, long id)
Gets the basic user info for a user from its unique user ID.AuthenticatedUser
UserAuthentication. getUser(java.sql.Connection conn, java.lang.String userName)
Gets the instance of a user with its information.AuthenticatedUser
UserAuthentication. getUser(java.sql.Connection conn, java.lang.String userName, java.lang.String password)
Gets the instance of a user with its information.AuthenticatedUser
UserAuthentication. getUserFromEmail(java.lang.String emailAddress)
Looks up a user from the email.UserProfileImageRequest
UserProfileImageRequest. 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 IWSFile
WSFileProvider. 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 UserProfileStringURN
UserProfileStringURN. fromUserID(long id, UserProfileStringURNType query, int oneBasedIndex, boolean reload)
Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN. 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.String
UserProfileStringURN. getValue(boolean nullIfNotFound)
Gets the String result of this URN.IUserProfileImageRequest
IUserProfileImageRequest. 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 IAuthenticatedUser
IAuthenticatedUserProvider. 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 IWSFile
IWSFileProvider. reserveFile(java.io.File file, java.lang.String descr, java.lang.Object id)
Reserves an existing file on disk, i.e.