.. java:import:: org.motechproject.mds.domain Type .. java:import:: org.motechproject.mds.domain TypeValidation .. java:import:: org.motechproject.mds.dto TypeDto .. java:import:: java.lang.annotation Annotation .. java:import:: java.util List TypeService =========== .. java:package:: org.motechproject.mds.service :noindex: .. java:type:: public interface TypeService The \ ``TypeService``\ is an interface defining available methods to execute various actions on Field Types. Methods ------- findType ^^^^^^^^ .. java:method:: TypeDto findType(Class clazz) :outertype: TypeService findValidations ^^^^^^^^^^^^^^^ .. java:method:: List findValidations(TypeDto type, Class aClass) :outertype: TypeService getAllTypes ^^^^^^^^^^^ .. java:method:: List getAllTypes() :outertype: TypeService getType ^^^^^^^ .. java:method:: Type getType(TypeValidation validation) :outertype: TypeService