Package-level declarations
Types
Link copied to clipboard
class BaseProductSnapPlayItemsBlockViewModel(ssAppViewModel: SSAppViewModel, val baseProductCode: String?) : ViewModel, CanFavoriteSnapPlay
Link copied to clipboard
data class BrandSnapPlaysBlockCondition(val labelId: Int? = null, val tags: Set<String> = emptySet(), val keyword: String = "", val heightRange: IntRange? = null, val ageRange: IntRange? = null, val coordinateGenre: CoordinateGenre? = null, val baseProductCode: String? = null, val userId: String? = null, val order: Order = Order.NEW_ARRIVAL, val shopCodes: Set<String> = emptySet())
Link copied to clipboard
class BrandSnapPlaysBlockViewModel(ssAppViewModel: SSAppViewModel, val conditions: SnapPlaySearchCondition, val sort: SortOrder) : ViewModel, CanFavoriteSnapPlay, CanFavoriteStaff
Link copied to clipboard
Link copied to clipboard
class BrandStaffsBlockViewModel(ssAppViewModel: SSAppViewModel, conditions: BrandStaffsBlockConditions) : ViewModel, CanFavoriteStaff
Link copied to clipboard
interface CanFavoriteSnapPlay
Link copied to clipboard
interface CanFavoriteStaff
Link copied to clipboard
class FavoriteSnapPlayItemsViewModel(ssAppViewModel: SSAppViewModel) : ViewModel, CanFavoriteSnapPlay
Link copied to clipboard
Link copied to clipboard
class LabelRecommendedSnapPlayItemsBlockViewModel(labelId: Int, ssAppViewModel: SSAppViewModel) : ViewModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SelectedSubCategoryInfo(val parent: ProductCategory, val child: ProductSubCategory) : SelectedCategoryInfo
Link copied to clipboard
Link copied to clipboard
data class SnapPlaySearchCondition(val labelId: Int?, val selectedCategories: List<CachingTagListViewItem<SelectedCategoryInfo>>, val selectedTags: Set<String>, val keyword: String, val heightRange: IntRange?, val age: IntRange?, val coordinateGenre: CoordinateGenre?, val useBaseProductCode: Boolean, val baseProductCode: String?, val useUserId: Boolean, val userId: String?, val selectedShopCodes: Set<String>, val cachedShops: Set<Shop>)
Link copied to clipboard
data class SnapPlaySearchConditionRouteParams(val labelId: Int? = null, val selectedTags: Set<String> = emptySet(), val keyword: String = "", val heightRange: IntRange? = null, val ageRange: IntRange? = null, val coordinateGenre: CoordinateGenre? = null, val baseProductCode: String? = null, val userId: String? = null, val order: Order = Order.NEW_ARRIVAL, val selectedShopCodes: Set<String> = emptySet())
Link copied to clipboard
class SnapPlayViewModel(snapPlayId: Int, ssAppViewModel: SSAppViewModel) : ViewModel, CanFavoriteSnapPlay, CanFavoriteStaff
Link copied to clipboard
Link copied to clipboard
class StaffItemsViewModel(ssAppViewModel: SSAppViewModel, staffSearchConditionRouteParams: StaffSearchConditionRouteParams) : ViewModel, CanFavoriteStaff
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StaffViewModel(staffId: Int, ssAppViewModel: SSAppViewModel) : ViewModel, CanFavoriteSnapPlay, CanFavoriteStaff
Link copied to clipboard
class UserNewArrivalSnapPlayItemsBlockViewModel(userId: Int, ssAppViewModel: SSAppViewModel) : ViewModel
Link copied to clipboard
class UserRecommendedSnapPlayItemsBlockViewModel(userId: Int, ssAppViewModel: SSAppViewModel) : ViewModel