Tabnine Logo
IdentifiableObjectUtils.getLocalPeriodIdentifier
Code IndexAdd Tabnine to your IDE (free)

How to use
getLocalPeriodIdentifier
method
in
org.hisp.dhis.common.IdentifiableObjectUtils

Best Java code snippets using org.hisp.dhis.common.IdentifiableObjectUtils.getLocalPeriodIdentifier (Showing top 2 results out of 315)

origin: dhis2/dhis2-core

values.add( pe != null ? IdentifiableObjectUtils.getLocalPeriodIdentifier( pe, calendar ) : null );
origin: dhis2/dhis2-core

period.setUid( getLocalPeriodIdentifier( period, calendar ) );
org.hisp.dhis.commonIdentifiableObjectUtilsgetLocalPeriodIdentifier

Javadoc

Returns a local period identifier for a specific period / calendar.

Popular methods of IdentifiableObjectUtils

  • getIdentifiers
    Returns a list of internal identifiers for the given collection of IdentifiableObjects.
  • getUids
    Returns a list of uids for the given collection of IdentifiableObjects.
  • getIdMap
    Returns a map of the identifiable property specified by the given id scheme and the corresponding ob
  • getLocalPeriodIdentifiers
    Returns a list of calendar specific period identifiers for the given collection of periods and calen
  • join
    Joins the names of the IdentifiableObjects in the given list and separates them with IdentifiableObj
  • getDisplayName
  • getPeriodByPeriodType
    Returns the Period of the argument period type which corresponds to the argument period. The frequen
  • getUidObjectMap
    Returns a mapping between the uid and the name of the given identifiable objects.
  • removeDuplicates
    Removes duplicates from the given list while maintaining the order.

Popular in Java

  • Making http requests using okhttp
  • setScale (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • JTable (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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