Class GeneratedSAPLogicalSystem

    • Field Detail

      • SAPLOGICALSYSTEMNAME

        public static final java.lang.String SAPLOGICALSYSTEMNAME
        Qualifier of the SAPLogicalSystem.sapLogicalSystemName attribute
        See Also:
        Constant Field Values
      • SAPHTTPDESTINATION

        public static final java.lang.String SAPHTTPDESTINATION
        Qualifier of the SAPLogicalSystem.sapHTTPDestination attribute
        See Also:
        Constant Field Values
      • SAPSYSTEMTYPE

        public static final java.lang.String SAPSYSTEMTYPE
        Qualifier of the SAPLogicalSystem.sapSystemType attribute
        See Also:
        Constant Field Values
      • SENDERNAME

        public static final java.lang.String SENDERNAME
        Qualifier of the SAPLogicalSystem.senderName attribute
        See Also:
        Constant Field Values
      • SENDERPORT

        public static final java.lang.String SENDERPORT
        Qualifier of the SAPLogicalSystem.senderPort attribute
        See Also:
        Constant Field Values
      • DEFAULTLOGICALSYSTEM

        public static final java.lang.String DEFAULTLOGICALSYSTEM
        Qualifier of the SAPLogicalSystem.defaultLogicalSystem attribute
        See Also:
        Constant Field Values
      • SAPGLOBALCONFIGURATION

        public static final java.lang.String SAPGLOBALCONFIGURATION
        Qualifier of the SAPLogicalSystem.sapGlobalConfiguration attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSAPLogicalSystem

        public GeneratedSAPLogicalSystem()
    • Method Detail

      • createItem

        protected Item createItem​(SessionContext ctx,
                                  ComposedType type,
                                  Item.ItemAttributeMap allAttributes)
                           throws JaloBusinessException
        Description copied from class: Item
        Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

        In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
        Sn example:

        
         public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
         ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
         man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
         // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
         SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
         super.getNonInitialAttributes( ctx, allAttributes );
         // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
        
         
        Overrides:
        createItem in class GenericItem
        Parameters:
        ctx - the current session context which this item is created within
        type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
        Returns:
        the new item instance
        Throws:
        JaloBusinessException - indicates an error during creation - any changes will be rollbacked
      • isDefaultLogicalSystem

        public java.lang.Boolean isDefaultLogicalSystem​(SessionContext ctx)
        Generated method - Getter of the SAPLogicalSystem.defaultLogicalSystem attribute.
        Returns:
        the defaultLogicalSystem - SAP Default Logical System
      • isDefaultLogicalSystem

        public java.lang.Boolean isDefaultLogicalSystem()
        Generated method - Getter of the SAPLogicalSystem.defaultLogicalSystem attribute.
        Returns:
        the defaultLogicalSystem - SAP Default Logical System
      • isDefaultLogicalSystemAsPrimitive

        public boolean isDefaultLogicalSystemAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SAPLogicalSystem.defaultLogicalSystem attribute.
        Returns:
        the defaultLogicalSystem - SAP Default Logical System
      • isDefaultLogicalSystemAsPrimitive

        public boolean isDefaultLogicalSystemAsPrimitive()
        Generated method - Getter of the SAPLogicalSystem.defaultLogicalSystem attribute.
        Returns:
        the defaultLogicalSystem - SAP Default Logical System
      • setDefaultLogicalSystem

        public void setDefaultLogicalSystem​(SessionContext ctx,
                                            java.lang.Boolean value)
        Generated method - Setter of the SAPLogicalSystem.defaultLogicalSystem attribute.
        Parameters:
        value - the defaultLogicalSystem - SAP Default Logical System
      • setDefaultLogicalSystem

        public void setDefaultLogicalSystem​(java.lang.Boolean value)
        Generated method - Setter of the SAPLogicalSystem.defaultLogicalSystem attribute.
        Parameters:
        value - the defaultLogicalSystem - SAP Default Logical System
      • setDefaultLogicalSystem

        public void setDefaultLogicalSystem​(SessionContext ctx,
                                            boolean value)
        Generated method - Setter of the SAPLogicalSystem.defaultLogicalSystem attribute.
        Parameters:
        value - the defaultLogicalSystem - SAP Default Logical System
      • setDefaultLogicalSystem

        public void setDefaultLogicalSystem​(boolean value)
        Generated method - Setter of the SAPLogicalSystem.defaultLogicalSystem attribute.
        Parameters:
        value - the defaultLogicalSystem - SAP Default Logical System
      • getSapGlobalConfiguration

        public SAPGlobalConfiguration getSapGlobalConfiguration​(SessionContext ctx)
        Generated method - Getter of the SAPLogicalSystem.sapGlobalConfiguration attribute.
        Returns:
        the sapGlobalConfiguration
      • getSapGlobalConfiguration

        public SAPGlobalConfiguration getSapGlobalConfiguration()
        Generated method - Getter of the SAPLogicalSystem.sapGlobalConfiguration attribute.
        Returns:
        the sapGlobalConfiguration
      • setSapGlobalConfiguration

        public void setSapGlobalConfiguration​(SessionContext ctx,
                                              SAPGlobalConfiguration value)
        Generated method - Setter of the SAPLogicalSystem.sapGlobalConfiguration attribute.
        Parameters:
        value - the sapGlobalConfiguration
      • setSapGlobalConfiguration

        public void setSapGlobalConfiguration​(SAPGlobalConfiguration value)
        Generated method - Setter of the SAPLogicalSystem.sapGlobalConfiguration attribute.
        Parameters:
        value - the sapGlobalConfiguration
      • getSapHTTPDestination

        public SAPHTTPDestination getSapHTTPDestination​(SessionContext ctx)
        Generated method - Getter of the SAPLogicalSystem.sapHTTPDestination attribute.
        Returns:
        the sapHTTPDestination - Specifies the http destination corresponding to logical system
      • getSapHTTPDestination

        public SAPHTTPDestination getSapHTTPDestination()
        Generated method - Getter of the SAPLogicalSystem.sapHTTPDestination attribute.
        Returns:
        the sapHTTPDestination - Specifies the http destination corresponding to logical system
      • setSapHTTPDestination

        public void setSapHTTPDestination​(SessionContext ctx,
                                          SAPHTTPDestination value)
        Generated method - Setter of the SAPLogicalSystem.sapHTTPDestination attribute.
        Parameters:
        value - the sapHTTPDestination - Specifies the http destination corresponding to logical system
      • setSapHTTPDestination

        public void setSapHTTPDestination​(SAPHTTPDestination value)
        Generated method - Setter of the SAPLogicalSystem.sapHTTPDestination attribute.
        Parameters:
        value - the sapHTTPDestination - Specifies the http destination corresponding to logical system
      • getSapLogicalSystemName

        public java.lang.String getSapLogicalSystemName​(SessionContext ctx)
        Generated method - Getter of the SAPLogicalSystem.sapLogicalSystemName attribute.
        Returns:
        the sapLogicalSystemName - Target Logical System
      • getSapLogicalSystemName

        public java.lang.String getSapLogicalSystemName()
        Generated method - Getter of the SAPLogicalSystem.sapLogicalSystemName attribute.
        Returns:
        the sapLogicalSystemName - Target Logical System
      • setSapLogicalSystemName

        public void setSapLogicalSystemName​(SessionContext ctx,
                                            java.lang.String value)
        Generated method - Setter of the SAPLogicalSystem.sapLogicalSystemName attribute.
        Parameters:
        value - the sapLogicalSystemName - Target Logical System
      • setSapLogicalSystemName

        public void setSapLogicalSystemName​(java.lang.String value)
        Generated method - Setter of the SAPLogicalSystem.sapLogicalSystemName attribute.
        Parameters:
        value - the sapLogicalSystemName - Target Logical System
      • getSapSystemType

        public EnumerationValue getSapSystemType​(SessionContext ctx)
        Generated method - Getter of the SAPLogicalSystem.sapSystemType attribute.
        Returns:
        the sapSystemType - SAP System Type
      • getSapSystemType

        public EnumerationValue getSapSystemType()
        Generated method - Getter of the SAPLogicalSystem.sapSystemType attribute.
        Returns:
        the sapSystemType - SAP System Type
      • setSapSystemType

        public void setSapSystemType​(SessionContext ctx,
                                     EnumerationValue value)
        Generated method - Setter of the SAPLogicalSystem.sapSystemType attribute.
        Parameters:
        value - the sapSystemType - SAP System Type
      • setSapSystemType

        public void setSapSystemType​(EnumerationValue value)
        Generated method - Setter of the SAPLogicalSystem.sapSystemType attribute.
        Parameters:
        value - the sapSystemType - SAP System Type
      • getSenderName

        public java.lang.String getSenderName​(SessionContext ctx)
        Generated method - Getter of the SAPLogicalSystem.senderName attribute.
        Returns:
        the senderName - Sender Name
      • getSenderName

        public java.lang.String getSenderName()
        Generated method - Getter of the SAPLogicalSystem.senderName attribute.
        Returns:
        the senderName - Sender Name
      • setSenderName

        public void setSenderName​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the SAPLogicalSystem.senderName attribute.
        Parameters:
        value - the senderName - Sender Name
      • setSenderName

        public void setSenderName​(java.lang.String value)
        Generated method - Setter of the SAPLogicalSystem.senderName attribute.
        Parameters:
        value - the senderName - Sender Name
      • getSenderPort

        public java.lang.String getSenderPort​(SessionContext ctx)
        Generated method - Getter of the SAPLogicalSystem.senderPort attribute.
        Returns:
        the senderPort - Sender Port
      • getSenderPort

        public java.lang.String getSenderPort()
        Generated method - Getter of the SAPLogicalSystem.senderPort attribute.
        Returns:
        the senderPort - Sender Port
      • setSenderPort

        public void setSenderPort​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the SAPLogicalSystem.senderPort attribute.
        Parameters:
        value - the senderPort - Sender Port
      • setSenderPort

        public void setSenderPort​(java.lang.String value)
        Generated method - Setter of the SAPLogicalSystem.senderPort attribute.
        Parameters:
        value - the senderPort - Sender Port