Liferay 7.0-ce-b4

com.liferay.portlet.rolesadmin.util
Class RolesAdminImpl

java.lang.Object
  extended by com.liferay.portlet.rolesadmin.util.RolesAdminImpl
All Implemented Interfaces:
RolesAdmin

public class RolesAdminImpl
extends Object
implements RolesAdmin


Constructor Summary
RolesAdminImpl()
           
 
Method Summary
 String getCssClassName(Role role)
          Deprecated. As of 7.0.0, with no direct replacement
 String getIconCssClass(Role role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolesAdminImpl

public RolesAdminImpl()
Method Detail

getCssClassName

@Deprecated
public String getCssClassName(Role role)
Deprecated. As of 7.0.0, with no direct replacement

Specified by:
getCssClassName in interface RolesAdmin

getIconCssClass

public String getIconCssClass(Role role)
Specified by:
getIconCssClass in interface RolesAdmin

Liferay 7.0-ce-b4