Uses of Record Class
com.smeup.kokos.service.utils.EntityServiceSupport.ResolvedObj
Packages that use EntityServiceSupport.ResolvedObj
-
Uses of EntityServiceSupport.ResolvedObj in com.smeup.kokos.service.utils
Methods in com.smeup.kokos.service.utils that return EntityServiceSupport.ResolvedObjModifier and TypeMethodDescriptionEntityServiceSupport.resolveTypeParameterCode(com.smeup.kokos.sdk.fun.FunObject obj1) Resolves entity type, parameter and code from aFunObject, handling the two standard FUN conventions: Case 1 – OG form:1(OG;;CNCOL)or1(OG;;OKAHD)where type + parameter are packed in K and code is empty. Case 2 – direct T;P;K:1(CN;COL;BONMAI)where T is type, P is parameter, K is code.Methods in com.smeup.kokos.service.utils with parameters of type EntityServiceSupport.ResolvedObjModifier and TypeMethodDescriptionstatic EntityRepository<?> EntityServiceSupport.resolveRepository(EntityServiceSupport.ResolvedObj obj) Resolves the repository associated with the provided resolved object coordinates.static voidEntityServiceSupport.writeObjectNotFoundMessage(com.smeup.kokos.sdk.caller.KokosService service, EntityServiceSupport.ResolvedObj obj) Writes a warning message to the service output indicating that the specified object was not found.