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.IUpdateContent; import com.kingdee.eas.custom.notify.UpdateContentInfo; @ManagedBean(name = "custom.notify.UpdateContentEditUIBean", scope = ManagedBeanScope.SESSION) public class UpdateContentEditUIBean extends AbstractUpdateContentEditUIBean { }