com.retek.rsm.domain.security.bo
Interface NamedPermission

All Superinterfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable
All Known Implementing Classes:
NamedPermissionImpl

public interface NamedPermission
extends com.retek.platform.bo.BusinessObject


Method Summary
 com.retek.platform.app.security.service.Application getApplication()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 boolean isApprove()
           
 boolean isEdit()
           
 boolean isEmergency()
           
 boolean isSubmit()
           
 boolean isView()
           
 
Methods inherited from interface com.retek.platform.bo.BusinessObject
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty
 
Methods inherited from interface com.retek.platform.bo.Identifiable
getObjectId, toReference
 

Method Detail

getName

public java.lang.String getName()

getApplication

public com.retek.platform.app.security.service.Application getApplication()

getDescription

public java.lang.String getDescription()

isView

public boolean isView()

isEdit

public boolean isEdit()

isApprove

public boolean isApprove()

isSubmit

public boolean isSubmit()

isEmergency

public boolean isEmergency()