|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wm.app.tn.db.AssetMgmtOps
public class AssetMgmtOps
Constructor Summary | |
---|---|
AssetMgmtOps()
|
Method Summary | |
---|---|
static java.util.List<com.wm.data.IData> |
getContactTypeReferences(java.lang.String assetId)
Get the references of contact type. |
static java.util.List<com.wm.data.IData> |
getDocAttributeReferences(java.lang.String assetId)
Get the references of Document Attribute. |
static java.util.List<com.wm.data.IData> |
getDocTypeReferences(java.lang.String assetId)
Get the references of DocumentType |
static java.util.List<com.wm.data.IData> |
getFieldDefinitionReferences(java.lang.String assetId)
Get the references of field definition |
static java.util.List<com.wm.data.IData> |
getFieldGroupReferences(java.lang.String assetId)
Get the references of field group |
static java.util.List<com.wm.data.IData> |
getIDTypeReferences(java.lang.String assetId)
Get the references of externalidtype |
static java.util.List<com.wm.data.IData> |
getPartnerReferences(java.lang.String assetId)
Get the references of the partner |
static java.util.List<com.wm.data.IData> |
getProcessingruleReferences(java.lang.String assetId)
Get the references of the processing rule. |
static java.util.List<com.wm.data.IData> |
getProfileGroupreferences(java.lang.String assetId)
Get the references of the profilegroup |
static java.util.List<com.wm.data.IData> |
getQueueReferences(java.lang.String assetId)
Get the references of the Queue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssetMgmtOps()
Method Detail |
---|
public static java.util.List<com.wm.data.IData> getContactTypeReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getDocAttributeReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getDocTypeReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getIDTypeReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getFieldDefinitionReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getFieldGroupReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getPartnerReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getProfileGroupreferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getQueueReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
public static java.util.List<com.wm.data.IData> getProcessingruleReferences(java.lang.String assetId) throws java.lang.Exception
assetId
- -Should be as per the attribute name of an asset element in ACDL.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |