package com.kingdee.eas.custom.notify.web; import java.util.LinkedList; import java.util.List; import org.operamasks.faces.annotation.Inject; import org.operamasks.faces.annotation.ManagedBean; import org.operamasks.faces.annotation.ManagedBeanScope; import com.kingdee.bos.metadata.entity.SelectorItemCollection; import com.kingdee.bos.waf.annotation.IBOSBizCtrl; import com.kingdee.bos.waf.winlet.edit.EditBean; import com.kingdee.eas.framework.CoreBaseInfo; import com.kingdee.eas.framework.ICoreBase; import com.kingdee.eas.custom.notify.IRemoveContext; import com.kingdee.eas.custom.notify.RemoveContextInfo; @ManagedBean(name = "custom.notify.RemoveContextEditUIBean", scope = ManagedBeanScope.SESSION) public class RemoveContextEditUIBean extends AbstractRemoveContextEditUIBean { }