Uses of Class
org.compiere.model.MMFAMethod
-
Packages that use MMFAMethod Package Description org.compiere.model Provides for.... -
-
Uses of MMFAMethod in org.compiere.model
Methods in org.compiere.model with parameters of type MMFAMethod Modifier and Type Method Description static boolean
MMFARegistration. alreadyExistsValid(MMFAMethod method, String prm)
Validate if a method is already registered for this userstatic void
MMFARegistration. invalidatePreviousPending(MMFAMethod method, String prm, MMFARegistration reg)
Object[]
IMFAMechanism. register(Properties ctx, MMFAMethod method, String prm, String trxName)
Registration mechanism for the method Here the registration method executes the actions expected for this method, like sending an email, or an SMS, or nothing and creates the registration record
-