Packages

class RoleAction extends RestfulAction[Role]

角色信息维护响应类

Linear Supertypes
RestfulAction[Role], ImportSupport[Role], ExportSupport[Role], EntityAction[Role], EntitySupport[Role], ActionSupport, Logging, ParamSupport, RouteSupport, MessageSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoleAction
  2. RestfulAction
  3. ImportSupport
  4. ExportSupport
  5. EntityAction
  6. EntitySupport
  7. ActionSupport
  8. Logging
  9. ParamSupport
  10. RouteSupport
  11. MessageSupport
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RoleAction(roleService: RoleService, userService: UserService)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def actionErrors: List[String]
    Attributes
    protected
    Definition Classes
    MessageSupport
    Annotations
    @ignore()
  5. final def actionMessages: List[String]
    Attributes
    protected
    Definition Classes
    MessageSupport
    Annotations
    @ignore()
  6. final def addError(msgKey: String, args: Any*): Unit
    Attributes
    protected
    Definition Classes
    MessageSupport
  7. final def addFlashError(msgKey: String, args: Any*): Unit
    Attributes
    protected
    Definition Classes
    MessageSupport
  8. final def addFlashMessage(msgKey: String, args: Any*): Unit
    Attributes
    protected
    Definition Classes
    MessageSupport
  9. final def addMessage(msgKey: String, args: Any*): Unit
    Attributes
    protected
    Definition Classes
    MessageSupport
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. final def attribute[T](name: String, clazz: Class[T]): T
    Attributes
    protected
    Definition Classes
    ParamSupport
  12. final def attribute(name: String): Any
    Attributes
    protected
    Definition Classes
    ParamSupport
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. val config: PropertyConfig
    Definition Classes
    EntityAction
  15. def configExport(setting: ExportSetting): Unit
    Definition Classes
    ExportSupport
    Annotations
    @ignore()
  16. def configImport(setting: ImportSetting): Unit
    Attributes
    protected
    Definition Classes
    ImportSupport
  17. def convertId[ID](id: String): ID
    Attributes
    protected
    Definition Classes
    EntityAction
  18. var dataResolver: DataResolver
  19. var dimensionService: DimensionService
  20. var domainService: DomainService
  21. def edit(id: String): View
    Definition Classes
    RestfulAction
    Annotations
    @mapping()
  22. def editNew(): View
    Definition Classes
    RestfulAction
    Annotations
    @mapping()
  23. def editProfile(): View
  24. def editSetting(role: Role): Unit

    对组可管理意为
    1 建立下级组 2 移动下级组顺序 不能改变组的1)权限和2)直接成员,3)删除组,4)重命名,这些将看作组同部分一起看待的。 只要拥有上级组的管理权限,才能变更这些,这些称之为写权限。 成员关系可以等价于读权限 授权关系可以等价于读权限传播 拥有某组的管理权限,不意味拥有下级组的管理权限。新建组情况自动授予该组的其他管理者管理权限。

    对组可管理意为
    1 建立下级组 2 移动下级组顺序 不能改变组的1)权限和2)直接成员,3)删除组,4)重命名,这些将看作组同部分一起看待的。 只要拥有上级组的管理权限,才能变更这些,这些称之为写权限。 成员关系可以等价于读权限 授权关系可以等价于读权限传播 拥有某组的管理权限,不意味拥有下级组的管理权限。新建组情况自动授予该组的其他管理者管理权限。

    Definition Classes
    RoleAction → RestfulAction
  25. val entityDao: EntityDao
    Definition Classes
    EntityAction
  26. final def entityName: String
    Definition Classes
    EntitySupport
    Annotations
    @ignore()
  27. val entityType: Class[Role]
    Definition Classes
    EntitySupport
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def export(): View
    Definition Classes
    ExportSupport
  31. final def forward(action: To, message: String): View
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  32. final def forward(action: To): View
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  33. final def forward(view: String, message: String): PathView
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  34. final def forward(view: String): PathView
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  35. final def get[T](name: String, clazz: Class[T]): Option[T]
    Attributes
    protected
    Definition Classes
    ParamSupport
  36. final def get[T](paramName: String, defaultValue: T): T
    Attributes
    protected
    Definition Classes
    ParamSupport
  37. final def get(paramName: String): Option[String]
    Attributes
    protected
    Definition Classes
    ParamSupport
  38. final def getAll[T](paramName: String, clazz: Class[T])(implicit arg0: ClassTag[T]): Iterable[T]
    Attributes
    protected
    Definition Classes
    ParamSupport
  39. final def getAll(paramName: String): Iterable[Any]
    Attributes
    protected
    Definition Classes
    ParamSupport
  40. final def getBoolean(name: String, defaultValue: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    ParamSupport
  41. final def getBoolean(name: String): Option[Boolean]
    Attributes
    protected
    Definition Classes
    ParamSupport
  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. final def getDate(name: String): Option[LocalDate]
    Attributes
    protected
    Definition Classes
    ParamSupport
  44. final def getDateTime(name: String): Option[LocalDateTime]
    Attributes
    protected
    Definition Classes
    ParamSupport
  45. def getEntity[E](entityClass: Class[E], simpleEntityName: String): E
    Attributes
    protected
    Definition Classes
    EntityAction
  46. def getEntity[E <: Entity[_]](entityName: String, name: String): E
    Attributes
    protected
    Definition Classes
    EntityAction
  47. final def getFloat(name: String): Option[Float]
    Attributes
    protected
    Definition Classes
    ParamSupport
  48. final def getId[E](name: String, clazz: Class[E]): Option[E]
    Attributes
    protected
    Definition Classes
    EntitySupport
  49. def getId(name: String): Option[String]
    Attributes
    protected
    Definition Classes
    EntitySupport
  50. final def getInstant(name: String): Option[Instant]
    Attributes
    protected
    Definition Classes
    ParamSupport
  51. final def getInt(name: String, defaultValue: Int): Int
    Attributes
    protected
    Definition Classes
    ParamSupport
  52. final def getInt(name: String): Option[Int]
    Attributes
    protected
    Definition Classes
    ParamSupport
  53. final def getLong(name: String): Option[Long]
    Attributes
    protected
    Definition Classes
    ParamSupport
  54. def getModel[E](entityName: String, id: Any): E
    Attributes
    protected
    Definition Classes
    EntityAction
  55. def getModel(id: Serializable): Role
    Attributes
    protected
    Definition Classes
    EntityAction
  56. def getModels[E](entityName: String, ids: Iterable[_]): Seq[E]
    Attributes
    protected
    Definition Classes
    EntityAction
  57. final def getPageIndex: Int
    Attributes
    protected
    Definition Classes
    EntityAction
  58. final def getPageLimit: PageLimit
    Attributes
    protected
    Definition Classes
    EntityAction
  59. final def getPageSize: Int
    Attributes
    protected
    Definition Classes
    EntityAction
  60. def getQueryBuilder: OqlBuilder[Role]
    Attributes
    protected
    Definition Classes
    RoleAction → EntityAction
  61. final def getShort(name: String): Option[Short]
    Attributes
    protected
    Definition Classes
    ParamSupport
  62. final def getText(key: String, defaultValue: String, args: Any*): String
    Definition Classes
    MessageSupport
  63. final def getText(aTextName: String): String
    Definition Classes
    MessageSupport
  64. final def getTextInternal(msgKey: String, args: Any*): String
    Attributes
    protected
    Definition Classes
    MessageSupport
  65. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  66. final def id[E](name: String, clazz: Class[E]): E
    Attributes
    protected
    Definition Classes
    EntitySupport
  67. def id(name: String): String
    Attributes
    protected
    Definition Classes
    EntitySupport
    Annotations
    @ignore()
  68. final def ids[X](name: String, clazz: Class[X])(implicit arg0: ClassTag[X]): List[X]
    Attributes
    protected
    Definition Classes
    EntitySupport
  69. def importData(): View
    Definition Classes
    ImportSupport
  70. def importForm: View
    Definition Classes
    ImportSupport
  71. def index(): View
    Definition Classes
    RestfulAction
  72. def indexSetting(): Unit
    Attributes
    protected
    Definition Classes
    RestfulAction
  73. def info(id: String): View
    Definition Classes
    RestfulAction
    Annotations
    @mapping()
  74. final def intId(shortName: String): Int
    Attributes
    protected
    Definition Classes
    EntitySupport
  75. final def intIds(shortName: String): List[Int]
    Attributes
    protected
    Definition Classes
    EntitySupport
  76. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  77. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  78. final def longId(shortName: String): Long
    Attributes
    protected
    Definition Classes
    EntitySupport
  79. final def longIds(shortName: String): List[Long]
    Attributes
    protected
    Definition Classes
    EntitySupport
  80. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  81. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  82. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  83. final def populate[E <: Entity[_]](entity: E, params: Map[String, AnyRef]): E
    Attributes
    protected
    Definition Classes
    EntityAction
  84. final def populate[E <: Entity[_]](entity: E, entityName: String, params: Map[String, Any]): E
    Attributes
    protected
    Definition Classes
    EntityAction
  85. final def populate[E <: Entity[_]](obj: E, entityName: String, simpleEntityName: String): E
    Attributes
    protected
    Definition Classes
    EntityAction
  86. final def populate(entityName: String, simpleEntityName: String): AnyRef
    Attributes
    protected
    Definition Classes
    EntityAction
  87. final def populate(entityName: String): AnyRef
    Attributes
    protected
    Definition Classes
    EntityAction
  88. final def populate[E <: Entity[_]](clazz: Class[E]): E
    Attributes
    protected
    Definition Classes
    EntityAction
  89. final def populate[E <: Entity[_]](obj: E, simpleEntityName: String): E
    Attributes
    protected
    Definition Classes
    EntityAction
  90. final def populate[E <: Entity[_]](clazz: Class[E], simpleEntityName: String): E
    Attributes
    protected
    Definition Classes
    EntityAction
  91. final def populateConditions(builder: OqlBuilder[_], exclusiveAttrNames: String): Unit
    Attributes
    protected
    Definition Classes
    EntityAction
  92. final def populateConditions(builder: OqlBuilder[_]): Unit
    Attributes
    protected
    Definition Classes
    EntityAction
  93. def populateEntity[E](entityClass: Class[E], simpleEntityName: String): E
    Attributes
    protected
    Definition Classes
    EntityAction
  94. def populateEntity[E <: Entity[_]](entityName: String, simpleEntityName: String): E
    Attributes
    protected
    Definition Classes
    EntityAction
  95. def populateEntity(): Role
    Attributes
    protected
    Definition Classes
    EntityAction
  96. def profile(): View
  97. var profileService: ProfileService
  98. final def put(key: String, value: Any): Unit
    Attributes
    protected
    Definition Classes
    ParamSupport
  99. final def redirect(action: To, message: String): View
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  100. final def redirect(method: String, params: String, message: String): View
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  101. final def redirect(method: String, message: String): View
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  102. final def redirect(method: String): View
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  103. def remove(): View

    删除一个或多个角色

    删除一个或多个角色

    Definition Classes
    RoleAction → RestfulAction
  104. def remove[E](obj: E): Unit
    Attributes
    protected
    Definition Classes
    EntityAction
  105. def remove[E](list: Seq[E]): Unit
    Attributes
    protected
    Definition Classes
    EntityAction
  106. def removeAndRedirect(entities: Seq[Role]): View
    Attributes
    protected
    Definition Classes
    RestfulAction
    Annotations
    @ignore()
  107. def removeProfile(): View
  108. val roleService: RoleService
  109. def save(): View
    Definition Classes
    RestfulAction
    Annotations
    @mapping()
  110. def saveAndRedirect(entity: Role): View
    Attributes
    protected
    Definition Classes
    RoleAction → RestfulAction
  111. def saveOrUpdate[E](obj: E): Unit
    Attributes
    protected
    Definition Classes
    EntityAction
  112. def saveOrUpdate[E](list: Iterable[E]): Unit
    Attributes
    protected
    Definition Classes
    EntityAction
  113. def saveProfile(): View
  114. def search(): View
    Definition Classes
    RestfulAction
  115. def simpleEntityName: String
    Attributes
    protected
    Definition Classes
    EntitySupport
    Annotations
    @ignore()
  116. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  117. final def to(uri: String): To
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  118. final def to(uri: String, params: String): ToURI
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  119. final def to(clazz: Class[_], method: String, params: String): ToClass
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  120. final def to(clazz: Class[_], method: String): ToClass
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  121. final def to(obj: AnyRef, method: String, params: String): ToClass
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  122. final def to(obj: AnyRef, method: String): ToClass
    Attributes
    protected
    Definition Classes
    RouteSupport
    Annotations
    @ignore()
  123. def toString(): String
    Definition Classes
    AnyRef → Any
  124. def update(id: String): View
    Definition Classes
    RestfulAction
    Annotations
    @mapping()
  125. val userService: UserService
  126. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  127. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  128. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from RestfulAction[Role]

Inherited from ImportSupport[Role]

Inherited from ExportSupport[Role]

Inherited from EntityAction[Role]

Inherited from EntitySupport[Role]

Inherited from ActionSupport

Inherited from Logging

Inherited from ParamSupport

Inherited from RouteSupport

Inherited from MessageSupport

Inherited from AnyRef

Inherited from Any

Ungrouped