class
ReverseUserApp extends AnyRef
Instance Constructors
-
new
ReverseUserApp()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addEmail(): Call
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
confirmEmail(emailId: Long, token: String): Call
-
def
deleteEmail(emailId: Long): Call
-
def
editUserInfo(): Call
-
def
editUserInfoByTabForm(tabId: String): Call
-
def
editUserInfoForm(): Call
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isEmailExist(email: String): Call
-
final
def
isInstanceOf[T0]: Boolean
-
def
isUsed(name: String): Call
-
def
leave(user: String, project: String): Call
-
def
login(): Call
-
def
loginForm(): Call
-
def
logout(): Call
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newUser(): Call
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
resetUserPassword(): Call
-
def
resetUserPasswordBySiteManager(user: String): Call
-
def
resetUserVisitedList(): Call
-
def
sendValidationEmail(emailId: Long): Call
-
def
setAsMainEmail(emailId: Long): Call
-
def
setDefaultLoginPage(): Call
-
def
signupForm(): Call
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
userFiles(): Call
-
def
userInfo(user: String, daysAgo: Int = 0, selected: String = "issues"): Call
-
def
usermenuTabContentList(): Call
-
def
users(query: String = ""): Call
-
def
verifyUser(loginId: String, verificationCode: String): Call
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any