Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.RoleModel

Packages that use RoleModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.tools.samplesqlbuilder   
 

Uses of RoleModel in com.liferay.portal.model
 

Subinterfaces of RoleModel in com.liferay.portal.model
 interface Role
          The extended model interface for the Role service.
 

Classes in com.liferay.portal.model that implement RoleModel
 class RoleWrapper
           This class is a wrapper for Role.
 

Uses of RoleModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement RoleModel
 class RoleBaseImpl
          The extended model base implementation for the Role service.
 class RoleImpl
           
 class RoleModelImpl
          The base model implementation for the Role service.
 

Uses of RoleModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return RoleModel
 RoleModel DataFactory.getAdministratorRoleModel()
           
 RoleModel DataFactory.getPowerUserRoleModel()
           
 RoleModel DataFactory.getUserRoleModel()
           
protected  RoleModel DataFactory.newRoleModel(String name, int type)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type RoleModel
 List<RoleModel> DataFactory.getRoleModels()
           
 


Liferay 6.2-ce-ga5