Skip navigation links


com.fatwire.services.beans.asset.authorization
Class AuthorizationRequestBean

java.lang.Object
  extended by com.fatwire.services.beans.BaseBean
      extended by com.fatwire.services.beans.asset.authorization.AuthorizationRequestBean

All Implemented Interfaces:
java.io.Serializable

public class AuthorizationRequestBean
extends BaseBean

The AuthorizationRequestBean is the input for all authorization modules implementing AuthorizationHandler.

See Also:
Serialized Form

Constructor Summary
AuthorizationRequestBean()
           

 

Method Summary
 AssetId getAsset()
          Returns the asset.
 java.lang.Boolean getFailFast()
           Returns the fail fast flag set for the service request.
 java.lang.String getFunction()
          Returns the name of the function attempted on the asset set in this bean.
 SiteBean getSite()
          Returns the site.
 UserBean getUser()
          Returns the user.
 void setAsset(AssetId asset)
          Sets the asset.
 void setFailFast(java.lang.Boolean failFast)
           Returns the fail fast flag set for the service request.
 void setFunction(java.lang.String function)
           Sets an asset operation in this bean.
 void setPubId(SiteBean site)
          Sets the site.
 void setUser(UserBean user)
          Sets the user.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AuthorizationRequestBean

public AuthorizationRequestBean()

Method Detail

getUser

public UserBean getUser()
Returns the user.
Returns:
the user.

setUser

public void setUser(UserBean user)
Sets the user.
Parameters:
user - the user to set.

getAsset

public AssetId getAsset()
Returns the asset.
Returns:
the asset.

setAsset

public void setAsset(AssetId asset)
Sets the asset.
Parameters:
asset - the asset to set.

getSite

public SiteBean getSite()
Returns the site.
Returns:
the site.

setPubId

public void setPubId(SiteBean site)
Sets the site.
Parameters:
site - the site to set

getFunction

public java.lang.String getFunction()
Returns the name of the function attempted on the asset set in this bean.
Returns:
the name of the function attempted.
See Also:
Function

setFunction

public void setFunction(java.lang.String function)

Sets an asset operation in this bean.

Parameters:
function - the function to set

getFailFast

public java.lang.Boolean getFailFast()

Returns the fail fast flag set for the service request.

Returns true if the service should perform an early return upon the first failure or error condition.
Returns:
true, if the service should perform an early return upon the first failure or error condition.

setFailFast

public void setFailFast(java.lang.Boolean failFast)

Returns the fail fast flag set for the service request.

Set to true if the service should perform an early return upon the first failure or error condition.
Parameters:
failFast - the failFast flag to set.

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.