Class ExtendedSAPHTTPDestination

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class ExtendedSAPHTTPDestination
    extends GenericItem
    Generated class for type ExtendedSAPHTTPDestination.
    See Also:
    Serialized Form
    • Field Detail

      • OBJECTTYPE

        public static final java.lang.String OBJECTTYPE
        Qualifier of the ExtendedSAPHTTPDestination.objectType attribute
        See Also:
        Constant Field Values
      • HTTPDESTINATIONNAME

        public static final java.lang.String HTTPDESTINATIONNAME
        Qualifier of the ExtendedSAPHTTPDestination.httpDestinationName attribute
        See Also:
        Constant Field Values
      • TARGETURL

        public static final java.lang.String TARGETURL
        Qualifier of the ExtendedSAPHTTPDestination.targetURL attribute
        See Also:
        Constant Field Values
      • AUTHENTICATIONTYPE

        public static final java.lang.String AUTHENTICATIONTYPE
        Qualifier of the ExtendedSAPHTTPDestination.authenticationType attribute
        See Also:
        Constant Field Values
      • USERID

        public static final java.lang.String USERID
        Qualifier of the ExtendedSAPHTTPDestination.userid attribute
        See Also:
        Constant Field Values
      • HTTPDESTINATION

        public static final java.lang.String HTTPDESTINATION
        Qualifier of the ExtendedSAPHTTPDestination.httpDestination 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

      • ExtendedSAPHTTPDestination

        public ExtendedSAPHTTPDestination()
    • Method Detail

      • getAuthenticationType

        public EnumerationValue getAuthenticationType​(SessionContext ctx)
        Generated method - Getter of the ExtendedSAPHTTPDestination.authenticationType attribute.
        Returns:
        the authenticationType - Authentication type
      • getAuthenticationType

        public EnumerationValue getAuthenticationType()
        Generated method - Getter of the ExtendedSAPHTTPDestination.authenticationType attribute.
        Returns:
        the authenticationType - Authentication type
      • setAuthenticationType

        public void setAuthenticationType​(SessionContext ctx,
                                          EnumerationValue value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.authenticationType attribute.
        Parameters:
        value - the authenticationType - Authentication type
      • setAuthenticationType

        public void setAuthenticationType​(EnumerationValue value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.authenticationType attribute.
        Parameters:
        value - the authenticationType - Authentication type
      • 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
      • getHttpDestination

        public SAPHTTPDestination getHttpDestination​(SessionContext ctx)
        Generated method - Getter of the ExtendedSAPHTTPDestination.httpDestination attribute.
        Returns:
        the httpDestination
      • getHttpDestination

        public SAPHTTPDestination getHttpDestination()
        Generated method - Getter of the ExtendedSAPHTTPDestination.httpDestination attribute.
        Returns:
        the httpDestination
      • setHttpDestination

        public void setHttpDestination​(SessionContext ctx,
                                       SAPHTTPDestination value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.httpDestination attribute.
        Parameters:
        value - the httpDestination
      • setHttpDestination

        public void setHttpDestination​(SAPHTTPDestination value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.httpDestination attribute.
        Parameters:
        value - the httpDestination
      • getHttpDestinationName

        public java.lang.String getHttpDestinationName​(SessionContext ctx)
        Generated method - Getter of the ExtendedSAPHTTPDestination.httpDestinationName attribute.
        Returns:
        the httpDestinationName - HTTP Destination name
      • getHttpDestinationName

        public java.lang.String getHttpDestinationName()
        Generated method - Getter of the ExtendedSAPHTTPDestination.httpDestinationName attribute.
        Returns:
        the httpDestinationName - HTTP Destination name
      • setHttpDestinationName

        public void setHttpDestinationName​(SessionContext ctx,
                                           java.lang.String value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.httpDestinationName attribute.
        Parameters:
        value - the httpDestinationName - HTTP Destination name
      • setHttpDestinationName

        public void setHttpDestinationName​(java.lang.String value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.httpDestinationName attribute.
        Parameters:
        value - the httpDestinationName - HTTP Destination name
      • getObjectType

        public ComposedType getObjectType​(SessionContext ctx)
        Generated method - Getter of the ExtendedSAPHTTPDestination.objectType attribute.
        Returns:
        the objectType - HTTP Destination Object Type
      • getObjectType

        public ComposedType getObjectType()
        Generated method - Getter of the ExtendedSAPHTTPDestination.objectType attribute.
        Returns:
        the objectType - HTTP Destination Object Type
      • setObjectType

        public void setObjectType​(SessionContext ctx,
                                  ComposedType value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.objectType attribute.
        Parameters:
        value - the objectType - HTTP Destination Object Type
      • setObjectType

        public void setObjectType​(ComposedType value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.objectType attribute.
        Parameters:
        value - the objectType - HTTP Destination Object Type
      • getTargetURL

        public java.lang.String getTargetURL​(SessionContext ctx)
        Generated method - Getter of the ExtendedSAPHTTPDestination.targetURL attribute.
        Returns:
        the targetURL - URL of the target system
      • getTargetURL

        public java.lang.String getTargetURL()
        Generated method - Getter of the ExtendedSAPHTTPDestination.targetURL attribute.
        Returns:
        the targetURL - URL of the target system
      • setTargetURL

        public void setTargetURL​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.targetURL attribute.
        Parameters:
        value - the targetURL - URL of the target system
      • setTargetURL

        public void setTargetURL​(java.lang.String value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.targetURL attribute.
        Parameters:
        value - the targetURL - URL of the target system
      • getUserid

        public java.lang.String getUserid​(SessionContext ctx)
        Generated method - Getter of the ExtendedSAPHTTPDestination.userid attribute.
        Returns:
        the userid - User ID for the logon to the SAP system
      • getUserid

        public java.lang.String getUserid()
        Generated method - Getter of the ExtendedSAPHTTPDestination.userid attribute.
        Returns:
        the userid - User ID for the logon to the SAP system
      • setUserid

        public void setUserid​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.userid attribute.
        Parameters:
        value - the userid - User ID for the logon to the SAP system
      • setUserid

        public void setUserid​(java.lang.String value)
        Generated method - Setter of the ExtendedSAPHTTPDestination.userid attribute.
        Parameters:
        value - the userid - User ID for the logon to the SAP system