Class ObjectServiceSimplicite

  • All Implemented Interfaces:
    CacheInterface, java.io.Serializable

    public class ObjectServiceSimplicite
    extends ObjectService
    This class is for remote Simplicité® objects.
    This is used when the table name is set to "service-simplicite" (and the configuration details are stored as JSON in the search spec)
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectServiceSimplicite

        public ObjectServiceSimplicite()
    • Method Detail

      • searchService

        public java.util.List<java.lang.String[]> searchService​(boolean pagine)
        Overrides:
        searchService in class ObjectService
      • selectService

        public boolean selectService​(java.lang.String rowId,
                                     boolean copy)
        Overrides:
        selectService in class ObjectService
      • actionService

        public java.lang.Object actionService​(java.lang.String action)
        Overrides:
        actionService in class ObjectService
      • initList

        public void initList​(ObjectDB parent)
        Description copied from class: ObjectDB
        Hook to init the list
        Overrides:
        initList in class ScriptedObjectDB
        Parameters:
        parent - Optional parent object
      • initDelete

        public void initDelete()
        Description copied from class: ObjectDB
        Hook to init the Delete before delete dialog
        Overrides:
        initDelete in class ScriptedObjectDB
      • initRefSelect

        public void initRefSelect​(ObjectDB parent)
        Description copied from class: ObjectDB
        Hook to init the reference selection
        Overrides:
        initRefSelect in class ScriptedObjectDB
        Parameters:
        parent - Parent object (from which selection is made)
      • initDataMapSelect

        public void initDataMapSelect​(java.lang.String dataMapName,
                                      ObjectDB parent)
        Description copied from class: ObjectDB
        Hook to init the data mapping selection
        Overrides:
        initDataMapSelect in class ScriptedObjectDB
        Parameters:
        dataMapName - Data mapping name
        parent - Parent object (from which selection is made)
      • initUpdateAll

        public void initUpdateAll()
        Description copied from class: ObjectDB
        Hook to init the blulk update
        Overrides:
        initUpdateAll in class ObjectDB
      • initAssociate

        public void initAssociate​(ObjectDB parent)
        Description copied from class: ObjectDB
        Hook to init the association
        Overrides:
        initAssociate in class ScriptedObjectDB
        Parameters:
        parent - Parent object (from which association is made)
      • initPrintTemplate

        public void initPrintTemplate​(java.lang.String printTemplateName)
        Description copied from class: ObjectDB
        Hook to init a publication template
        Overrides:
        initPrintTemplate in class ScriptedObjectDB
        Parameters:
        printTemplateName - Publication template name
      • initCrosstab

        public void initCrosstab​(java.lang.String crosstabName)
        Description copied from class: ObjectDB
        Hook to init a pivot table
        Overrides:
        initCrosstab in class ScriptedObjectDB
        Parameters:
        crosstabName - Pivot table name
      • initGraph

        public void initGraph​(java.lang.String graphName)
        Description copied from class: ObjectDB
        Hook to init a graph
        Overrides:
        initGraph in class ScriptedObjectDB
        Parameters:
        graphName - Graph name
      • initExport

        public void initExport()
        Description copied from class: ObjectDB
        Hook to init the Export before export dialog
        Overrides:
        initExport in class ScriptedObjectDB