congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ValidationRule.getPeriodType
Code IndexAdd Tabnine to your IDE (free)

How to use
getPeriodType
method
in
org.hisp.dhis.validation.ValidationRule

Best Java code snippets using org.hisp.dhis.validation.ValidationRule.getPeriodType (Showing top 3 results out of 315)

origin: dhis2/dhis2-core

@Override
public void save( ValidationRule validationRule )
{
  PeriodType periodType = periodService.reloadPeriodType( validationRule.getPeriodType() );
  validationRule.setPeriodType( periodType );
  super.save( validationRule );
}
origin: dhis2/dhis2-core

@Override
public void update( ValidationRule validationRule )
{
  PeriodType periodType = periodService.reloadPeriodType( validationRule.getPeriodType() );
  validationRule.setPeriodType( periodType );
  super.save( validationRule );
}
origin: dhis2/dhis2-core

PeriodTypeExtended periodX = periodTypeXMap.get( rule.getPeriodType() );
org.hisp.dhis.validationValidationRulegetPeriodType

Popular methods of ValidationRule

  • getGroups
  • getLeftSide
  • getRightSide
  • setPeriodType
  • <init>
  • equals
  • getId
  • getNotificationTemplates
  • setAutoFields
  • setDescription
  • setLeftSide
  • setOperator
  • setLeftSide,
  • setOperator,
  • setRightSide,
  • getDisplayName,
  • getImportance,
  • getOperator,
  • getOrganisationUnitLevels,
  • getUid,
  • hashCode

Popular in Java

  • Updating database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • onCreateOptionsMenu (Activity)
  • findViewById (Activity)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Reference (javax.naming)
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now