Interface EntityResolver
public interface EntityResolver
Various helper operations allowing for converting and checking identity and entity related parameters.
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptionlonggetEntityId(EntityParam entity) ResolvesEntityParam, if missing throws exceptionlonggetEntityId(IdentityTaV entity) ResolvesIdentityTaV, if missing throws exceptiongetFullIdentity(IdentityTaV entity) ResolvesIdentityTaVinto a full Identity, if missing throws exception
-
Method Details
-
getFullIdentity
ResolvesIdentityTaVinto a full Identity, if missing throws exception -
getEntityId
ResolvesIdentityTaV, if missing throws exception- Throws:
IllegalIdentityValueException
-
getEntityId
ResolvesEntityParam, if missing throws exception- Throws:
IllegalIdentityValueException
-