org.broadleafcommerce.openadmin.server.security.domain
Interface AdminPermission

All Superinterfaces:
Serializable
All Known Implementing Classes:
AdminPermissionImpl

public interface AdminPermission
extends Serializable

Author:
jfischer

Method Summary
 Set<AdminUser> getAllUsers()
           
 String getDescription()
           
 Long getId()
           
 String getName()
           
 List<AdminPermissionQualifiedEntity> getQualifiedEntities()
           
 PermissionType getType()
           
 void setAllUsers(Set<AdminUser> allUsers)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setQualifiedEntities(List<AdminPermissionQualifiedEntity> qualifiedEntities)
           
 void setType(PermissionType type)
           
 

Method Detail

getId

Long getId()

getName

String getName()

setName

void setName(String name)

getDescription

String getDescription()

setDescription

void setDescription(String description)

getType

PermissionType getType()

setType

void setType(PermissionType type)

getQualifiedEntities

List<AdminPermissionQualifiedEntity> getQualifiedEntities()

setQualifiedEntities

void setQualifiedEntities(List<AdminPermissionQualifiedEntity> qualifiedEntities)

getAllUsers

Set<AdminUser> getAllUsers()

setAllUsers

void setAllUsers(Set<AdminUser> allUsers)


Copyright © 2013. All Rights Reserved.