|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
com.ptc.netmarkets.subscription.StandardNmSubscriptionService
Use the newStandardNmSubscriptionService
static factory
method(s), not the StandardNmSubscriptionService
constructor,
to construct instances of this class. Instances must be constructed
using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: false
Field Summary | |
private static String |
ACCESS_RESOURCE
|
private static String |
ACTION_ITEM_GIF
|
private static String |
CLASSNAME
|
private static String |
DELIVERABLE_GIF
|
private static String |
DISCUSSION_FORUM_GIF
|
private static String |
DISCUSSION_POSTING_GIF
|
private static String |
DISCUSSION_TOPIC_GIF
|
private static String |
EVENT_RESOURCE
|
private static String |
FOLDER_GIF
|
private static String |
MANAGER_KEY
|
private static String |
MILESTONE_GIF
|
private static String |
NM_SUBSCRIPTION_TEMPLATE
|
private static String |
NOTIFY_RESOURCE
|
private static String |
OWNER_KEY
|
private static String |
PROJECT_ACTIVITY_GIF
|
private static String |
PROJECT_PLAN_GIF
|
private static String |
RESOURCE
|
private static String |
SUBPROJECT_GIF
|
private static String |
SUMMARY_ACTIVITY_GIF
|
private static String |
UNKNOWN_GIF
|
private static boolean |
VERBOSE
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardNmSubscriptionService()
|
Method Summary | |
private void |
buildUsersToSubscribeList(WTPrincipal principal,
Vector usersToSubscribe,
Vector uniquenessCheck)
|
NmChangeModel[] |
create(NmCommandBean cb)
Supported API: true |
void |
delete(NmCommandBean cb)
Supported API: false |
String |
getConceptualClassname()
Deprecated. |
private WTContainerRef |
getForumProject(Discussion discussion)
returns the project that the forum belongs to. |
private Object |
getForumSubject(Discussion forum)
|
private NmURL |
getURLObject(WTObject wtObject)
|
NmHTMLTable |
list(NmCommandBean cb)
Return an NmHTMLTable of subscriptions for the current user Supported API: true |
static StandardNmSubscriptionService |
newStandardNmSubscriptionService()
Default factory for the class. |
void |
unsubscribe(NmOid nm_oid)
Supported API: false |
NmObject |
view(NmCommandBean cb)
Supported API: false |
NmObject |
zoro(NmCommandBean cb)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String NOTIFY_RESOURCE
private static final String EVENT_RESOURCE
private static final String ACCESS_RESOURCE
private static final String NM_SUBSCRIPTION_TEMPLATE
private static final boolean VERBOSE
private static final String FOLDER_GIF
private static final String ACTION_ITEM_GIF
private static final String PROJECT_PLAN_GIF
private static final String DISCUSSION_FORUM_GIF
private static final String DISCUSSION_TOPIC_GIF
private static final String DISCUSSION_POSTING_GIF
private static final String UNKNOWN_GIF
private static final String PROJECT_ACTIVITY_GIF
private static final String SUMMARY_ACTIVITY_GIF
private static final String DELIVERABLE_GIF
private static final String SUBPROJECT_GIF
private static final String MILESTONE_GIF
private static final String MANAGER_KEY
private static final String OWNER_KEY
Constructor Detail |
public StandardNmSubscriptionService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
public static StandardNmSubscriptionService newStandardNmSubscriptionService() throws WTException
WTException
public NmHTMLTable list(NmCommandBean cb) throws WTException
list
in interface NmSubscriptionService
cb
-
WTException
public void delete(NmCommandBean cb) throws WTException
delete
in interface NmSubscriptionService
cb
-
WTException
public NmObject view(NmCommandBean cb) throws WTException
view
in interface NmSubscriptionService
cb
-
WTException
public NmChangeModel[] create(NmCommandBean cb) throws WTException
create
in interface NmSubscriptionService
cb
-
WTException
public NmObject zoro(NmCommandBean cb) throws WTException
zoro
in interface NmSubscriptionService
cb
-
WTException
public void unsubscribe(NmOid nm_oid) throws WTException
unsubscribe
in interface NmSubscriptionService
nm_oid
-
WTException
private WTContainerRef getForumProject(Discussion discussion) throws WTException
WTException
private Object getForumSubject(Discussion forum) throws WTException
WTException
private NmURL getURLObject(WTObject wtObject) throws WTException
WTException
private void buildUsersToSubscribeList(WTPrincipal principal, Vector usersToSubscribe, Vector uniquenessCheck) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |