com.wm.app.tn.db
Class AssetMgmtOps

java.lang.Object
  extended by com.wm.app.tn.db.AssetMgmtOps

public class AssetMgmtOps
extends java.lang.Object


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

AssetMgmtOps

public AssetMgmtOps()
Method Detail

getContactTypeReferences

public static java.util.List<com.wm.data.IData> getContactTypeReferences(java.lang.String assetId)
                                                                  throws java.lang.Exception
Get the references of contact type.

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getDocAttributeReferences

public static java.util.List<com.wm.data.IData> getDocAttributeReferences(java.lang.String assetId)
                                                                   throws java.lang.Exception
Get the references of Document Attribute.

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getDocTypeReferences

public static java.util.List<com.wm.data.IData> getDocTypeReferences(java.lang.String assetId)
                                                              throws java.lang.Exception
Get the references of DocumentType

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getIDTypeReferences

public static java.util.List<com.wm.data.IData> getIDTypeReferences(java.lang.String assetId)
                                                             throws java.lang.Exception
Get the references of externalidtype

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getFieldDefinitionReferences

public static java.util.List<com.wm.data.IData> getFieldDefinitionReferences(java.lang.String assetId)
                                                                      throws java.lang.Exception
Get the references of field definition

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getFieldGroupReferences

public static java.util.List<com.wm.data.IData> getFieldGroupReferences(java.lang.String assetId)
                                                                 throws java.lang.Exception
Get the references of field group

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getPartnerReferences

public static java.util.List<com.wm.data.IData> getPartnerReferences(java.lang.String assetId)
                                                              throws java.lang.Exception
Get the references of the partner

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getProfileGroupreferences

public static java.util.List<com.wm.data.IData> getProfileGroupreferences(java.lang.String assetId)
                                                                   throws java.lang.Exception
Get the references of the profilegroup

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getQueueReferences

public static java.util.List<com.wm.data.IData> getQueueReferences(java.lang.String assetId)
                                                            throws java.lang.Exception
Get the references of the Queue

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception

getProcessingruleReferences

public static java.util.List<com.wm.data.IData> getProcessingruleReferences(java.lang.String assetId)
                                                                     throws java.lang.Exception
Get the references of the processing rule.

Parameters:
assetId - -Should be as per the attribute name of an asset element in ACDL.
Returns:
List of IData where it contains the type, id, assetName and parentId information.
Throws:
java.lang.Exception