Class AssetObjectService

java.lang.Object
net.atthegate.server.service.AssetObjectService

public class AssetObjectService extends Object
  • Field Details

  • Constructor Details

    • AssetObjectService

      public AssetObjectService()
  • Method Details

    • getAssetObjectsIndex

      public static com.google.appengine.api.search.Index getAssetObjectsIndex()
    • getDocumentFromAssetObject

      public static com.google.appengine.api.search.Document getDocumentFromAssetObject(AssetObject assetObject, int i)
    • validate

      public static Map<String,String> validate(AssetObject assetObject, boolean tagsAllowed)
    • putAssetObjectToIndex

      public static void putAssetObjectToIndex(AssetObject assetObject)
    • putAssetObjectsToIndex

      public static void putAssetObjectsToIndex(List<AssetObject> assetObjects)
    • deleteAllFromIndex

      public static boolean deleteAllFromIndex(String queryString)
    • getAssetObject

      public static AssetObject getAssetObject(String id)
    • getAssetObjects

      public static List<AssetObject> getAssetObjects(List<String> ids)
    • filterAssetObjects

      public static AssetObjectResult filterAssetObjects(Long assetId, List<List<AssetFilter>> assetFilters, String filterStr, String cursorStr)
    • searchAssetObjects

      public static AssetObjectResult searchAssetObjects(Long assetId, String searchRequest, String cursorStr)
    • assetObjectMeetCondition

      public static boolean assetObjectMeetCondition(AssetObject object, AssetAction action, Asset asset)