PHP 클래스 Scalr\Api\Service\User\V1beta0\Controller\RoleCategories

부터: 5.4.0 (18.03.2015)
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Api\Rest\Controller\ApiController
파일 보기 프로젝트 열기: scalr/scalr

공개 메소드들

메소드 설명
createAction ( ) : Scalr\Api\DataType\ResultEnvelope Create a new Role Category in this Environment or account
deleteAction ( integer $roleCategoryId ) : Scalr\Api\DataType\ResultEnvelope Deletes the Role Category from the environment or account
describeAction ( ) Gets the list of the available Role Categories
fetchAction ( integer $roleCategoryId ) : Scalr\Api\DataType\ResultEnvelope Gets the specified Role Category
modifyAction ( integer $roleCategoryId ) : Scalr\Api\DataType\ResultEnvelope Modifies Role Category attributes

비공개 메소드들

메소드 설명
getDefaultCriteria ( ) : array Gets default search criteria for Role Categories
getRoleCategory ( integer $roleCategoryId, boolean $restrictToCurrentScope = false ) : RoleCategory Gets RoleCategory from database using User's Environement

메소드 상세

createAction() 공개 메소드

Create a new Role Category in this Environment or account
public createAction ( ) : Scalr\Api\DataType\ResultEnvelope
리턴 Scalr\Api\DataType\ResultEnvelope

deleteAction() 공개 메소드

Deletes the Role Category from the environment or account
public deleteAction ( integer $roleCategoryId ) : Scalr\Api\DataType\ResultEnvelope
$roleCategoryId integer The identifier of the Role Category
리턴 Scalr\Api\DataType\ResultEnvelope

describeAction() 공개 메소드

Gets the list of the available Role Categories
public describeAction ( )

fetchAction() 공개 메소드

Gets the specified Role Category
public fetchAction ( integer $roleCategoryId ) : Scalr\Api\DataType\ResultEnvelope
$roleCategoryId integer The identifier of the Role Category
리턴 Scalr\Api\DataType\ResultEnvelope

modifyAction() 공개 메소드

Modifies Role Category attributes
public modifyAction ( integer $roleCategoryId ) : Scalr\Api\DataType\ResultEnvelope
$roleCategoryId integer The identifier of the Role Category
리턴 Scalr\Api\DataType\ResultEnvelope