Class ServiceImpl
java.lang.Object
cool.klass.model.meta.domain.AbstractElement
cool.klass.model.meta.domain.service.ServiceImpl
- All Implemented Interfaces:
Element,Service,ElementWithSourceCode
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class cool.klass.model.meta.domain.AbstractElement
AbstractElement.ElementBuilder<BuiltElement extends Element> -
Method Summary
Methods inherited from class cool.klass.model.meta.domain.AbstractElement
getMacroElement, getSourceCodeObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.klass.model.meta.domain.api.Element
getMacroElement
-
Method Details
-
getElementContext
- Specified by:
getElementContextin interfaceElementWithSourceCode- Overrides:
getElementContextin classAbstractElement
-
getUrl
-
getVerb
-
getServiceMultiplicity
- Specified by:
getServiceMultiplicityin interfaceService
-
getQueryCriteria
- Specified by:
getQueryCriteriain interfaceService
-
getAuthorizeCriteria
- Specified by:
getAuthorizeCriteriain interfaceService
-
getValidateCriteria
- Specified by:
getValidateCriteriain interfaceService
-
getConflictCriteria
- Specified by:
getConflictCriteriain interfaceService
-
getProjectionDispatch
- Specified by:
getProjectionDispatchin interfaceService
-
getOrderBy
- Specified by:
getOrderByin interfaceService
-
getNumParameters
public int getNumParameters()- Specified by:
getNumParametersin interfaceService
-
isVersionClauseRequired
public boolean isVersionClauseRequired()- Specified by:
isVersionClauseRequiredin interfaceService
-
isAuthorizeClauseRequired
public boolean isAuthorizeClauseRequired()- Specified by:
isAuthorizeClauseRequiredin interfaceService
-