|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Asset | |
---|---|
com.funambol.syncclient.spap | |
com.funambol.syncclient.spap.installer |
Uses of Asset in com.funambol.syncclient.spap |
---|
Methods in com.funambol.syncclient.spap that return Asset | |
---|---|
Asset |
AssetDAO.getAsset(java.lang.String idAsset)
Returns the asset with the given identifier |
Asset |
AssetManager.getAsset(java.lang.String idAsset)
Returns the asset with the given identifier |
static Asset |
ApplicationManager.makeAsset(Application app,
java.io.File packageFile)
Creates an Asset object from an Application and its package. |
Asset |
AssetDAO.setAssetAsNotValid(Asset asset,
java.lang.Throwable cause)
Sets the asset as NOT VALID |
Asset |
AssetDAO.setAssetState(Asset asset,
java.lang.String state)
Sets the state of the asset. |
Asset |
AssetDAO.setAssetState(java.lang.String idAsset,
java.lang.String state)
Sets the state of the asset identified from the given idAsset |
Methods in com.funambol.syncclient.spap with parameters of type Asset | |
---|---|
void |
AssetManager.addAsset(Asset asset)
Adds the given asset. |
static Application |
ApplicationManager.applicationFromAsset(Asset asset)
Creates an application object from an asset. |
void |
AssetDAO.removeAsset(Asset asset)
Remove the asset from DM |
void |
AssetDAO.setAsset(Asset asset,
java.sql.Timestamp time)
Save the asset. |
Asset |
AssetDAO.setAssetAsNotValid(Asset asset,
java.lang.Throwable cause)
Sets the asset as NOT VALID |
Asset |
AssetDAO.setAssetState(Asset asset,
java.lang.String state)
Sets the state of the asset. |
void |
AssetManager.setAssetState(Asset asset,
java.lang.String state)
Set the state of the given asset. |
Constructors in com.funambol.syncclient.spap with parameters of type Asset | |
---|---|
AssetManagementException(Asset asset,
java.lang.String message)
Constructs an instance of AssetManagementException with the
specified Asset and the specified message. |
|
AssetManagementException(Asset asset,
java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of AssetManagementException with
the specified Asset and the specified message and the cause. |
Uses of Asset in com.funambol.syncclient.spap.installer |
---|
Methods in com.funambol.syncclient.spap.installer that return Asset | |
---|---|
Asset |
InstallationContext.getAsset()
|
Methods in com.funambol.syncclient.spap.installer with parameters of type Asset | |
---|---|
void |
InstallationContext.setAsset(Asset asset)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |