|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdcSubscriptionBm
Method Summary | |
---|---|
void |
checkAxisOnDelete(int axisId,
String axisName)
Implements PDCSubscription check for axis deletion. |
void |
checkSubscriptions(List<? extends Value> classifyValues,
String componentId,
int silverObjectid)
This method check is any subscription that match criterias provided and sends notification if succeed |
void |
checkValueOnDelete(int axiId,
String axisName,
List<String> oldPath,
List<String> newPath,
List<Value> pathInfo)
Implements PDCSubscription check for value deletion. |
int |
createPDCSubscription(PDCSubscription subscription)
|
List<PDCSubscription> |
getPDCSubscriptionByUserId(int userId)
|
PDCSubscription |
getPDCSubsriptionById(int id)
|
void |
removePDCSubscriptionById(int id)
|
void |
removePDCSubscriptionById(int[] ids)
|
void |
updatePDCSubscription(PDCSubscription subscription)
|
Method Detail |
---|
List<PDCSubscription> getPDCSubscriptionByUserId(int userId)
userId
-
PDCSubscriptions
finded by id providedPDCSubscription getPDCSubsriptionById(int id)
int createPDCSubscription(PDCSubscription subscription)
subscription
-
void updatePDCSubscription(PDCSubscription subscription)
void removePDCSubscriptionById(int id)
void removePDCSubscriptionById(int[] ids)
void checkSubscriptions(List<? extends Value> classifyValues, String componentId, int silverObjectid)
classifyValues
- Linst of ClassifyValues to be checkedcomponentId
- component where classify event occuressilverObjectid
- object that was classifiedvoid checkValueOnDelete(int axiId, String axisName, List<String> oldPath, List<String> newPath, List<Value> pathInfo)
axisId
- the axis to be checkedaxisName
- the name of the axisoldPath
- old path that would be removed soonnewPath
- new path. That will be places instead of old for this axispathInfo
- should contains PdcBm.getFullPath data structurevoid checkAxisOnDelete(int axisId, String axisName)
axisId
- the axis to be checkedaxisName
- the name of the axis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |