org.opencrx.kernel.backend
Class Notifications

java.lang.Object
  extended by org.opencrx.kernel.backend.AbstractImpl
      extended by org.opencrx.kernel.backend.Notifications

public class Notifications
extends AbstractImpl


Field Summary
static short CAN_NOT_CHANGE_PASSWORD
           
static short CAN_NOT_RETRIEVE_REQUESTED_PRINCIPAL
           
static short CHANGE_PASSWORD_OK
           
static short MISSING_NEW_PASSWORD
           
static short MISSING_NEW_PASSWORD_VERIFICATION
           
static short MISSING_OLD_PASSWORD
           
static short PASSWORD_VERIFICATION_MISMATCH
           
 
Constructor Summary
protected Notifications()
           
 
Method Summary
static Notifications getInstance()
           
 String getNotificationSubject(javax.jdo.PersistenceManager pm, ContextCapable target, UserHome userHome, Map<String,Object> params)
           
 String getNotificationText(javax.jdo.PersistenceManager pm, ContextCapable target, org.openmdx.base.naming.Path wfProcessInstanceIdentity, UserHome userHome, Map<String,Object> params)
           
static void register()
           
 
Methods inherited from class org.opencrx.kernel.backend.AbstractImpl
getInstance, getUidAsString, registerImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGE_PASSWORD_OK

public static final short CHANGE_PASSWORD_OK
See Also:
Constant Field Values

MISSING_NEW_PASSWORD

public static final short MISSING_NEW_PASSWORD
See Also:
Constant Field Values

MISSING_NEW_PASSWORD_VERIFICATION

public static final short MISSING_NEW_PASSWORD_VERIFICATION
See Also:
Constant Field Values

PASSWORD_VERIFICATION_MISMATCH

public static final short PASSWORD_VERIFICATION_MISMATCH
See Also:
Constant Field Values

CAN_NOT_RETRIEVE_REQUESTED_PRINCIPAL

public static final short CAN_NOT_RETRIEVE_REQUESTED_PRINCIPAL
See Also:
Constant Field Values

CAN_NOT_CHANGE_PASSWORD

public static final short CAN_NOT_CHANGE_PASSWORD
See Also:
Constant Field Values

MISSING_OLD_PASSWORD

public static final short MISSING_OLD_PASSWORD
See Also:
Constant Field Values
Constructor Detail

Notifications

protected Notifications()
Method Detail

register

public static void register()

getInstance

public static Notifications getInstance()
                                 throws ServiceException
Throws:
ServiceException

getNotificationText

public String getNotificationText(javax.jdo.PersistenceManager pm,
                                  ContextCapable target,
                                  org.openmdx.base.naming.Path wfProcessInstanceIdentity,
                                  UserHome userHome,
                                  Map<String,Object> params)
                           throws ServiceException
Throws:
ServiceException

getNotificationSubject

public String getNotificationSubject(javax.jdo.PersistenceManager pm,
                                     ContextCapable target,
                                     UserHome userHome,
                                     Map<String,Object> params)
                              throws ServiceException
Throws:
ServiceException


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.