Class IdMapper
java.lang.Object
com.djrapitops.plan.storage.database.queries.objects.lookup.IdMapper
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidmapGroupIds(Collection<? extends GroupIdentifiable> rows, LookupTable<Integer> groupIdLookupTable) mapGroupPermissionIds(Map<Integer, List<Integer>> permissionsByGroup, LookupTable<Integer> webGroupLookupTable, LookupTable<Integer> webPermissionLookupTable) static voidmapJoinAddressIds(Collection<? extends JoinAddressIdentifiable> rows, LookupTable<Integer> joinAddressLookupTable) static voidmapServerIds(Collection<? extends ServerIdentifiable> rows, LookupTable<Integer> serverIdLookupTable) static voidmapUserIds(Collection<? extends UserIdentifiable> rows, LookupTable<Integer> userIdLookupTable) static voidmapWorldIds(Collection<? extends WorldIdentifiable> rows, LookupTable<Integer> worldIdLookupTable)
-
Method Details
-
mapUserIds
public static void mapUserIds(Collection<? extends UserIdentifiable> rows, LookupTable<Integer> userIdLookupTable) -
mapServerIds
public static void mapServerIds(Collection<? extends ServerIdentifiable> rows, LookupTable<Integer> serverIdLookupTable) -
mapJoinAddressIds
public static void mapJoinAddressIds(Collection<? extends JoinAddressIdentifiable> rows, LookupTable<Integer> joinAddressLookupTable) -
mapWorldIds
public static void mapWorldIds(Collection<? extends WorldIdentifiable> rows, LookupTable<Integer> worldIdLookupTable) -
mapGroupPermissionIds
-
mapGroupIds
public static void mapGroupIds(Collection<? extends GroupIdentifiable> rows, LookupTable<Integer> groupIdLookupTable)
-