@DomainObjectService(value=org.tentackle.security.pdo.Security.class) public class SecurityDomainImpl extends AbstractDomainObject<Security,SecurityDomainImpl> implements SecurityDomain
| Constructor and Description |
|---|
SecurityDomainImpl() |
SecurityDomainImpl(Security pdo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(DomainContext context,
Permission permission) |
Security |
findByUniqueDomainKey(Object domainKey) |
protected Class<? extends Permission>[] |
getPermissions()
Gets the permissions from the persistence object.
|
Object |
getUniqueDomainKey() |
String |
granteeToString() |
String |
securableToString() |
assertRootEntity, clone, cloneDomainObject, getDomainContext, getPdo, getPersistenceDelegate, getPlural, getSession, getSingular, getUniqueDomainKeyType, isUniqueDomainKeyProvided, pdo, setPdo, setUniqueDomainKey, toGenericString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneDomainObject, getPlural, getSingular, getUniqueDomainKeyType, isUniqueDomainKeyProvided, pdo, setUniqueDomainKey, toGenericStringgetPersistenceDelegategetDomainContext, on, opngetSessionpublic SecurityDomainImpl(Security pdo)
public SecurityDomainImpl()
public Object getUniqueDomainKey()
getUniqueDomainKey in interface DomainObject<Security>getUniqueDomainKey in class AbstractDomainObject<Security,SecurityDomainImpl>public Security findByUniqueDomainKey(Object domainKey)
findByUniqueDomainKey in interface DomainObject<Security>findByUniqueDomainKey in class AbstractDomainObject<Security,SecurityDomainImpl>public boolean evaluate(DomainContext context, Permission permission)
evaluate in interface SecurityDomainpublic String securableToString()
securableToString in interface SecurityDomainpublic String granteeToString()
granteeToString in interface SecurityDomainprotected Class<? extends Permission>[] getPermissions()
Copyright © 2016 Krake Softwaretechnik. All rights reserved.