com.sapportals.wcm.command

Class SubscriptionUpdateOrCreateCommand

java.lang.Object
  extended by com.sapportals.wcm.command.Command
      extended by com.sapportals.wcm.command.ResourceCommand
          extended by com.sapportals.wcm.command.SubscriptionUpdateOrCreateCommand

Deprecated. As of NetWeaver 7.1, use API of subscription service directly

public class SubscriptionUpdateOrCreateCommand
extends ResourceCommand

Describe here.

Copyright 2004 SAP AG


Field Summary
static String DATE_NEVER
          Deprecated.  
static String DATE_ONEMONTH
          Deprecated.  
static String DATE_ONEWEEK
          Deprecated.  
static String DATE_ONEYEAR
          Deprecated.  
static String DATE_SET
          Deprecated.  
static String DATE_SIXMONTH
          Deprecated.  
static int MODUS_SAVE
          Deprecated.  
static int MODUS_UPDATE
          Deprecated.  
static String TAG_CHANNEL
          Deprecated.  
static String TAG_EVENT
          Deprecated.  
static String TAG_EXPIRY
          Deprecated.  
static String TAG_INTERVAL
          Deprecated.  
static String TAG_NAME
          Deprecated.  
static String TAG_RECURSION
          Deprecated.  
static String TAG_TEXT
          Deprecated.  
 
Fields inherited from class com.sapportals.wcm.command.ResourceCommand
MSG_ACCESSDENIED, MSG_AUTHORIZATIONFAILED, MSG_AUTHORIZATIONREQUIRED, MSG_CHILDRESOURCELOCKED, MSG_DATEVALIDATIONERROR, MSG_DOUBLENAMEVALIDATIONERROR, MSG_INVALID_CHANGED_TARGET, MSG_INVALID_TARGET, MSG_INVALIDNAME, MSG_INVALIDRECIPIENT, MSG_IOERROR, MSG_IPN, MSG_IPN_2, MSG_NAMEALREADYEXISTS, MSG_NAMETOOLONG, MSG_NOACCESSFORRESOURCE, MSG_NORECIPIENTGIVEN, MSG_OPERATIONNOTSUPPORTED, MSG_PARENTFOLDERLOCKED, MSG_RESOURCECHECKEDOUT, MSG_RESOURCELOCKED, MSG_RESOURCENOTCHECKEDOUT, MSG_RESOURCEREADONLY, MSG_SYSTEMERROR, MSG_UNKNOWNERROR, MSG_VALIDATIONERROR
 
Constructor Summary
SubscriptionUpdateOrCreateCommand()
          Deprecated.  
 
Method Summary
protected  boolean canExecuteImpl()
          Deprecated. Default implementation of precondition to execute a command.
protected  void executeResourceImpl()
          Deprecated. Re-Implementation of resource command execute method.
 IRecipientList getInvalidRecipientsForChannel()
          Deprecated.  
protected  boolean isAccessibleImpl()
          Deprecated. Implementation to check access rights to execute a command.
protected  boolean isSupportedImpl()
          Deprecated. Implementation to check if a system configuration supports the execution of a command.
 Date readExpiryDate(String aDate)
          Deprecated.  
 boolean setEnvironment(ISubscriptionManager subscriptionManager, SelectionUserManager selectionUserManager, ISubscription subscription, int modus, IResource resource, Properties properties)
          Deprecated.  
protected  void validateResourceImpl()
          Deprecated. Re-Implementation of resource command validate method.
 
Methods inherited from class com.sapportals.wcm.command.ResourceCommand
executeImpl, getDuplicateName, getResource, isLockedByMeAndSupported, isNotLockedByOtherUser, isNotVersionedOrCheckedOutByMe, isResourceLockedByOther, setResource, validateImpl
 
Methods inherited from class com.sapportals.wcm.command.Command
canExecute, canExecuteDefaultImpl, execute, failed, getMessage, getMessageKey, getRootCauseException, isAccessible, isSupported, isSystemError, setMessage, setMessageKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_EVENT

public static final String TAG_EVENT
Deprecated. 
See Also:
Constant Field Values

TAG_INTERVAL

public static final String TAG_INTERVAL
Deprecated. 
See Also:
Constant Field Values

TAG_RECURSION

public static final String TAG_RECURSION
Deprecated. 
See Also:
Constant Field Values

TAG_TEXT

public static final String TAG_TEXT
Deprecated. 
See Also:
Constant Field Values

TAG_CHANNEL

public static final String TAG_CHANNEL
Deprecated. 
See Also:
Constant Field Values

TAG_NAME

public static final String TAG_NAME
Deprecated. 
See Also:
Constant Field Values

TAG_EXPIRY

public static final String TAG_EXPIRY
Deprecated. 
See Also:
Constant Field Values

MODUS_SAVE

public static final int MODUS_SAVE
Deprecated. 
See Also:
Constant Field Values

MODUS_UPDATE

public static final int MODUS_UPDATE
Deprecated. 
See Also:
Constant Field Values

DATE_ONEWEEK

public static final String DATE_ONEWEEK
Deprecated. 
See Also:
Constant Field Values

DATE_ONEMONTH

public static final String DATE_ONEMONTH
Deprecated. 
See Also:
Constant Field Values

DATE_SIXMONTH

public static final String DATE_SIXMONTH
Deprecated. 
See Also:
Constant Field Values

DATE_ONEYEAR

public static final String DATE_ONEYEAR
Deprecated. 
See Also:
Constant Field Values

DATE_NEVER

public static final String DATE_NEVER
Deprecated. 
See Also:
Constant Field Values

DATE_SET

public static final String DATE_SET
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SubscriptionUpdateOrCreateCommand

public SubscriptionUpdateOrCreateCommand()
Deprecated. 
Method Detail

executeResourceImpl

protected void executeResourceImpl()
                            throws Exception
Deprecated. 
Description copied from class: ResourceCommand
Re-Implementation of resource command execute method.

Specified by:
executeResourceImpl in class ResourceCommand
Throws:
Exception

getInvalidRecipientsForChannel

public IRecipientList getInvalidRecipientsForChannel()
Deprecated. 

canExecuteImpl

protected boolean canExecuteImpl()
                          throws WcmException
Deprecated. 
Description copied from class: Command
Default implementation of precondition to execute a command. Usually this is a boolean combination of isAccessible() and isSupported() and others. For convenience the implementation can call canExecuteDefaultImpl().

Specified by:
canExecuteImpl in class Command
Throws:
WcmException - Must be handled by caller!

Review-reader Dirk Sabiwalsky

Review-date 2001/11/26


isAccessibleImpl

protected boolean isAccessibleImpl()
                            throws WcmException
Deprecated. 
Description copied from class: Command
Implementation to check access rights to execute a command.

Example: To rename a file at least read and write access permission have to be set.

Specified by:
isAccessibleImpl in class Command
Throws:
WcmException - Must be handled by caller!

Review-reader Dirk Sabiwalsky

Review-date 2001/11/26


isSupportedImpl

protected boolean isSupportedImpl()
                           throws WcmException
Deprecated. 
Description copied from class: Command
Implementation to check if a system configuration supports the execution of a command.

Specified by:
isSupportedImpl in class Command
Throws:
WcmException - Must be handled by caller!

Review-reader Dirk Sabiwalsky

Review-date 2001/11/26


validateResourceImpl

protected void validateResourceImpl()
                             throws ValidationException
Deprecated. 
Description copied from class: ResourceCommand
Re-Implementation of resource command validate method.

Specified by:
validateResourceImpl in class ResourceCommand
Throws:
ValidationException - Only this kind of exceptions are allowed

setEnvironment

public boolean setEnvironment(ISubscriptionManager subscriptionManager,
                              SelectionUserManager selectionUserManager,
                              ISubscription subscription,
                              int modus,
                              IResource resource,
                              Properties properties)
                       throws WcmException
Deprecated. 
Throws:
WcmException

readExpiryDate

public Date readExpiryDate(String aDate)
Deprecated. 
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice